2020-07-25 23:50:03 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2020-11-21 21:08:44 +00:00
< meta name = "generator" content = "Doxygen 1.8.20" / >
2020-07-25 23:50:03 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2020-08-02 19:37:55 +00:00
< title > MyOS Kernel: Globals< / title >
2020-07-25 23:50:03 +00:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > MyOS Kernel
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2020-11-21 21:08:44 +00:00
<!-- Generated by Doxygen 1.8.20 -->
2020-07-25 23:50:03 +00:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2020-08-02 19:37:55 +00:00
$(document).ready(function(){initNavTree('globals_p.html',''); initResizable(); });
2020-07-25 23:50:03 +00:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "contents" >
2020-08-02 19:37:55 +00:00
< div class = "textblock" > Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:< / div >
2020-07-25 23:50:03 +00:00
2020-08-02 19:37:55 +00:00
< h3 > < a id = "index_p" > < / a > - p -< / h3 > < ul >
< li > pagdirmap
: < a class = "el" href = "paging_8c.html#a279cfd77cb8461801dceb90ac39bed76" > paging.c< / a >
< / li >
< li > page_directory
: < a class = "el" href = "paging_8c.html#a9fe26a02cdadc98e2deb18ea3862c813" > paging.c< / a >
< / li >
< li > page_table_map
: < a class = "el" href = "paging_8c.html#adbd791d7bd73da84723b77373c041a88" > paging.c< / a >
< / li >
< li > paging_init()
: < a class = "el" href = "paging_8c.html#a569adfd13ea3c63741f64108821b1712" > paging.c< / a >
, < a class = "el" href = "paging_8h.html#a569adfd13ea3c63741f64108821b1712" > paging.h< / a >
< / li >
< li > paging_new_address_space()
: < a class = "el" href = "paging_8c.html#a8b1cb213f5783b7137f40279db762ffc" > paging.c< / a >
, < a class = "el" href = "paging_8h.html#a8b1cb213f5783b7137f40279db762ffc" > paging.h< / a >
< / li >
< li > pmem_alloc()
: < a class = "el" href = "pmem_8c.html#a8b873206647239e8d86cb97a81b9e390" > pmem.c< / a >
, < a class = "el" href = "pmem_8h.html#a8b873206647239e8d86cb97a81b9e390" > pmem.h< / a >
< / li >
< li > pmem_free()
: < a class = "el" href = "pmem_8h.html#a6c39d363ae2c8f18ada3e9919075e9d3" > pmem.h< / a >
, < a class = "el" href = "pmem_8c.html#a6c39d363ae2c8f18ada3e9919075e9d3" > pmem.c< / a >
< / li >
< li > pmem_init()
: < a class = "el" href = "pmem_8h.html#a26e65460b81ea0f98525b78008ffc68a" > pmem.h< / a >
, < a class = "el" href = "pmem_8c.html#a26e65460b81ea0f98525b78008ffc68a" > pmem.c< / a >
< / li >
< li > proc_schedule_bmap
: < a class = "el" href = "tasking_8c.html#a2f20bcee38d64c49d899e11e09e8ac1c" > tasking.c< / a >
< / li >
< li > process_funcs
: < a class = "el" href = "rpc_8c.html#a84d551307ccd273cdb22c56186760fba" > rpc.c< / a >
< / li >
< li > process_num_funcs
: < a class = "el" href = "rpc_8c.html#aed432a13dd7e36b2e948dcc8bdabe16e" > rpc.c< / a >
< / li >
< li > process_ready_bmap
: < a class = "el" href = "rpc_8c.html#a9fbb13d494c19846cac7b78c32365450" > rpc.c< / a >
< / li >
< li > processes
: < a class = "el" href = "tasking_8c.html#a2056bd87e9f442ca57362f1fde5a6fcb" > tasking.c< / a >
< / li >
2020-07-25 23:50:03 +00:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2020-11-21 21:08:44 +00:00
< li class = "footer" > Generated by < a href = "http://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.8.20 < / li >
2020-07-25 23:50:03 +00:00
< / ul >
< / div >
< / body >
< / html >