OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALID_USER_DSEL32
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/amd64/amd64/
netbsd32_machdep.c
424
if (regs->r_fs != 0 && !
VALID_USER_DSEL32
(regs->r_fs) &&
427
if (regs->r_gs != 0 && !
VALID_USER_DSEL32
(regs->r_gs) &&
430
if (regs->r_es != 0 && !
VALID_USER_DSEL32
(regs->r_es))
432
if (!
VALID_USER_DSEL32
(regs->r_ds) ||
433
!
VALID_USER_DSEL32
(regs->r_ss))
930
if (scp->sc_fs != 0 && !
VALID_USER_DSEL32
(scp->sc_fs) &&
933
if (scp->sc_gs != 0 && !
VALID_USER_DSEL32
(scp->sc_gs) &&
936
if (scp->sc_es != 0 && !
VALID_USER_DSEL32
(scp->sc_es))
938
if (!
VALID_USER_DSEL32
(scp->sc_ds) ||
939
!
VALID_USER_DSEL32
(scp->sc_ss)
[
all
...]
/src/sys/compat/linux32/arch/amd64/
linux32_machdep.c
434
if (scp->sc_fs != 0 && !
VALID_USER_DSEL32
(scp->sc_fs) &&
438
if (scp->sc_gs != 0 && !
VALID_USER_DSEL32
(scp->sc_gs) &&
442
if (scp->sc_es != 0 && !
VALID_USER_DSEL32
(scp->sc_es))
445
if (!
VALID_USER_DSEL32
(scp->sc_ds) ||
446
!
VALID_USER_DSEL32
(scp->sc_ss))
/src/sys/arch/amd64/include/
segments.h
375
#define
VALID_USER_DSEL32
(s) \
Completed in 13 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025