Searched refs:GUEST_IA32_PAT (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 58 FIELD64(GUEST_IA32_PAT, guest_ia32_pat),
|
H A D | hyperv.c | 80 EVMCS1_FIELD(GUEST_IA32_PAT, guest_ia32_pat,
|
H A D | nested.c | 2587 vmcs_write64(GUEST_IA32_PAT, vmcs12->guest_ia32_pat); in prepare_vmcs02() 2590 vmcs_write64(GUEST_IA32_PAT, vmx->vcpu.arch.pat); in prepare_vmcs02() 4569 vmcs_write64(GUEST_IA32_PAT, vmcs12->host_ia32_pat); in load_vmcs12_host_state() 4668 vcpu->arch.pat = vmcs_read64(GUEST_IA32_PAT); in nested_vmx_restore_host_state()
|
H A D | vmx.c | 2330 vmcs_write64(GUEST_IA32_PAT, data); in vmx_set_msr() 4787 vmcs_write64(GUEST_IA32_PAT, vmx->vcpu.arch.pat); in init_vmcs() 6317 pr_err("PAT = 0x%016llx\n", vmcs_read64(GUEST_IA32_PAT)); in dump_vmcs()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 174 GUEST_IA32_PAT = 0x00002804, enumerator
|
H A D | evmcs.h | 366 case GUEST_IA32_PAT: in evmcs_vmread() 793 case GUEST_IA32_PAT: in evmcs_vmwrite()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | vmx.h | 244 GUEST_IA32_PAT = 0x00002804, enumerator
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 306 vmwrite(GUEST_IA32_PAT, vmreadz(HOST_IA32_PAT)); in init_vmcs_guest_state()
|