Searched refs:HOST_CR3 (Results 1 – 5 of 5) sorted by relevance
/arch/x86/kvm/vmx/ |
D | vmcs12.c | 145 FIELD(HOST_CR3, host_cr3),
|
D | evmcs.c | 34 EVMCS1_FIELD(HOST_CR3, host_cr3,
|
D | vmx.c | 3973 vmcs_writel(HOST_CR3, cr3); /* 22.2.3 FIXME: shadow tables */ in vmx_set_constant_host_state() 5855 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs() 6623 vmcs_writel(HOST_CR3, cr3); in vmx_vcpu_run()
|
D | nested.c | 2863 vmcs_writel(HOST_CR3, cr3); in nested_vmx_check_vmentry_hw()
|
/arch/x86/include/asm/ |
D | vmx.h | 327 HOST_CR3 = 0x00006c02, enumerator
|