Searched defs:CPUTLBEntryFull (Results 1 – 2 of 2) sorted by relevance
210 struct CPUTLBEntryFull { struct220 hwaddr xlat_section;226 hwaddr phys_addr;229 MemTxAttrs attrs;232 uint8_t prot;235 uint8_t lg_page_size;238 uint8_t tlb_fill_flags;244 uint8_t slow_flags[MMU_ACCESS_COUNT];251 union {265 } extra;
44 typedef struct CPUTLBEntryFull CPUTLBEntryFull; typedef