|
L4Re - L4 Runtime Environment
|
Collaboration diagram for x86 Virtual Registers (UTCB):Data Structures | |
| struct | l4_exc_regs_t |
| UTCB structure for exceptions. More... | |
Typedefs | |
| typedef struct l4_exc_regs_t | l4_exc_regs_t |
| UTCB structure for exceptions. | |
Enumerations | |
| enum | L4_utcb_consts_x86 { L4_UTCB_EXCEPTION_REGS_SIZE = 19, L4_UTCB_GENERIC_DATA_SIZE = 63, L4_UTCB_GENERIC_BUFFERS_SIZE = 58, L4_UTCB_MSG_REGS_OFFSET = 0, L4_UTCB_BUF_REGS_OFFSET = 64 * sizeof(l4_umword_t), L4_UTCB_THREAD_REGS_OFFSET = 123 * sizeof(l4_umword_t), L4_UTCB_INHERIT_FPU = 1UL << 24, L4_UTCB_OFFSET = 512 } |
| UTCB constants for x86. More... | |
| enum L4_utcb_consts_x86 |
UTCB constants for x86.