mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-03 16:10:59 +00:00
parent
1af9187df9
commit
b3815c95a7
@ -11,7 +11,7 @@
|
|||||||
*
|
*
|
||||||
* ! lower address
|
* ! lower address
|
||||||
* ! ...
|
* ! ...
|
||||||
* ! ============================ <- aligned at 'CONTEXT_VIRTUAL_SIZE'
|
* ! ============================ <- aligned at the virtual context size
|
||||||
* !
|
* !
|
||||||
* ! empty
|
* ! empty
|
||||||
* !
|
* !
|
||||||
@ -23,7 +23,7 @@
|
|||||||
* ! additional context members
|
* ! additional context members
|
||||||
* ! ----------------------------
|
* ! ----------------------------
|
||||||
* ! UTCB
|
* ! UTCB
|
||||||
* ! ============================ <- aligned at 'CONTEXT_VIRTUAL_SIZE'
|
* ! ============================ <- aligned at the virtual context size
|
||||||
* ! ...
|
* ! ...
|
||||||
* ! higher address
|
* ! higher address
|
||||||
*
|
*
|
||||||
@ -90,8 +90,7 @@ namespace Genode {
|
|||||||
/**
|
/**
|
||||||
* Thread context located within the thread-context area
|
* Thread context located within the thread-context area
|
||||||
*
|
*
|
||||||
* The end of a thread context is placed at a boundary aligned at
|
* The end of a thread context is placed virtual size aligned.
|
||||||
* 'CONTEXT_VIRTUAL_SIZE'.
|
|
||||||
*/
|
*/
|
||||||
struct Context
|
struct Context
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user