Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_socfpga_std/cyclonev/
Dsoc.c32 struct k_mem_page_frame *pf = k_mem_phys_to_page_frame(pos); in arch_reserved_pages_update()
/Zephyr-latest/subsys/demand_paging/eviction/
Dlru.c151 struct k_mem_page_frame *pf = k_mem_phys_to_page_frame(phys); in k_mem_paging_eviction_accessed()
/Zephyr-latest/kernel/
Dmmu.c774 pf = k_mem_phys_to_page_frame(phys); in k_mem_unmap_phys_guard()
1037 pf = k_mem_phys_to_page_frame(K_MEM_BOOT_VIRT_TO_PHYS(addr)); in mark_linker_section_pinned()
1107 pf = k_mem_phys_to_page_frame(K_MEM_BOOT_VIRT_TO_PHYS(addr)); in z_mem_manage_init()
1407 pf = k_mem_phys_to_page_frame(phys); in do_mem_evict()
1483 pf = k_mem_phys_to_page_frame(phys); in k_mem_page_frame_evict()
1692 pf = k_mem_phys_to_page_frame(phys); in do_page_fault()
1817 pf = k_mem_phys_to_page_frame(phys); in do_mem_unpin()
/Zephyr-latest/kernel/include/
Dmmu.h284 static inline struct k_mem_page_frame *k_mem_phys_to_page_frame(uintptr_t phys) in k_mem_phys_to_page_frame() function
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c2018 k_mem_page_frame_set(k_mem_phys_to_page_frame(pos), in mark_addr_page_reserved()