Home
last modified time | relevance | path

Searched refs:ept_add_mr (Results 1 – 10 of 10) sorted by relevance

/hypervisor/include/arch/x86/asm/guest/
A Dept.h85 void ept_add_mr(struct acrn_vm *vm, uint64_t *pml4_page, uint64_t hpa,
/hypervisor/dm/
A Dmmio_dev.c26 ept_add_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, res->host_pa, in assign_mmio_dev()
/hypervisor/arch/x86/guest/
A Dvm.c348 ept_add_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, in prepare_prelaunched_vm_memmap()
379 ept_add_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, base_hpa, base_gpa, in prepare_prelaunched_vm_memmap()
383 ept_add_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, base_hpa, base_gpa, in prepare_prelaunched_vm_memmap()
508 ept_add_mr(vm, pml4_page, 0UL, 0UL, service_vm_high64_max_ram, EPT_RWX | EPT_UNCACHED); in prepare_service_vm_memmap()
605 ept_add_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, vm_epc_maps[i].hpa, in prepare_epc_vm_memmap()
647 ept_add_mr(vm, pml4_page, entry->baseaddr, in prepare_vm_identical_memmap()
718 ept_add_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, in create_vm()
A Dtrusty.c71 ept_add_mr(vm, (uint64_t *)vm->arch_vm.sworld_eptp, hpa, gpa_rebased, size, EPT_RWX | EPT_WB); in create_secure_world_ept()
97 ept_add_mr(vm, vm->arch_vm.nworld_eptp, hpa, gpa_user_vm, size, EPT_RWX | EPT_WB); in destroy_secure_world()
A Dept.c317 void ept_add_mr(struct acrn_vm *vm, uint64_t *pml4_page, in ept_add_mr() function
A Dvlapic.c2197 ept_add_mr(vcpu->vm, pml4_page, in vlapic_create()
/hypervisor/dm/vpci/
A Dvsriov.c131 ept_add_mr(vm, (uint64_t *)(vm->arch_vm.nworld_eptp), vf_vbar->base_hpa, in create_vf()
A Dpci_pt.c254 ept_add_mr(vm, (uint64_t *)(vm->arch_vm.nworld_eptp), in vdev_pt_map_mem_vbar()
584 ept_add_mr(vpci2vm(vdev->vpci), vpci2vm(vdev->vpci)->arch_vm.nworld_eptp, in passthru_gpu_opregion()
A Divshmem.c391 ept_add_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, vbar->base_hpa, in ivshmem_vbar_map()
/hypervisor/common/
A Dhypercall.c659 ept_add_mr(target_vm, pml4_page, hpa, region->gpa, region->size, prot); in add_vm_memory_region()

Completed in 20 milliseconds