Searched refs:HOST_CR4 (Results 1 - 8 of 8) sorted by path

/linux-master/arch/x86/include/asm/
H A Dvmx.h354 HOST_CR4 = 0x00006c04, enumerator in enum:vmcs_field
/linux-master/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.c31 EVMCS1_FIELD(HOST_CR4, host_cr4,
H A Dnested.c3180 vmcs_writel(HOST_CR4, cr4);
H A Dvmcs12.c144 FIELD(HOST_CR4, host_cr4),
H A Dvmx.c4316 vmcs_writel(HOST_CR4, cr4); /* 22.2.3, 22.2.5 */
6368 vmcs_readl(HOST_CR4));
7399 vmcs_writel(HOST_CR4, cr4);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h303 case HOST_CR4:
709 case HOST_CR4:
H A Dvmx.h277 HOST_CR4 = 0x00006c04, enumerator in enum:vmcs_field
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c275 vmwrite(HOST_CR4, get_cr4());
340 vmwrite(GUEST_CR4, vmreadz(HOST_CR4));

Completed in 240 milliseconds