OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CR0_WP
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/arch/amd64/acpi/
acpi_wakecode.S
204
orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|
CR0_WP
|CR0_AM),%eax
/src/sys/arch/i386/acpi/
acpi_wakecode.S
175
orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|
CR0_WP
|CR0_AM),%eax
/src/sys/arch/i386/i386/
mptramp.S
183
orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|
CR0_WP
|CR0_AM),%eax
cpufunc.S
126
andl $~
CR0_WP
,%ecx
locore.S
1049
orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|
CR0_WP
|CR0_AM),%eax
/src/sys/arch/amd64/amd64/
mptramp.S
178
orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|
CR0_WP
|CR0_AM),%eax
cpufunc.S
234
andq $~
CR0_WP
,%rcx
locore.S
854
orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|
CR0_WP
|CR0_AM),%eax
/src/tests/lib/libnvmm/
h_io_assist.c
95
state->crs[NVMM_X64_CR_CR0] = CR0_PG|CR0_PE|CR0_NE|CR0_TS|CR0_MP|
CR0_WP
|CR0_AM;
h_mem_assist.c
243
state->crs[NVMM_X64_CR_CR0] = CR0_PG|CR0_PE|CR0_NE|CR0_TS|CR0_MP|
CR0_WP
|CR0_AM;
/src/sys/arch/amd64/stand/prekern/
locore.S
533
orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|
CR0_WP
|CR0_AM),%eax
/src/sys/arch/x86/x86/
procfs_machdep.c
466
(rcr0() &
CR0_WP
) ? "yes" : "no",
cpu.c
649
lcr0(rcr0() |
CR0_WP
);
/src/sys/arch/x86/include/
specialreg.h
69
#define
CR0_WP
0x00010000 /* Write Protect (honor PTE_W in all modes) */
/src/sys/dev/nvmm/x86/
nvmm_x86_svm.c
523
(CR0_PG|
CR0_WP
|CR0_CD|CR0_NW)
nvmm_x86_vmx.c
764
(CR0_PG|
CR0_WP
|CR0_CD|CR0_NW)
Completed in 26 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025