OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLDT
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/i386/include/
segments.h
348
#define
NLDT
17
/src/sys/arch/xen/x86/
xenfunc.c
117
xen_set_ldt((vaddr_t)ldtstore,
NLDT
);
cpu.c
984
initctx->ldt_ents =
NLDT
;
/src/sys/arch/x86/x86/
sys_machdep.c
127
int
nldt
, num;
133
const size_t min_ldt_size =
NLDT
* sizeof(union descriptor);
152
nldt
= MAX_USERLDT_SIZE / sizeof(*lp);
156
nldt
= LDT_SIZE / sizeof(*lp);
158
nldt
=
NLDT
;
163
if (ua->start >
nldt
) {
169
num = uimin(ua->num,
nldt
- ua->start);
223
const size_t min_ldt_size =
NLDT
* sizeof(union descriptor);
/src/sys/arch/i386/i386/
machdep.c
1413
NLDT
* sizeof(ldtstore[0]) - 1, SDT_SYSLDT, SEL_KPL, 0, 0);
Completed in 18 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026