Searched defs:PowerPCCPUClass (Results 1 – 1 of 1) sorted by relevance
1484 struct PowerPCCPUClass { struct1498 bool (*pvr_match)(struct PowerPCCPUClass *pcc, uint32_t pvr, bool best); argument1499 uint64_t pcr_mask; /* Available bits in PCR register */1500 uint64_t pcr_supported; /* Bits for supported PowerISA versions */1501 uint32_t svr;1502 uint64_t insns_flags;1503 uint64_t insns_flags2;1504 uint64_t msr_mask;1505 uint64_t lpcr_mask; /* Available bits in the LPCR */1506 uint64_t lpcr_pm; /* Power-saving mode Exit Cause Enable bits */[all …]