Home
last modified time | relevance | path

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

/hyp/platform/soc_qemu/src/
A Duart.c104 error_t ret = pgtable_hyp_map(partition_get_private(), (uintptr_t)uart, in soc_qemu_uart_init()
/hyp/platform/arm_arch_timer_lp/src/
A Dplatform_timer_lp.c118 error_t err = pgtable_hyp_map( in platform_timer_lp_handle_boot_cold_init()
/hyp/interfaces/pgtable/include/
A Dpgtable.h120 pgtable_hyp_map(partition_t *partition, uintptr_t virt, size_t size, in pgtable_hyp_map() function
/hyp/core/partition_standard/src/
A Dpartition.c258 ret = pgtable_hyp_map(hyp_partition, virt, size, phys, in new_memory_add()
393 ret = pgtable_hyp_map(partition, virt, size, phys, in new_memory_add_trace()
/hyp/core/thread_standard/aarch64/src/
A Dthread_arch.c282 err = pgtable_hyp_map(partition, thread->stack_base, thread->stack_size, in thread_arch_map_stack()
/hyp/mem/hyp_aspace/armv8/src/
A Dhyp_aspace.c119 error_t err = pgtable_hyp_map( in hyp_aspace_handle_boot_cold_init()
166 err = pgtable_hyp_map(hyp_partition, remaining_virt, in hyp_aspace_handle_boot_cold_init()
/hyp/platform/etm/src/
A Detm.c173 error_t ret = pgtable_hyp_map( in etm_handle_boot_hypervisor_start()
/hyp/vm/rootvm_package/src/
A Dpackage.c224 ret = pgtable_hyp_map(root_partition, map_range_r.r.base, map_size, in rootvm_package_handle_rootvm_init()
/hyp/platform/gicv3/src/
A Dgicv3.c601 error_t ret = pgtable_hyp_map(hyp_partition, (uintptr_t)mapped_gitss[0], in gicv3_map_its()
632 error_t ret = pgtable_hyp_map(hyp_partition, (uintptr_t)gicd, gicd_size, in gicv3_map_gicd_and_gicrs()
646 ret = pgtable_hyp_map(hyp_partition, (uintptr_t)mapped_gicrs[0], in gicv3_map_gicd_and_gicrs()
/hyp/mem/memextent/src/
A Dmemextent_basic.c969 ret = pgtable_hyp_map(me->header.partition, hyp_va, size, me->phys_base, in memextent_attach_basic()

Completed in 40 milliseconds