Searched defs:PowerPCCPUClass (Results 1 – 1 of 1) sorted by relevance
1546 struct PowerPCCPUClass { struct1560 bool (*pvr_match)(struct PowerPCCPUClass *pcc, uint32_t pvr, bool best); argument1561 uint64_t pcr_mask; /* Available bits in PCR register */1562 uint64_t pcr_supported; /* Bits for supported PowerISA versions */1563 uint32_t svr;1564 uint64_t insns_flags;1565 uint64_t insns_flags2;1566 uint64_t msr_mask;1567 uint64_t lpcr_mask; /* Available bits in the LPCR */1568 uint64_t lpcr_pm; /* Power-saving mode Exit Cause Enable bits */[all …]