Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dmmu.c1392 static uint64_t *get_pte_location(struct arm_mmu_ptables *ptables, in get_pte_location() function
1419 uint64_t *pte = get_pte_location(&kernel_ptables, virt); in arch_mem_page_out()
1451 uint64_t *pte = get_pte_location(&kernel_ptables, virt); in arch_mem_page_in()
1485 uint64_t *pte = get_pte_location(&kernel_ptables, virt); in arch_page_location_get()
1515 uint64_t *pte = get_pte_location(&kernel_ptables, virt); in arch_page_info_get()
1623 pte = get_pte_location(&kernel_ptables, virt); in z_arm64_do_demand_paging()