L4Re Operating System Framework
Interface and Usage Documentation
|
Segment handling. More...
Go to the source code of this file.
Enumerations | |
enum | L4_task_ldt_x86_consts { L4_TASK_LDT_X86_ENTRY_SIZE = 8 , L4_TASK_LDT_X86_MAX_ENTRIES } |
Contants for LDT handling. More... | |
Functions | |
long | fiasco_ldt_set (l4_cap_idx_t task, void *ldt, unsigned int num_desc, unsigned int entry_number_start, l4_utcb_t *utcb) |
Set LDT segments descriptors. | |
long | fiasco_gdt_set (l4_cap_idx_t thread, void *desc, unsigned int size, unsigned int entry_number_start, l4_utcb_t *utcb) |
Set GDT segment descriptors. | |
unsigned | fiasco_gdt_get_entry_offset (l4_cap_idx_t thread, l4_utcb_t *utcb) |
Return the offset of the entry in the GDT. | |
Segment handling.
Definition in file segment.h.