Home
last modified time | relevance | path

Searched refs:guest_physical_address (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/arch/x86/kvm/vmx/
Dvmcs_shadow_fields.h75 SHADOW_FIELD_RO(GUEST_PHYSICAL_ADDRESS, guest_physical_address)
76 SHADOW_FIELD_RO(GUEST_PHYSICAL_ADDRESS_HIGH, guest_physical_address)
Dvmcs12.h53 u64 guest_physical_address; member
235 CHECK_OFFSET(guest_physical_address, 168); in vmx_check_vmcs12_offsets()
Dvmcs12.c55 FIELD64(GUEST_PHYSICAL_ADDRESS, guest_physical_address),
Dhyperv.c263 EVMCS1_FIELD(GUEST_PHYSICAL_ADDRESS, guest_physical_address,
Dnested.c408 vmcs12->guest_physical_address = fault->address; in nested_ept_inject_page_fault()
1964 evmcs->guest_physical_address = vmcs12->guest_physical_address; in copy_vmcs12_to_enlightened()
/linux-6.6.21/arch/x86/hyperv/
Dhv_init.c358 hypercall_msr.guest_physical_address = in hv_resume()
561 src = memremap(hypercall_msr.guest_physical_address << PAGE_SHIFT, PAGE_SIZE, in hyperv_init()
569 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
/linux-6.6.21/arch/x86/include/asm/
Dhyperv-tlfs.h337 u64 guest_physical_address:52; member
559 u64 guest_physical_address; member
/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/
Devmcs.h159 u64 guest_physical_address; member
445 *value = current_evmcs->guest_physical_address; in evmcs_vmread()
898 current_evmcs->guest_physical_address = value; in evmcs_vmwrite()
/linux-6.6.21/Documentation/virt/kvm/x86/
Dnested-vmx.rst105 u64 guest_physical_address;