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