Searched refs:LPCR_TC (Results 1 – 8 of 8) sorted by relevance
520 if (mfspr(SPRN_LPCR) & LPCR_TC) in calculate_cfg_state()
471 #define LPCR_TC ASM_CONST(0x0000000000000200) /* Translation control */ macro
302 val = SET_FIELD(VAS_XLATE_LPCR_TC, val, lpcr & LPCR_TC); in init_xlate_regs()
598 if (mfspr(SPRN_LPCR) & LPCR_TC) in cxl_calculate_sr()
265 mask = LPCR_DPFD | LPCR_ILE | LPCR_TC | LPCR_AIL | LPCR_LD | LPCR_MER; in load_l2_hv_regs()
2108 lpcr &= ~LPCR_TC; in kvmppc_filter_lpcr_hv()2158 mask = LPCR_DPFD | LPCR_ILE | LPCR_TC | LPCR_AIL | LPCR_LD; in kvmppc_set_lpcr()
6199 LPCR_MER | LPCR_TC | in POWERPC_FAMILY()6370 LPCR_MER | LPCR_TC | LPCR_LPES0 | LPCR_HDICE; in POWERPC_FAMILY()6563 | LPCR_MER | LPCR_GTSE | LPCR_TC | in POWERPC_FAMILY()6743 | LPCR_MER | LPCR_GTSE | LPCR_TC | in POWERPC_FAMILY()
625 #define LPCR_TC PPC_BIT(54) macro