Searched refs:subpage_t (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | exec.c | 205 typedef struct subpage_t { struct 211 } subpage_t; argument 2299 static int subpage_register (subpage_t *mmio, uint32_t start, uint32_t end, 2832 static inline uint32_t subpage_readlen (subpage_t *mmio, target_phys_addr_t addr, in subpage_readlen() 2849 static inline void subpage_writelen (subpage_t *mmio, target_phys_addr_t addr, in subpage_writelen() 2930 static int subpage_register (subpage_t *mmio, uint32_t start, uint32_t end, in subpage_register() 2966 subpage_t *mmio; in subpage_init() 2969 mmio = qemu_mallocz(sizeof(subpage_t)); in subpage_init()
|