Searched defs:pf (Results 1 – 2 of 2) sorted by relevance
193 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 …]
402 struct k_mem_page_frame *pf = NULL; in free_page_frame_list_get() local482 struct k_mem_page_frame *pf; in virt_to_page_frame() local522 struct k_mem_page_frame *pf; in map_anon_page() local682 struct k_mem_page_frame *pf; in k_mem_unmap_phys_guard() local1026 struct k_mem_page_frame *pf; in mark_linker_section_pinned() local1087 struct k_mem_page_frame *pf; in z_mem_manage_init() local1380 struct k_mem_page_frame *pf; in do_mem_evict() local1459 struct k_mem_page_frame *pf; in k_mem_page_frame_evict() local1581 struct k_mem_page_frame *pf; in do_eviction_select() local1615 struct k_mem_page_frame *pf; in do_page_fault() local[all …]
Completed in 9 milliseconds