Home
last modified time | relevance | path

Searched refs:ept_del_mr (Results 1 – 13 of 13) sorted by relevance

/hypervisor/include/arch/x86/asm/guest/
A Dept.h113 void ept_del_mr(struct acrn_vm *vm, uint64_t *pml4_page, uint64_t gpa,
/hypervisor/arch/x86/guest/
A Dvm.c441 ept_del_mr(service_vm, pml4_page, base, size); in deny_pci_bar_access()
524 ept_del_mr(vm, pml4_page, epc_secs[i].base, epc_secs[i].size); in prepare_service_vm_memmap()
531 ept_del_mr(vm, pml4_page, hv_hpa, get_hv_image_size()); in prepare_service_vm_memmap()
537ept_del_mr(vm, pml4_page, vm_config->memory.host_regions[i].start_hpa, vm_config->memory.host_regi… in prepare_service_vm_memmap()
551 ept_del_mr(vm, pml4_page, get_trampoline_start16_paddr(), trampoline_memory_size); in prepare_service_vm_memmap()
555ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, pci_mmcfg->address, get_pci_mmcfg_size(pci_mmc… in prepare_service_vm_memmap()
579ept_del_mr(vm, pml4_page, service_vm_hpa2gpa(get_software_sram_base()), PRE_RTVM_SW_SRAM_MAX_SIZE); in prepare_service_vm_memmap()
591 ept_del_mr(vm, pml4_page, plat_dmar_info.drhd_units[i].reg_base_addr, PAGE_SIZE); in prepare_service_vm_memmap()
A Doptee.c48 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, hv_hpa, get_hv_image_size()); in prepare_tee_vm_memmap()
A Dtrusty.c65 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, gpa_orig, size); in create_secure_world_ept()
93 ept_del_mr(vm, vm->arch_vm.sworld_eptp, gpa_user_vm, size); in destroy_secure_world()
A Dept.c353 void ept_del_mr(struct acrn_vm *vm, uint64_t *pml4_page, uint64_t gpa, uint64_t size) in ept_del_mr() function
A Dvlapic.c2193 ept_del_mr(vcpu->vm, pml4_page, in vlapic_create()
/hypervisor/dm/
A Dmmio_dev.c52 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, gpa, res->size); in deassign_mmio_dev()
A Dvgpio.c147 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, gpa_start, gpio_pcr_sz); in register_vgpio_handler()
A Dvioapic.c549ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, (uint64_t)vioapic->chipinfo.addr, VIOAPIC_SIZE… in vioapic_init()
/hypervisor/dm/vpci/
A Dvmcs9900.c69 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, vbar->base_gpa, vbar->size); in map_vmcs9900_vbar()
74 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, vbar->base_gpa, vbar->size); in map_vmcs9900_vbar()
A Divshmem.c349 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, vbar->base_gpa, vbar->size); in ivshmem_vbar_unmap()
396 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, vbar->base_gpa, round_page_up(vbar->size)); in ivshmem_vbar_map()
400 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, vbar->base_gpa, vbar->size); in ivshmem_vbar_map()
A Dpci_pt.c217 ept_del_mr(vm, (uint64_t *)vm->arch_vm.nworld_eptp, addr_lo, addr_hi - addr_lo); in vdev_pt_map_msix()
233 ept_del_mr(vm, (uint64_t *)(vm->arch_vm.nworld_eptp), in vdev_pt_unmap_mem_vbar()
/hypervisor/common/
A Dhypercall.c682 ept_del_mr(target_vm, pml4_page, region->gpa, region->size); in set_vm_memory_region()

Completed in 44 milliseconds