Searched defs:CPUTLBEntryFull (Results 1 – 2 of 2) sorted by relevance
214 struct CPUTLBEntryFull { struct224 hwaddr xlat_section;230 hwaddr phys_addr;233 MemTxAttrs attrs;236 uint8_t prot;239 uint8_t lg_page_size;242 uint8_t tlb_fill_flags;248 uint8_t slow_flags[MMU_ACCESS_COUNT];255 union {269 } extra;
44 typedef struct CPUTLBEntryFull CPUTLBEntryFull; typedef