Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dkernel_arch_interface.h478 enum arch_page_location arch_page_location_get(void *addr, uintptr_t *location);
/Zephyr-latest/kernel/
Dmmu.c726 status = arch_page_location_get(pos, &location); in k_mem_unmap_phys_guard()
1679 status = arch_page_location_get(addr, &page_in_location); in do_page_fault()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1482 enum arch_page_location arch_page_location_get(void *addr, uintptr_t *location) in arch_page_location_get() function
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c2205 enum arch_page_location arch_page_location_get(void *addr, uintptr_t *location) in arch_page_location_get() function