Searched refs:HOST_CR3 (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs12.c143 FIELD(HOST_CR3, host_cr3),
H A Dhyperv_evmcs.c29 EVMCS1_FIELD(HOST_CR3, host_cr3,
H A Dvmx.c4304 vmcs_writel(HOST_CR3, cr3); /* 22.2.3 FIXME: shadow tables */
6356 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3),
7358 * Refresh vmcs.HOST_CR3 if necessary. This must be done immediately
7366 vmcs_writel(HOST_CR3, cr3);
H A Dnested.c2207 * fields that come from L0 and are not constant, e.g. HOST_CR3,
3152 vmcs_writel(HOST_CR3, cr3);
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c274 vmwrite(HOST_CR3, get_cr3());
339 vmwrite(GUEST_CR3, vmreadz(HOST_CR3));
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h276 HOST_CR3 = 0x00006c02, enumerator in enum:vmcs_field
H A Devmcs.h300 case HOST_CR3:
705 case HOST_CR3:
/linux-master/arch/x86/include/asm/
H A Dvmx.h350 HOST_CR3 = 0x00006c02, enumerator in enum:vmcs_field

Completed in 171 milliseconds