Searched refs:k_mem_phys_to_page_frame (Results 1 – 5 of 5) sorted by relevance
32 struct k_mem_page_frame *pf = k_mem_phys_to_page_frame(pos); in arch_reserved_pages_update()
151 struct k_mem_page_frame *pf = k_mem_phys_to_page_frame(phys); in k_mem_paging_eviction_accessed()
774 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()
284 static inline struct k_mem_page_frame *k_mem_phys_to_page_frame(uintptr_t phys) in k_mem_phys_to_page_frame() function
2018 k_mem_page_frame_set(k_mem_phys_to_page_frame(pos), in mark_addr_page_reserved()