OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GSEL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amd64/include/
segments.h
132
#define
GSEL
(s,r) (((s) << 3) | r)
376
(((s) & 0xffff) ==
GSEL
(GUDATA32_SEL, SEL_UPL) || \
379
((s) ==
GSEL
(GUCODE32_SEL, SEL_UPL) || (s) == LSEL(LUCODE32_SEL, SEL_UPL))
381
(((s) & 0xffff) ==
GSEL
(GUFS_SEL, SEL_UPL))
383
(((s) & 0xffff) ==
GSEL
(GUGS_SEL, SEL_UPL))
386
((s) ==
GSEL
(GUCODE_SEL, SEL_UPL) || (s) == LSEL(LUCODE_SEL, SEL_UPL))
388
((s) ==
GSEL
(GUDATA_SEL, SEL_UPL) || (s) == LSEL(LUDATA_SEL, SEL_UPL))
/src/sys/arch/i386/include/
segments.h
117
#define
GSEL
(s,r) (((s) << 3) | r) /* a global selector */
118
#define GSYSSEL(s,r)
GSEL
(s,r) /* compat with amd64 */
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025