Searched refs:HOST_CR3 (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 274 vmwrite(HOST_CR3, get_cr3()); in init_vmcs_host_state() 339 vmwrite(GUEST_CR3, vmreadz(HOST_CR3)); in init_vmcs_guest_state()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 141 FIELD(HOST_CR3, host_cr3),
|
H A D | evmcs.c | 36 EVMCS1_FIELD(HOST_CR3, host_cr3,
|
H A D | vmx.c | 4153 vmcs_writel(HOST_CR3, cr3); /* 22.2.3 FIXME: shadow tables */ in vmx_set_constant_host_state() 6013 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs() 6871 vmcs_writel(HOST_CR3, cr3); in vmx_vcpu_run()
|
H A D | nested.c | 2167 * fields that come from L0 and are not constant, e.g. HOST_CR3, in prepare_vmcs02_constant_state() 3091 vmcs_writel(HOST_CR3, cr3); in nested_vmx_check_vmentry_hw()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 143 FIELD(HOST_CR3, host_cr3),
|
H A D | hyperv.c | 141 EVMCS1_FIELD(HOST_CR3, host_cr3,
|
H A D | vmx.c | 4315 vmcs_writel(HOST_CR3, cr3); /* 22.2.3 FIXME: shadow tables */ in vmx_set_constant_host_state() 6343 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3), in dump_vmcs() 7332 * Refresh vmcs.HOST_CR3 if necessary. This must be done immediately in vmx_vcpu_run() 7340 vmcs_writel(HOST_CR3, cr3); in vmx_vcpu_run()
|
H A D | nested.c | 2170 * fields that come from L0 and are not constant, e.g. HOST_CR3, in prepare_vmcs02_constant_state() 3114 vmcs_writel(HOST_CR3, cr3); in nested_vmx_check_vmentry_hw()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 289 vmwrite(HOST_CR3, get_cr3()); in init_vmcs_host_state() 354 vmwrite(GUEST_CR3, vmreadz(HOST_CR3)); in init_vmcs_guest_state()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 280 case HOST_CR3: in evmcs_vmread() 667 case HOST_CR3: in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vmx.h | 332 HOST_CR3 = 0x00006c02, enumerator
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 321 HOST_CR3 = 0x00006c02, enumerator
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vmx.h | 349 HOST_CR3 = 0x00006c02, enumerator
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 276 HOST_CR3 = 0x00006c02, enumerator
|
H A D | evmcs.h | 300 case HOST_CR3: in evmcs_vmread() 705 case HOST_CR3: in evmcs_vmwrite()
|
Completed in 64 milliseconds