Searched refs:subpage_t (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | exec.c | 204 typedef struct subpage_t { struct 210 } subpage_t; argument 2337 static int subpage_register (subpage_t *mmio, uint32_t start, uint32_t end, 2379 subpage_t *subpage; in cpu_register_physical_memory_log() 3035 static inline uint32_t subpage_readlen (subpage_t *mmio, target_phys_addr_t addr, in subpage_readlen() 3052 static inline void subpage_writelen (subpage_t *mmio, target_phys_addr_t addr, in subpage_writelen() 3133 static int subpage_register (subpage_t *mmio, uint32_t start, uint32_t end, in subpage_register() 3169 subpage_t *mmio; in subpage_init() 3172 mmio = qemu_mallocz(sizeof(subpage_t)); in subpage_init()
|