Searched refs:pgtable_hyp_map (Results 1 – 10 of 10) sorted by relevance
| /hyp/platform/soc_qemu/src/ |
| A D | uart.c | 104 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 D | platform_timer_lp.c | 118 error_t err = pgtable_hyp_map( in platform_timer_lp_handle_boot_cold_init()
|
| /hyp/interfaces/pgtable/include/ |
| A D | pgtable.h | 120 pgtable_hyp_map(partition_t *partition, uintptr_t virt, size_t size, in pgtable_hyp_map() function
|
| /hyp/core/partition_standard/src/ |
| A D | partition.c | 258 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 D | thread_arch.c | 282 err = pgtable_hyp_map(partition, thread->stack_base, thread->stack_size, in thread_arch_map_stack()
|
| /hyp/mem/hyp_aspace/armv8/src/ |
| A D | hyp_aspace.c | 119 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 D | etm.c | 173 error_t ret = pgtable_hyp_map( in etm_handle_boot_hypervisor_start()
|
| /hyp/vm/rootvm_package/src/ |
| A D | package.c | 224 ret = pgtable_hyp_map(root_partition, map_range_r.r.base, map_size, in rootvm_package_handle_rootvm_init()
|
| /hyp/platform/gicv3/src/ |
| A D | gicv3.c | 601 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 D | memextent_basic.c | 969 ret = pgtable_hyp_map(me->header.partition, hyp_va, size, me->phys_base, in memextent_attach_basic()
|
Completed in 47 milliseconds