Lines Matching refs:subpage_t
149 typedef struct subpage_t { struct
154 } subpage_t; argument
351 subpage_t *subpage; in address_space_lookup_region()
359 subpage = container_of(section->mr, subpage_t, iomem); in address_space_lookup_region()
1034 static int subpage_register(subpage_t *mmio, uint32_t start, uint32_t end,
1036 static subpage_t *subpage_init(FlatView *fv, hwaddr base);
1064 subpage_t *subpage = container_of(mr, subpage_t, iomem); in phys_section_destroy()
1083 subpage_t *subpage; in register_subpage()
1102 subpage = container_of(existing->mr, subpage_t, iomem); in register_subpage()
2585 subpage_t *subpage = opaque; in subpage_read()
2604 subpage_t *subpage = opaque; in subpage_write()
2620 subpage_t *subpage = opaque; in subpage_accepts()
2641 static int subpage_register(subpage_t *mmio, uint32_t start, uint32_t end, in subpage_register()
2661 static subpage_t *subpage_init(FlatView *fv, hwaddr base) in subpage_init()
2663 subpage_t *mmio; in subpage_init()
2666 mmio = g_malloc0(sizeof(subpage_t) + TARGET_PAGE_SIZE * sizeof(uint16_t)); in subpage_init()