Searched refs:guest_physical_address (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 75 SHADOW_FIELD_RO(GUEST_PHYSICAL_ADDRESS, guest_physical_address) 76 SHADOW_FIELD_RO(GUEST_PHYSICAL_ADDRESS_HIGH, guest_physical_address)
|
H A D | vmcs12.h | 53 u64 guest_physical_address; member 240 CHECK_OFFSET(guest_physical_address, 168); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 53 FIELD64(GUEST_PHYSICAL_ADDRESS, guest_physical_address),
|
H A D | evmcs.c | 134 EVMCS1_FIELD(GUEST_PHYSICAL_ADDRESS, guest_physical_address,
|
H A D | nested.c | 351 vmcs12->guest_physical_address = fault->address; in nested_ept_inject_page_fault() 1810 * vmcs12->guest_physical_address = evmcs->guest_physical_address; in copy_enlightened_to_vmcs12() 1962 evmcs->guest_physical_address = vmcs12->guest_physical_address; in copy_vmcs12_to_enlightened()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 75 SHADOW_FIELD_RO(GUEST_PHYSICAL_ADDRESS, guest_physical_address) 76 SHADOW_FIELD_RO(GUEST_PHYSICAL_ADDRESS_HIGH, guest_physical_address)
|
H A D | vmcs12.h | 53 u64 guest_physical_address; member 235 CHECK_OFFSET(guest_physical_address, 168); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 55 FIELD64(GUEST_PHYSICAL_ADDRESS, guest_physical_address),
|
H A D | hyperv.c | 263 EVMCS1_FIELD(GUEST_PHYSICAL_ADDRESS, guest_physical_address,
|
H A D | nested.c | 408 vmcs12->guest_physical_address = fault->address; in nested_ept_inject_page_fault() 1801 * vmcs12->guest_physical_address = evmcs->guest_physical_address; in copy_enlightened_to_vmcs12() 1964 evmcs->guest_physical_address = vmcs12->guest_physical_address; in copy_vmcs12_to_enlightened()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_init.c | 358 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()
|
/kernel/linux/linux-5.10/arch/x86/hyperv/ |
H A D | hv_init.c | 303 hypercall_msr.guest_physical_address = in hv_resume() 417 hypercall_msr.guest_physical_address = vmalloc_to_pfn(hv_hypercall_pg); in hyperv_init()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 215 u64 guest_physical_address:52; member 444 u64 guest_physical_address; member
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 337 u64 guest_physical_address:52; member 559 u64 guest_physical_address; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 165 u64 guest_physical_address; member 425 *value = current_evmcs->guest_physical_address; in evmcs_vmread() 812 current_evmcs->guest_physical_address = value; in evmcs_vmwrite()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | evmcs.h | 159 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()
|
Completed in 26 milliseconds