Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dkernel_arch_interface.h400 void arch_mem_page_out(void *addr, uintptr_t location);
/Zephyr-latest/kernel/
Dmmu.c1354 arch_mem_page_out(k_mem_page_frame_to_virt(pf), *location_ptr); in page_frame_prepare_locked()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1416 void arch_mem_page_out(void *addr, uintptr_t location) in arch_mem_page_out() function
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c2094 void arch_mem_page_out(void *addr, uintptr_t location) in arch_mem_page_out() function