Searched refs:GUEST_IA32_PAT (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/kvm/vmx/ |
| A D | vmcs12.c | 58 FIELD64(GUEST_IA32_PAT, guest_ia32_pat),
|
| A D | hyperv_evmcs.c | 73 EVMCS1_FIELD(GUEST_IA32_PAT, guest_ia32_pat,
|
| A D | nested.c | 2693 vmcs_write64(GUEST_IA32_PAT, vmcs12->guest_ia32_pat); in prepare_vmcs02() 2696 vmcs_write64(GUEST_IA32_PAT, vmx->vcpu.arch.pat); in prepare_vmcs02() 4756 vmcs_write64(GUEST_IA32_PAT, vmcs12->host_ia32_pat); in load_vmcs12_host_state() 4855 vcpu->arch.pat = vmcs_read64(GUEST_IA32_PAT); in nested_vmx_restore_host_state()
|
| A D | vmx.c | 2308 vmcs_write64(GUEST_IA32_PAT, data); in vmx_set_msr() 4687 vmcs_write64(GUEST_IA32_PAT, vmx->vcpu.arch.pat); in init_vmcs() 6247 pr_err("PAT = 0x%016llx\n", vmcs_read64(GUEST_IA32_PAT)); in dump_vmcs()
|
| /arch/x86/include/asm/ |
| A D | vmx.h | 268 GUEST_IA32_PAT = 0x00002804, enumerator
|
Completed in 361 milliseconds