Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
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 …]
/Zephyr-latest/subsys/demand_paging/eviction/
Dnru.c30 struct k_mem_page_frame *pf; in nru_periodic_update() local
49 struct k_mem_page_frame *last_pf = NULL, *pf; in k_mem_paging_eviction_select() local
121 void k_mem_paging_eviction_add(struct k_mem_page_frame *pf) in k_mem_paging_eviction_add()
126 void k_mem_paging_eviction_remove(struct k_mem_page_frame *pf) in k_mem_paging_eviction_remove()
Dlru.c70 static inline uint32_t pf_to_idx(struct k_mem_page_frame *pf) in pf_to_idx()
119 struct k_mem_page_frame *pf = idx_to_pf(LRU_PF_HEAD); in lru_pf_remove() local
128 void k_mem_paging_eviction_add(struct k_mem_page_frame *pf) in k_mem_paging_eviction_add()
139 void k_mem_paging_eviction_remove(struct k_mem_page_frame *pf) in k_mem_paging_eviction_remove()
151 struct k_mem_page_frame *pf = k_mem_phys_to_page_frame(phys); in k_mem_paging_eviction_accessed() local
170 struct k_mem_page_frame *pf = idx_to_pf(head_pf_idx); in k_mem_paging_eviction_select() local
/Zephyr-latest/subsys/demand_paging/backing_store/
Dbacking_store_qemu_x86_tiny.c43 int k_mem_paging_backing_store_location_get(struct k_mem_page_frame *pf, in k_mem_paging_backing_store_location_get()
70 void k_mem_paging_backing_store_page_finalize(struct k_mem_page_frame *pf, in k_mem_paging_backing_store_page_finalize()
Dbacking_store_ondemand_semihost.c18 int k_mem_paging_backing_store_location_get(struct k_mem_page_frame *pf, in k_mem_paging_backing_store_location_get()
51 void k_mem_paging_backing_store_page_finalize(struct k_mem_page_frame *pf, in k_mem_paging_backing_store_page_finalize()
Dram.c85 int k_mem_paging_backing_store_location_get(struct k_mem_page_frame *pf, in k_mem_paging_backing_store_location_get()
127 void k_mem_paging_backing_store_page_finalize(struct k_mem_page_frame *pf, in k_mem_paging_backing_store_page_finalize()
/Zephyr-latest/kernel/
Dmmu.c82 static void page_frame_dump(struct k_mem_page_frame *pf) in page_frame_dump()
117 struct k_mem_page_frame *pf = &k_mem_page_frames[i]; in k_mem_page_frames_dump() local
394 #define PF_ASSERT(pf, expr, fmt, ...) \ argument
402 struct k_mem_page_frame *pf = NULL; in free_page_frame_list_get() local
417 static void free_page_frame_list_put(struct k_mem_page_frame *pf) in free_page_frame_list_put()
432 static void page_frame_free_locked(struct k_mem_page_frame *pf) in page_frame_free_locked()
445 static void frame_mapped_set(struct k_mem_page_frame *pf, void *addr) in frame_mapped_set()
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
[all …]
/Zephyr-latest/include/zephyr/kernel/mm/
Ddemand_paging.h268 static inline void k_mem_paging_eviction_add(struct k_mem_page_frame *pf) in k_mem_paging_eviction_add()
273 static inline void k_mem_paging_eviction_remove(struct k_mem_page_frame *pf) in k_mem_paging_eviction_remove()
/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() local
/Zephyr-latest/drivers/display/
Dls0xx.c218 const enum display_pixel_format pf) in ls0xx_set_pixel_format()
Dssd1306.c64 enum display_pixel_format pf; member
364 const enum display_pixel_format pf) in ssd1306_set_pixel_format()
Dssd1327.c247 const enum display_pixel_format pf) in ssd1327_set_pixel_format()
Duc81xx.c481 const enum display_pixel_format pf) in uc81xx_set_pixel_format()
Dssd16xx.c578 const enum display_pixel_format pf) in ssd16xx_set_pixel_format()
/Zephyr-latest/subsys/net/pkt_filter/
Dbase.c52 static struct npf_rule_list *get_ip_rules(uint8_t pf) in get_ip_rules()
/Zephyr-latest/include/zephyr/modem/
Dcmux.h116 bool pf; member
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h156 #define BT_RFCOMM_SET_CTRL(type, pf) (((type) & 0xef) | ((pf) << 4)) argument
Drfcomm.c1414 struct net_buf *buf, uint8_t dlci, uint8_t pf) in rfcomm_handle_data()