OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LUCODE_SEL
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/amd64/include/
segments.h
365
#define
LUCODE_SEL
64 /* User code descriptor */
386
((s) == GSEL(GUCODE_SEL, SEL_UPL) || (s) == LSEL(
LUCODE_SEL
, SEL_UPL))
/src/sys/arch/i386/include/
segments.h
343
#define
LUCODE_SEL
2 /* User code descriptor */
/src/sys/arch/amd64/amd64/
process_machdep.c
146
regs[_REG_CS] = LSEL(
LUCODE_SEL
, SEL_UPL);
225
tf->tf_cs = LSEL(
LUCODE_SEL
, SEL_UPL);
machdep.c
1405
tf->tf_cs = LSEL(
LUCODE_SEL
, SEL_UPL);
1917
*(struct mem_segment_descriptor *)(ldtstore +
LUCODE_SEL
) =
2112
mcp->__gregs[_REG_CS] = LSEL(
LUCODE_SEL
, SEL_UPL);
2168
tf->tf_cs = LSEL(
LUCODE_SEL
, SEL_UPL);
locore.S
1690
movq $(LSEL(
LUCODE_SEL
, SEL_UPL)),SP(TF_CS) /* user %cs */
1818
cmpw $LSEL(
LUCODE_SEL
, SEL_UPL),TF_BACKW(TF_CS, %rsp)
/src/sys/arch/i386/i386/
machdep.c
879
LSEL(LUCODEBIG_SEL, SEL_UPL) : LSEL(
LUCODE_SEL
, SEL_UPL);
1423
ldtstore[
LUCODE_SEL
] = gdtstore[GUCODE_SEL];
Completed in 61 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025