OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_USERLDT_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/include/
gdt.h
61
#ifndef
MAX_USERLDT_SIZE
62
# define
MAX_USERLDT_SIZE
65536 /* XXX: see <x86/pmap.h> */
65
#define MAX_USERLDT_SLOTS (int)(
MAX_USERLDT_SIZE
/ sizeof(union descriptor))
/src/sys/arch/x86/x86/
pmap.c
3074
MAX_USERLDT_SIZE
, UVM_KMF_WIRED);
3344
MAX_USERLDT_SIZE
, 0, UVM_KMF_WIRED);
3352
sel = ldt_alloc(new_ldt,
MAX_USERLDT_SIZE
);
3356
MAX_USERLDT_SIZE
, UVM_KMF_WIRED);
3379
memcpy(new_ldt, pmap1->pm_ldt,
MAX_USERLDT_SIZE
);
3389
MAX_USERLDT_SIZE
, UVM_KMF_WIRED);
3463
uvm_km_free(kernel_map, (vaddr_t)ldt,
MAX_USERLDT_SIZE
,
Completed in 49 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026