l4re-base-25.08.0

This commit is contained in:
2025-09-12 15:55:45 +02:00
commit d959eaab98
37938 changed files with 9382688 additions and 0 deletions

View File

@@ -0,0 +1,157 @@
<!-- 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/re/protocols.h 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('protocols_8h_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">protocols.h</div></div>
</div><!--header-->
<div class="contents">
<a href="protocols_8h.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></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</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) 2015 Alexander Warg &lt;alexander.warg@kernkonzept.com&gt;</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> *</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> * License: see LICENSE.spdx (in this directory or the directories above)</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> */</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> </div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span></div>
<div class="foldopen" id="foldopen00024" data-start="{" data-end="};">
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#ga677c380bc191bf6b66836da2bd2eb6ad"> 24</a></span><span class="keyword">enum</span> <a class="code hl_enumeration" href="group__api__l4re__protocols.html#ga677c380bc191bf6b66836da2bd2eb6ad">L4re_protocols</a></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span>{</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada4c3270f2020f3709816db63c1bd36d70"> 26</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada4c3270f2020f3709816db63c1bd36d70">L4RE_PROTO_DATASPACE</a> = 0x4000, </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaed27445b9c0f447244dbe7156b676dd6"> 27</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaed27445b9c0f447244dbe7156b676dd6">L4RE_PROTO_NAMESPACE</a>, </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaae8be07f5a6a9f58251567c5af7374cd"> 28</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaae8be07f5a6a9f58251567c5af7374cd">L4RE_PROTO_PARENT</a>, </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adae0b0f127f864b2d81b8b0cdf9fe223e0"> 29</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adae0b0f127f864b2d81b8b0cdf9fe223e0">L4RE_PROTO_GOOS</a>, </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada9e9b8fdd27167349fc72bfad899554d4"> 30</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada9e9b8fdd27167349fc72bfad899554d4">L4RE_PROTO_RSVD_1</a>, </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada4da0e85b4dc1550904eb2a12d66e46eb"> 31</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada4da0e85b4dc1550904eb2a12d66e46eb">L4RE_PROTO_RM</a>, </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada55f76b2975d9f488b64b8339beea9988"> 32</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada55f76b2975d9f488b64b8339beea9988">L4RE_PROTO_EVENT</a>, </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaed52b35925058fb888b5d8d2fca78e8a"> 33</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaed52b35925058fb888b5d8d2fca78e8a">L4RE_PROTO_INHIBITOR</a>, </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada78b4fc88b5b9445d7c8cf5fcb5811206"> 34</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada78b4fc88b5b9445d7c8cf5fcb5811206">L4RE_PROTO_DMA_SPACE</a>, </div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaf6e80bf5292b9f3ed8227ed198c38f93"> 35</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaf6e80bf5292b9f3ed8227ed198c38f93">L4RE_PROTO_MMIO_SPACE</a>, </div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adae95adb279585ee06a6ec467f1fa3b9eb"> 36</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adae95adb279585ee06a6ec467f1fa3b9eb">L4RE_PROTO_ITAS</a>, </div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adad302bcdf4c29f7ddd32a4cd96b78bda6"> 37</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adad302bcdf4c29f7ddd32a4cd96b78bda6">L4RE_PROTO_MEM_ALLOC</a>, </div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada1b15e0b5a12fd5c71ed9616fcb30d0dd"> 38</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada1b15e0b5a12fd5c71ed9616fcb30d0dd">L4RE_PROTO_REMOTE_ACCESS</a>, </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaafb7ffafa20f457a421c6950cc97f3fa"> 40</a></span> <a class="code hl_enumvalue" href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaafb7ffafa20f457a421c6950cc97f3fa">L4RE_PROTO_DEBUG</a> = ~0x7fffL </div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span>};</div>
</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="ttc" id="agroup__api__l4re__protocols_html_ga677c380bc191bf6b66836da2bd2eb6ad"><div class="ttname"><a href="group__api__l4re__protocols.html#ga677c380bc191bf6b66836da2bd2eb6ad">L4re_protocols</a></div><div class="ttdeci">L4re_protocols</div><div class="ttdoc">Common L4Re Protocol Constants.</div><div class="ttdef"><b>Definition</b> <a href="#l00024">protocols.h:25</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6ada1b15e0b5a12fd5c71ed9616fcb30d0dd"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada1b15e0b5a12fd5c71ed9616fcb30d0dd">L4RE_PROTO_REMOTE_ACCESS</a></div><div class="ttdeci">@ L4RE_PROTO_REMOTE_ACCESS</div><div class="ttdoc">ID for L4Re::Remote_access.</div><div class="ttdef"><b>Definition</b> <a href="#l00038">protocols.h:38</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6ada4c3270f2020f3709816db63c1bd36d70"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada4c3270f2020f3709816db63c1bd36d70">L4RE_PROTO_DATASPACE</a></div><div class="ttdeci">@ L4RE_PROTO_DATASPACE</div><div class="ttdoc">ID for L4Re::Dataspace RPCs.</div><div class="ttdef"><b>Definition</b> <a href="#l00026">protocols.h:26</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6ada4da0e85b4dc1550904eb2a12d66e46eb"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada4da0e85b4dc1550904eb2a12d66e46eb">L4RE_PROTO_RM</a></div><div class="ttdeci">@ L4RE_PROTO_RM</div><div class="ttdoc">ID for L4Re::Rm RPCs.</div><div class="ttdef"><b>Definition</b> <a href="#l00031">protocols.h:31</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6ada55f76b2975d9f488b64b8339beea9988"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada55f76b2975d9f488b64b8339beea9988">L4RE_PROTO_EVENT</a></div><div class="ttdeci">@ L4RE_PROTO_EVENT</div><div class="ttdoc">ID for L4Re::Event RPCs.</div><div class="ttdef"><b>Definition</b> <a href="#l00032">protocols.h:32</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6ada78b4fc88b5b9445d7c8cf5fcb5811206"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada78b4fc88b5b9445d7c8cf5fcb5811206">L4RE_PROTO_DMA_SPACE</a></div><div class="ttdeci">@ L4RE_PROTO_DMA_SPACE</div><div class="ttdoc">ID for L4Re::Dma_space RPCs.</div><div class="ttdef"><b>Definition</b> <a href="#l00034">protocols.h:34</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6ada9e9b8fdd27167349fc72bfad899554d4"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6ada9e9b8fdd27167349fc72bfad899554d4">L4RE_PROTO_RSVD_1</a></div><div class="ttdeci">@ L4RE_PROTO_RSVD_1</div><div class="ttdoc">Reserved ID.</div><div class="ttdef"><b>Definition</b> <a href="#l00030">protocols.h:30</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6adaae8be07f5a6a9f58251567c5af7374cd"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaae8be07f5a6a9f58251567c5af7374cd">L4RE_PROTO_PARENT</a></div><div class="ttdeci">@ L4RE_PROTO_PARENT</div><div class="ttdoc">ID for L4Re::Parent RPCs.</div><div class="ttdef"><b>Definition</b> <a href="#l00028">protocols.h:28</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6adaafb7ffafa20f457a421c6950cc97f3fa"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaafb7ffafa20f457a421c6950cc97f3fa">L4RE_PROTO_DEBUG</a></div><div class="ttdeci">@ L4RE_PROTO_DEBUG</div><div class="ttdoc">ID for debugging RPCs.</div><div class="ttdef"><b>Definition</b> <a href="#l00040">protocols.h:40</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6adad302bcdf4c29f7ddd32a4cd96b78bda6"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adad302bcdf4c29f7ddd32a4cd96b78bda6">L4RE_PROTO_MEM_ALLOC</a></div><div class="ttdeci">@ L4RE_PROTO_MEM_ALLOC</div><div class="ttdoc">ID for L4Re::Mem_alloc.</div><div class="ttdef"><b>Definition</b> <a href="#l00037">protocols.h:37</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6adae0b0f127f864b2d81b8b0cdf9fe223e0"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adae0b0f127f864b2d81b8b0cdf9fe223e0">L4RE_PROTO_GOOS</a></div><div class="ttdeci">@ L4RE_PROTO_GOOS</div><div class="ttdoc">ID for L4Re::Video::Goos RPCs.</div><div class="ttdef"><b>Definition</b> <a href="#l00029">protocols.h:29</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6adae95adb279585ee06a6ec467f1fa3b9eb"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adae95adb279585ee06a6ec467f1fa3b9eb">L4RE_PROTO_ITAS</a></div><div class="ttdeci">@ L4RE_PROTO_ITAS</div><div class="ttdoc">ID for L4Re::Itas.</div><div class="ttdef"><b>Definition</b> <a href="#l00036">protocols.h:36</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6adaed27445b9c0f447244dbe7156b676dd6"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaed27445b9c0f447244dbe7156b676dd6">L4RE_PROTO_NAMESPACE</a></div><div class="ttdeci">@ L4RE_PROTO_NAMESPACE</div><div class="ttdoc">ID for L4Re::Namespace RPCs.</div><div class="ttdef"><b>Definition</b> <a href="#l00027">protocols.h:27</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6adaed52b35925058fb888b5d8d2fca78e8a"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaed52b35925058fb888b5d8d2fca78e8a">L4RE_PROTO_INHIBITOR</a></div><div class="ttdeci">@ L4RE_PROTO_INHIBITOR</div><div class="ttdoc">ID for L4Re::Inhibitor RPCs.</div><div class="ttdef"><b>Definition</b> <a href="#l00033">protocols.h:33</a></div></div>
<div class="ttc" id="agroup__api__l4re__protocols_html_gga677c380bc191bf6b66836da2bd2eb6adaf6e80bf5292b9f3ed8227ed198c38f93"><div class="ttname"><a href="group__api__l4re__protocols.html#gga677c380bc191bf6b66836da2bd2eb6adaf6e80bf5292b9f3ed8227ed198c38f93">L4RE_PROTO_MMIO_SPACE</a></div><div class="ttdeci">@ L4RE_PROTO_MMIO_SPACE</div><div class="ttdoc">ID for L4Re::Mmio_space.</div><div class="ttdef"><b>Definition</b> <a href="#l00035">protocols.h:35</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>re</b></li><li class="navelem"><a href="protocols_8h.html">protocols.h</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>