OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VMCR_SVMED
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x86/x86/
identcpu.c
1090
if (((val &
VMCR_SVMED
) ==
VMCR_SVMED
)
/src/sys/dev/nvmm/x86/
nvmm_x86_svm.c
2762
if ((msr &
VMCR_SVMED
) && (msr & VMCR_LOCK)) {
2800
if (msr &
VMCR_SVMED
) {
2801
wrmsr(MSR_VMCR, msr & ~
VMCR_SVMED
);
/src/sys/arch/x86/include/
specialreg.h
1503
#define
VMCR_SVMED
0x00000010 /* SVME Disable */
Completed in 24 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026