Searched defs:CPUTLBEntryFull (Results 1 – 2 of 2) sorted by relevance
209 struct CPUTLBEntryFull { struct219 hwaddr xlat_section;225 hwaddr phys_addr;228 MemTxAttrs attrs;231 uint8_t prot;234 uint8_t lg_page_size;237 uint8_t tlb_fill_flags;243 uint8_t slow_flags[MMU_ACCESS_COUNT];250 union {264 } extra;
43 typedef struct CPUTLBEntryFull CPUTLBEntryFull; typedef