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-08-23 13:52:37 +00:00
< meta name = "generator" content = "Doxygen 1.8.19" / >
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-08-23 13:52:37 +00:00
<!-- Generated by Doxygen 1.8.19 -->
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_k.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_k" > < / a > - k -< / h3 > < ul >
< li > kern_page_tables
: < a class = "el" href = "paging_8c.html#a98670d5ebec84e70de69dde9a247304c" > paging.c< / a >
< / li >
< li > KERNEL_CS
: < a class = "el" href = "idt_8c.html#ab0b69b822e9207a5960bc07fc3d36ee4" > idt.c< / a >
< / li >
< li > kernel_get_num_rpc_funcs()
: < a class = "el" href = "rpc_8h.html#acff994c080b0e6c8b1c660a0dd4af773" > rpc.h< / a >
, < a class = "el" href = "rpc_8c.html#acff994c080b0e6c8b1c660a0dd4af773" > rpc.c< / a >
< / li >
< li > kernel_rpc_call()
: < a class = "el" href = "rpc_8c.html#a3ac7976d394a26bba6522a4e909cfe77" > rpc.c< / a >
, < a class = "el" href = "rpc_8h.html#a3ac7976d394a26bba6522a4e909cfe77" > rpc.h< / a >
< / li >
< li > kernel_rpc_deallocate_buf()
: < a class = "el" href = "rpc_8h.html#aaaaaf872d3b77af2dd93fdbb97f5f68e" > rpc.h< / a >
, < a class = "el" href = "rpc_8c.html#aaaaaf872d3b77af2dd93fdbb97f5f68e" > rpc.c< / a >
< / li >
2020-08-23 13:52:37 +00:00
< li > kernel_rpc_is_init()
: < a class = "el" href = "rpc_8c.html#ae33c028e34273044697eb2771fadcf7d" > rpc.c< / a >
, < a class = "el" href = "rpc_8h.html#ae33c028e34273044697eb2771fadcf7d" > rpc.h< / a >
< / li >
2020-08-02 19:37:55 +00:00
< li > kernel_rpc_mark_as_init()
: < a class = "el" href = "rpc_8c.html#a20588e9084f6b8f78b60980e3e0ae481" > rpc.c< / a >
, < a class = "el" href = "rpc_8h.html#a20588e9084f6b8f78b60980e3e0ae481" > rpc.h< / a >
< / li >
< li > kernel_rpc_register_func()
: < a class = "el" href = "rpc_8c.html#a113d2ed47245cf53ea3f3813466982b5" > rpc.c< / a >
, < a class = "el" href = "rpc_8h.html#a113d2ed47245cf53ea3f3813466982b5" > rpc.h< / a >
< / li >
< li > kernel_rpc_return()
2020-08-23 13:52:37 +00:00
: < a class = "el" href = "rpc_8h.html#aeb324d12d21fdfccb80fd958755f8861" > rpc.h< / a >
, < a class = "el" href = "rpc_8c.html#aeb324d12d21fdfccb80fd958755f8861" > rpc.c< / a >
2020-08-02 19:37:55 +00:00
< / li >
< li > kfree()
2020-08-23 13:52:37 +00:00
: < a class = "el" href = "kmalloc_8c.html#ae99fbcc0b427b9bf726c73960c29efcb" > kmalloc.c< / a >
, < a class = "el" href = "kmalloc_8h.html#ae99fbcc0b427b9bf726c73960c29efcb" > kmalloc.h< / a >
2020-08-02 19:37:55 +00:00
< / li >
< li > kmalloc()
: < a class = "el" href = "kmalloc_8h.html#a5f52d7c56b7d67dc2f96b2e93dfdc7be" > kmalloc.h< / a >
, < a class = "el" href = "kmalloc_8c.html#a5f52d7c56b7d67dc2f96b2e93dfdc7be" > kmalloc.c< / a >
< / li >
< li > KMALLOC_BMAP_SZ
: < a class = "el" href = "kmalloc_8c.html#a0590e61e5f511e2903e80dd97863b978" > kmalloc.c< / a >
< / li >
< li > kmalloc_page_tables
: < a class = "el" href = "paging_8c.html#af5bb44d01ce436047dece3cb3cd589bc" > paging.c< / a >
< / li >
< li > kstack_bmap
: < a class = "el" href = "tasking__helpers__c_8c.html#a1ae00143664671d405c47d05fcd8a4b3" > tasking_helpers_c.c< / a >
< / li >
< li > kstack_page_tables
: < a class = "el" href = "paging_8c.html#a6ef171b143c62a15b8f632ff06b06795" > paging.c< / a >
< / li >
< li > kstacks
: < a class = "el" href = "tasking__helpers__c_8c.html#a1a6879110a383b834b5e7c2909540b68" > tasking_helpers_c.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-08-23 13:52:37 +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.19 < / li >
2020-07-25 23:50:03 +00:00
< / ul >
< / div >
< / body >
< / html >