179 lines
22 KiB
HTML
179 lines
22 KiB
HTML
<!-- HTML header for doxygen 1.9.1-->
|
|
<!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"/>
|
|
<meta name="generator" content="Doxygen 1.15.0"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>L4Re Operating System Framework: l4/sys/platform_control Source File</title>
|
|
<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="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript" src="cookie.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" />
|
|
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
|
|
<link href="l4re-awesome.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="projectlogo"><img alt="Logo" src="L4Re_rgb_logo_quer_hg_h55.png"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">L4Re Operating System Framework
|
|
</div>
|
|
<div id="projectbrief">Interface and Usage Documentation</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.15.0 -->
|
|
<script type="text/javascript">
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
</script>
|
|
<script type="text/javascript">
|
|
$(function() { codefold.init(); });
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search',true);
|
|
$(function() { init_search(); });
|
|
});
|
|
</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">
|
|
$(function(){initNavTree('platform__control_source.html','',''); });
|
|
</script>
|
|
<div id="container">
|
|
<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">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">platform_control</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="platform__control.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">// vi:set ft=cpp: -*- Mode: C++ -*-</span></div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment">/*</span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * (c) 2014 Steffen Liebergeld <steffen.liebergeld@kernkonzept.com></span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * Adam Lackorzynski <adam@os.inf.tu-dresden.de>,</span></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> * Alexander Warg <warg@os.inf.tu-dresden.de></span></div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * economic rights: Technische Universität Dresden (Germany)</span></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> *</span></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * License: see LICENSE.spdx (in this directory or the directories above)</span></div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> */</span></div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#pragma once</span></div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="preprocessor">#include <<a class="code" href="capability.html">l4/sys/capability</a>></span></div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="preprocessor">#include <<a class="code" href="l4_2sys_2platform__control_8h.html">l4/sys/platform_control.h</a>></span></div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#include <<a class="code" href="ipc__iface.html">l4/sys/cxx/ipc_iface</a>></span></div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceL4.html">L4</a> {</div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span></div>
|
|
<div class="foldopen" id="foldopen00036" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="classL4_1_1Platform__control.html"> 36</a></span><span class="keyword">class </span><a class="code hl_define" href="group__l4sys__defines.html#ga63e7f1ab50a1b3049bdd0a34e97423c2">L4_EXPORT</a> <a class="code hl_class" href="classL4_1_1Platform__control.html">Platform_control</a></div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span>: <span class="keyword">public</span> <a class="code hl_class" href="classL4_1_1Kobject__t.html">Kobject_t</a><Platform_control, Kobject, L4_PROTO_PLATFORM_CTL></div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span>{</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="keyword">public</span>:</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_define" href="ipc__iface.html#afd77fe126e97c4d046e3842d948ec91d">L4_INLINE_RPC_OP</a>(<a class="code hl_enumvalue" href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5ad27a6c28f5178d06d0c5050c6303e217">L4_PLATFORM_CTL_SYS_SUSPEND_OP</a>,</div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="classL4_1_1Platform__control.html#ae99abe46327e6aa3e0d23f87c62abfaa"> 55</a></span> <a class="code hl_struct" href="structl4__msgtag__t.html">l4_msgtag_t</a>, <a class="code hl_function" href="classL4_1_1Platform__control.html#ae99abe46327e6aa3e0d23f87c62abfaa">system_suspend</a>, (<a class="code hl_typedef" href="group__l4__basic__types.html#ga1c2c4b333f75b1d05b59855910f2b9cb">l4_umword_t</a> extras));</div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span></div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <a class="code hl_define" href="ipc__iface.html#afd77fe126e97c4d046e3842d948ec91d">L4_INLINE_RPC_OP</a>(<a class="code hl_enumvalue" href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5a1ebad06dfeeb8577330bce36261104b5">L4_PLATFORM_CTL_SYS_SHUTDOWN_OP</a>,</div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="classL4_1_1Platform__control.html#a7370361643133e9ad78300ebf40acb42"> 63</a></span> <a class="code hl_struct" href="structl4__msgtag__t.html">l4_msgtag_t</a>, <a class="code hl_function" href="classL4_1_1Platform__control.html#a7370361643133e9ad78300ebf40acb42">system_shutdown</a>, (<a class="code hl_typedef" href="group__l4__basic__types.html#ga1c2c4b333f75b1d05b59855910f2b9cb">l4_umword_t</a> reboot));</div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span></div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <a class="code hl_define" href="ipc__iface.html#afd77fe126e97c4d046e3842d948ec91d">L4_INLINE_RPC_OP</a>(<a class="code hl_enumvalue" href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5abbf72c522cbcc969ab2e60709a21e24c">L4_PLATFORM_CTL_CPU_ALLOW_SHUTDOWN_OP</a>,</div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <a class="code hl_struct" href="structl4__msgtag__t.html">l4_msgtag_t</a>, <a class="code hl_function" href="classL4_1_1Platform__control.html#a9af4bb0f88e31db3129850e81c557401">cpu_allow_shutdown</a>,</div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="classL4_1_1Platform__control.html#a9af4bb0f88e31db3129850e81c557401"> 76</a></span> (<a class="code hl_typedef" href="group__l4__basic__types.html#ga1c2c4b333f75b1d05b59855910f2b9cb">l4_umword_t</a> phys_id, <a class="code hl_typedef" href="group__l4__basic__types.html#ga1c2c4b333f75b1d05b59855910f2b9cb">l4_umword_t</a> enable));</div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span></div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <a class="code hl_define" href="ipc__iface.html#afd77fe126e97c4d046e3842d948ec91d">L4_INLINE_RPC_OP</a>(<a class="code hl_enumvalue" href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5a18dd3723e48f44a9b8d07070b01e076b">L4_PLATFORM_CTL_CPU_ENABLE_OP</a>,</div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="classL4_1_1Platform__control.html#a56143521c092c7c40a0c8216ad750969"> 88</a></span> <a class="code hl_struct" href="structl4__msgtag__t.html">l4_msgtag_t</a>, <a class="code hl_function" href="classL4_1_1Platform__control.html#a56143521c092c7c40a0c8216ad750969">cpu_enable</a>, (<a class="code hl_typedef" href="group__l4__basic__types.html#ga1c2c4b333f75b1d05b59855910f2b9cb">l4_umword_t</a> phys_id));</div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span></div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <a class="code hl_define" href="ipc__iface.html#afd77fe126e97c4d046e3842d948ec91d">L4_INLINE_RPC_OP</a>(<a class="code hl_enumvalue" href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5adedffb6cc8f06840347891e11ed5920a">L4_PLATFORM_CTL_CPU_DISABLE_OP</a>,</div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="classL4_1_1Platform__control.html#a38e731ee2e7abd5a7a7fb2c11c39282c"> 100</a></span> <a class="code hl_struct" href="structl4__msgtag__t.html">l4_msgtag_t</a>, <a class="code hl_function" href="classL4_1_1Platform__control.html#a38e731ee2e7abd5a7a7fb2c11c39282c">cpu_disable</a>, (<a class="code hl_typedef" href="group__l4__basic__types.html#ga1c2c4b333f75b1d05b59855910f2b9cb">l4_umword_t</a> phys_id));</div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keyword">typedef</span> <a class="code hl_struct" href="structL4_1_1Typeid_1_1Rpcs__sys.html">L4::Typeid::Rpcs_sys</a><system_suspend_t, system_shutdown_t,</div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> cpu_allow_shutdown_t, cpu_enable_t,</div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> cpu_disable_t> Rpcs;</div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span>};</div>
|
|
</div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> </div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span>}</div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> </div>
|
|
<div class="ttc" id="acapability_html"><div class="ttname"><a href="capability.html">capability</a></div><div class="ttdoc">L4::Cap related definitions.</div></div>
|
|
<div class="ttc" id="aclassL4_1_1Kobject__t_html"><div class="ttname"><a href="classL4_1_1Kobject__t.html">L4::Kobject_t</a></div><div class="ttdoc">Helper class to create an L4Re interface class that is derived from a single base class.</div><div class="ttdef"><b>Definition</b> <a href="____typeinfo_8h_source.html#l00749">__typeinfo.h:750</a></div></div>
|
|
<div class="ttc" id="aclassL4_1_1Platform__control_html"><div class="ttname"><a href="classL4_1_1Platform__control.html">L4::Platform_control</a></div><div class="ttdoc">L4 C++ interface for controlling platform-wide properties, see Platform Control C API for the C inter...</div><div class="ttdef"><b>Definition</b> <a href="#l00036">platform_control:38</a></div></div>
|
|
<div class="ttc" id="aclassL4_1_1Platform__control_html_a38e731ee2e7abd5a7a7fb2c11c39282c"><div class="ttname"><a href="classL4_1_1Platform__control.html#a38e731ee2e7abd5a7a7fb2c11c39282c">L4::Platform_control::cpu_disable</a></div><div class="ttdeci">l4_msgtag_t cpu_disable(l4_umword_t phys_id)</div><div class="ttdoc">Disable an online CPU.</div></div>
|
|
<div class="ttc" id="aclassL4_1_1Platform__control_html_a56143521c092c7c40a0c8216ad750969"><div class="ttname"><a href="classL4_1_1Platform__control.html#a56143521c092c7c40a0c8216ad750969">L4::Platform_control::cpu_enable</a></div><div class="ttdeci">l4_msgtag_t cpu_enable(l4_umword_t phys_id)</div><div class="ttdoc">Enable an offline CPU.</div></div>
|
|
<div class="ttc" id="aclassL4_1_1Platform__control_html_a7370361643133e9ad78300ebf40acb42"><div class="ttname"><a href="classL4_1_1Platform__control.html#a7370361643133e9ad78300ebf40acb42">L4::Platform_control::system_shutdown</a></div><div class="ttdeci">l4_msgtag_t system_shutdown(l4_umword_t reboot)</div><div class="ttdoc">Shutdown/Reboot the system.</div></div>
|
|
<div class="ttc" id="aclassL4_1_1Platform__control_html_a9af4bb0f88e31db3129850e81c557401"><div class="ttname"><a href="classL4_1_1Platform__control.html#a9af4bb0f88e31db3129850e81c557401">L4::Platform_control::cpu_allow_shutdown</a></div><div class="ttdeci">l4_msgtag_t cpu_allow_shutdown(l4_umword_t phys_id, l4_umword_t enable)</div><div class="ttdoc">Allow CPU shutdown.</div></div>
|
|
<div class="ttc" id="aclassL4_1_1Platform__control_html_ae99abe46327e6aa3e0d23f87c62abfaa"><div class="ttname"><a href="classL4_1_1Platform__control.html#ae99abe46327e6aa3e0d23f87c62abfaa">L4::Platform_control::system_suspend</a></div><div class="ttdeci">l4_msgtag_t system_suspend(l4_umword_t extras)</div><div class="ttdoc">Enter suspend to RAM.</div></div>
|
|
<div class="ttc" id="agroup__l4__basic__types_html_ga1c2c4b333f75b1d05b59855910f2b9cb"><div class="ttname"><a href="group__l4__basic__types.html#ga1c2c4b333f75b1d05b59855910f2b9cb">l4_umword_t</a></div><div class="ttdeci">unsigned long l4_umword_t</div><div class="ttdoc">Unsigned machine word.</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2l4int_8h_source.html#l00040">l4int.h:40</a></div></div>
|
|
<div class="ttc" id="agroup__l4__protocol__ops_html_gga23eef0a63655492f17c8b4aff576ebf5a18dd3723e48f44a9b8d07070b01e076b"><div class="ttname"><a href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5a18dd3723e48f44a9b8d07070b01e076b">L4_PLATFORM_CTL_CPU_ENABLE_OP</a></div><div class="ttdeci">@ L4_PLATFORM_CTL_CPU_ENABLE_OP</div><div class="ttdoc">enable an offline CPU</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2platform__control_8h_source.html#l00164">platform_control.h:164</a></div></div>
|
|
<div class="ttc" id="agroup__l4__protocol__ops_html_gga23eef0a63655492f17c8b4aff576ebf5a1ebad06dfeeb8577330bce36261104b5"><div class="ttname"><a href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5a1ebad06dfeeb8577330bce36261104b5">L4_PLATFORM_CTL_SYS_SHUTDOWN_OP</a></div><div class="ttdeci">@ L4_PLATFORM_CTL_SYS_SHUTDOWN_OP</div><div class="ttdoc">shutdown/reboot</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2platform__control_8h_source.html#l00162">platform_control.h:162</a></div></div>
|
|
<div class="ttc" id="agroup__l4__protocol__ops_html_gga23eef0a63655492f17c8b4aff576ebf5abbf72c522cbcc969ab2e60709a21e24c"><div class="ttname"><a href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5abbf72c522cbcc969ab2e60709a21e24c">L4_PLATFORM_CTL_CPU_ALLOW_SHUTDOWN_OP</a></div><div class="ttdeci">@ L4_PLATFORM_CTL_CPU_ALLOW_SHUTDOWN_OP</div><div class="ttdoc">allow CPU shutdown</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2platform__control_8h_source.html#l00163">platform_control.h:163</a></div></div>
|
|
<div class="ttc" id="agroup__l4__protocol__ops_html_gga23eef0a63655492f17c8b4aff576ebf5ad27a6c28f5178d06d0c5050c6303e217"><div class="ttname"><a href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5ad27a6c28f5178d06d0c5050c6303e217">L4_PLATFORM_CTL_SYS_SUSPEND_OP</a></div><div class="ttdeci">@ L4_PLATFORM_CTL_SYS_SUSPEND_OP</div><div class="ttdoc">Suspend.</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2platform__control_8h_source.html#l00161">platform_control.h:161</a></div></div>
|
|
<div class="ttc" id="agroup__l4__protocol__ops_html_gga23eef0a63655492f17c8b4aff576ebf5adedffb6cc8f06840347891e11ed5920a"><div class="ttname"><a href="group__l4__protocol__ops.html#gga23eef0a63655492f17c8b4aff576ebf5adedffb6cc8f06840347891e11ed5920a">L4_PLATFORM_CTL_CPU_DISABLE_OP</a></div><div class="ttdeci">@ L4_PLATFORM_CTL_CPU_DISABLE_OP</div><div class="ttdoc">disable an online CPU</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2platform__control_8h_source.html#l00165">platform_control.h:165</a></div></div>
|
|
<div class="ttc" id="agroup__l4sys__defines_html_ga63e7f1ab50a1b3049bdd0a34e97423c2"><div class="ttname"><a href="group__l4sys__defines.html#ga63e7f1ab50a1b3049bdd0a34e97423c2">L4_EXPORT</a></div><div class="ttdeci">#define L4_EXPORT</div><div class="ttdoc">Attribute to mark functions, variables, and data types as being exported from a library.</div><div class="ttdef"><b>Definition</b> <a href="compiler_8h_source.html#l00214">compiler.h:214</a></div></div>
|
|
<div class="ttc" id="aipc__iface_html"><div class="ttname"><a href="ipc__iface.html">ipc_iface</a></div><div class="ttdoc">Interface Definition Language.</div></div>
|
|
<div class="ttc" id="aipc__iface_html_afd77fe126e97c4d046e3842d948ec91d"><div class="ttname"><a href="ipc__iface.html#afd77fe126e97c4d046e3842d948ec91d">L4_INLINE_RPC_OP</a></div><div class="ttdeci">#define L4_INLINE_RPC_OP(op, res, name, args, attr...)</div><div class="ttdoc">Define an inline RPC call with specific opcode (type and callable).</div><div class="ttdef"><b>Definition</b> <a href="ipc__iface_source.html#l00497">ipc_iface:497</a></div></div>
|
|
<div class="ttc" id="al4_2sys_2platform__control_8h_html"><div class="ttname"><a href="l4_2sys_2platform__control_8h.html">platform_control.h</a></div><div class="ttdoc">Platform control object.</div></div>
|
|
<div class="ttc" id="anamespaceL4_html"><div class="ttname"><a href="namespaceL4.html">L4</a></div><div class="ttdoc">L4 low-level kernel interface.</div><div class="ttdef"><b>Definition</b> <a href="l4sys-l4f-groups_8dox_source.html#l00050">l4sys-l4f-groups.dox:50</a></div></div>
|
|
<div class="ttc" id="astructL4_1_1Typeid_1_1Rpcs__sys_html"><div class="ttname"><a href="structL4_1_1Typeid_1_1Rpcs__sys.html">L4::Typeid::Rpcs_sys</a></div><div class="ttdoc">List of RPCs typically used for kernel interfaces.</div><div class="ttdef"><b>Definition</b> <a href="____typeinfo_8h_source.html#l00465">__typeinfo.h:465</a></div></div>
|
|
<div class="ttc" id="astructl4__msgtag__t_html"><div class="ttname"><a href="structl4__msgtag__t.html">l4_msgtag_t</a></div><div class="ttdoc">Message tag data structure.</div><div class="ttdef"><b>Definition</b> <a href="l4_2sys_2types_8h_source.html#l00153">types.h:154</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
</div><!-- container -->
|
|
<!-- HTML footer for doxygen 1.9.1-->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><b>l4</b></li><li class="navelem"><b>sys</b></li><li class="navelem"><a href="platform__control.html">platform_control</a></li>
|
|
<li class="footer">Generated on <span class="timestamp"></span> for L4Re Operating System Framework by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.15.0 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|