OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldt_base
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libi386/
t_user_ldt.c
48
static uint8_t *
ldt_base
;
variable
64
ldt_base
= (uint8_t *)mmap(NULL, 2 * PAGE_SIZE, PROT_READ | PROT_WRITE,
66
if (
ldt_base
== MAP_FAILED)
68
munmap(
ldt_base
+ PAGE_SIZE, PAGE_SIZE);
152
build_desc(&desc,
ldt_base
, PAGE_SIZE, SDT_MEMRW,
159
build_desc(&desc,
ldt_base
, PAGE_SIZE, SDT_MEMRW, SEL_KPL, 1, 0);
164
build_desc(&desc,
ldt_base
, PAGE_SIZE, SDT_MEMRW, SEL_UPL, 1, 0);
171
build_desc(&desc,
ldt_base
, PAGE_SIZE, forbidden_types[i],
178
build_desc(&desc,
ldt_base
, PAGE_SIZE, SDT_MEMRW, SEL_UPL, 1, 0);
320
build_desc(&desc,
ldt_base
, PAGE_SIZE, SDT_MEMRW, SEL_UPL, 1, 0)
[
all
...]
/src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen.h
191
unsigned long
ldt_base
, ldt_ents; /* LDT (linear address, # ents) */
member in struct:vcpu_guest_context
/src/sys/arch/xen/x86/
cpu.c
881
initctx->
ldt_base
= (unsigned long)ldtstore;
983
initctx->
ldt_base
= (unsigned long)ldtstore;
Completed in 31 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026