Lines Matching refs:PageDesc
141 typedef struct PageDesc { struct
151 } PageDesc; argument
179 static PageDesc *l1_map[L1_SIZE];
293 static inline PageDesc **page_l1_map(target_ulong index) in page_l1_map()
304 static inline PageDesc *page_find_alloc(target_ulong index) in page_find_alloc()
306 PageDesc **lp, *p; in page_find_alloc()
315 size_t len = sizeof(PageDesc) * L2_SIZE; in page_find_alloc()
327 p = qemu_mallocz(sizeof(PageDesc) * L2_SIZE); in page_find_alloc()
334 static inline PageDesc *page_find(target_ulong index) in page_find()
336 PageDesc **lp, *p; in page_find()
589 static inline void invalidate_page_bitmap(PageDesc *p) in invalidate_page_bitmap()
602 PageDesc *p; in page_flush_tb()
773 PageDesc *p; in tb_phys_invalidate()
853 static void build_page_bitmap(PageDesc *p) in build_page_bitmap()
933 PageDesc *p; in tb_invalidate_phys_page_range()
1036 PageDesc *p; in tb_invalidate_phys_page_fast()
1065 PageDesc *p; in tb_invalidate_phys_page()
1125 PageDesc *p; in tb_alloc_page()
1140 PageDesc *p2; in tb_alloc_page()
2107 PageDesc *p = NULL; in walk_memory_regions()
2167 PageDesc *p; in page_get_flags()
2180 PageDesc *p; in page_set_flags()
2207 PageDesc *p; in page_check_range()
2247 PageDesc *p, *p1; in page_unprotect()