Home
last modified time | relevance | path

Searched defs:pf (Results 1 – 2 of 2) sorted by relevance

/kernel/include/
A Dmmu.h193 static inline bool k_mem_page_frame_is_free(struct k_mem_page_frame *pf) in k_mem_page_frame_is_free()
198 static inline bool k_mem_page_frame_is_pinned(struct k_mem_page_frame *pf) in k_mem_page_frame_is_pinned()
203 static inline bool k_mem_page_frame_is_reserved(struct k_mem_page_frame *pf) in k_mem_page_frame_is_reserved()
208 static inline bool k_mem_page_frame_is_mapped(struct k_mem_page_frame *pf) in k_mem_page_frame_is_mapped()
213 static inline bool k_mem_page_frame_is_busy(struct k_mem_page_frame *pf) in k_mem_page_frame_is_busy()
218 static inline bool k_mem_page_frame_is_backed(struct k_mem_page_frame *pf) in k_mem_page_frame_is_backed()
223 static inline bool k_mem_page_frame_is_evictable(struct k_mem_page_frame *pf) in k_mem_page_frame_is_evictable()
241 static inline void k_mem_page_frame_set(struct k_mem_page_frame *pf, uint8_t flags) in k_mem_page_frame_set()
246 static inline void k_mem_page_frame_clear(struct k_mem_page_frame *pf, uint8_t flags) in k_mem_page_frame_clear()
263 static inline uintptr_t k_mem_page_frame_to_phys(struct k_mem_page_frame *pf) in k_mem_page_frame_to_phys()
[all …]
/kernel/
A Dmmu.c402 struct k_mem_page_frame *pf = NULL; in free_page_frame_list_get() local
482 struct k_mem_page_frame *pf; in virt_to_page_frame() local
522 struct k_mem_page_frame *pf; in map_anon_page() local
682 struct k_mem_page_frame *pf; in k_mem_unmap_phys_guard() local
1026 struct k_mem_page_frame *pf; in mark_linker_section_pinned() local
1087 struct k_mem_page_frame *pf; in z_mem_manage_init() local
1380 struct k_mem_page_frame *pf; in do_mem_evict() local
1459 struct k_mem_page_frame *pf; in k_mem_page_frame_evict() local
1581 struct k_mem_page_frame *pf; in do_eviction_select() local
1615 struct k_mem_page_frame *pf; in do_page_fault() local
[all …]

Completed in 9 milliseconds