Searched defs:PowerPCCPUClass (Results 1 – 1 of 1) sorted by relevance
1473 struct PowerPCCPUClass { struct1487 bool (*pvr_match)(struct PowerPCCPUClass *pcc, uint32_t pvr, bool best); argument1488 uint64_t pcr_mask; /* Available bits in PCR register */1489 uint64_t pcr_supported; /* Bits for supported PowerISA versions */1490 uint32_t svr;1491 uint64_t insns_flags;1492 uint64_t insns_flags2;1493 uint64_t msr_mask;1494 uint64_t lpcr_mask; /* Available bits in the LPCR */1495 uint64_t lpcr_pm; /* Power-saving mode Exit Cause Enable bits */[all …]