Searched refs:GUEST_IA32_PAT (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 58 FIELD64(GUEST_IA32_PAT, guest_ia32_pat),
|
H A D | hyperv_evmcs.c | 73 EVMCS1_FIELD(GUEST_IA32_PAT, guest_ia32_pat,
|
H A D | nested.c | 2676 vmcs_write64(GUEST_IA32_PAT, vmcs12->guest_ia32_pat); in prepare_vmcs02() 2679 vmcs_write64(GUEST_IA32_PAT, vmx->vcpu.arch.pat); in prepare_vmcs02() 4732 vmcs_write64(GUEST_IA32_PAT, vmcs12->host_ia32_pat); in load_vmcs12_host_state() 4831 vcpu->arch.pat = vmcs_read64(GUEST_IA32_PAT); in nested_vmx_restore_host_state()
|
H A D | vmx.c | 2356 vmcs_write64(GUEST_IA32_PAT, data); in vmx_set_msr() 4803 vmcs_write64(GUEST_IA32_PAT, vmx->vcpu.arch.pat); in init_vmcs() 6357 pr_err("PAT = 0x%016llx\n", vmcs_read64(GUEST_IA32_PAT)); in dump_vmcs()
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h |
|
H A D | evmcs.h |
|
/linux/arch/x86/include/asm/ |
H A D | vmx.h | 267 GUEST_IA32_PAT = 0x00002804, enumerator
|