OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CR4_PGE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/i386/i386/
i386func.S
93
testl $
CR4_PGE
, %eax
96
andl $~
CR4_PGE
, %edx
/src/sys/arch/amd64/amd64/
cpufunc.S
154
testq $
CR4_PGE
, %rax
157
andq $~
CR4_PGE
, %rdx
/src/sys/arch/x86/x86/
mtrr_i686.c
215
cr4 &= ~
CR4_PGE
;
cpu.c
653
cr4 |=
CR4_PGE
;
/src/sys/arch/x86/include/
specialreg.h
107
#define
CR4_PGE
0x00000080 /* Page global enable */
/src/sys/dev/nvmm/x86/
nvmm_x86_svm.c
525
(CR4_PSE|CR4_PAE|
CR4_PGE
|CR4_PCIDE|CR4_SMEP)
535
CR4_PGE
| \
nvmm_x86_vmx.c
742
CR4_PGE
| \
766
(CR4_PSE|CR4_PAE|
CR4_PGE
|CR4_PCIDE|CR4_SMEP)
Completed in 20 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025