Searched refs:PhysPageDesc (Results 1 – 1 of 1) sorted by relevance
158 typedef struct PhysPageDesc { struct162 } PhysPageDesc; argument185 static PhysPageDesc **l1_phys_map;357 static PhysPageDesc *phys_page_find_alloc(target_phys_addr_t index, int alloc) in phys_page_find_alloc()360 PhysPageDesc *pd; in phys_page_find_alloc()386 pd = qemu_vmalloc(sizeof(PhysPageDesc) * L2_SIZE); in phys_page_find_alloc()393 return ((PhysPageDesc *)pd) + (index & (L2_SIZE - 1)); in phys_page_find_alloc()396 static inline PhysPageDesc *phys_page_find(target_phys_addr_t index) in phys_page_find()1340 PhysPageDesc *p; in breakpoint_invalidate()1981 PhysPageDesc *p; in tlb_set_page_exec()[all …]