Searched refs:PhysPageDesc (Results 1 – 1 of 1) sorted by relevance
148 typedef struct PhysPageDesc { struct152 } PhysPageDesc; argument175 static PhysPageDesc **l1_phys_map;347 static PhysPageDesc *phys_page_find_alloc(target_phys_addr_t index, int alloc) in phys_page_find_alloc()350 PhysPageDesc *pd; in phys_page_find_alloc()376 pd = qemu_vmalloc(sizeof(PhysPageDesc) * L2_SIZE); in phys_page_find_alloc()383 return ((PhysPageDesc *)pd) + (index & (L2_SIZE - 1)); in phys_page_find_alloc()386 static inline PhysPageDesc *phys_page_find(target_phys_addr_t index) in phys_page_find()1349 PhysPageDesc *p; in breakpoint_invalidate()1994 PhysPageDesc *p; in tlb_set_page_exec()[all …]