Home
last modified time | relevance | path

Searched refs:PCR_TM_DIS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dcompat.c55 PCR_COMPAT_2_06 | PCR_COMPAT_2_05 | PCR_TM_DIS | PCR_VSX_DIS,
63 PCR_COMPAT_2_06 | PCR_TM_DIS,
71 PCR_COMPAT_2_06 | PCR_TM_DIS,
H A Dcpu.h2682 PCR_TM_DIS = PPC_BIT(2), /* Trans. memory disable (POWER8) */ enumerator
H A Dcpu_init.c6320 pcc->pcr_mask = PCR_TM_DIS | PCR_COMPAT_2_06 | PCR_COMPAT_2_05; in POWERPC_FAMILY()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h491 #define PCR_TM_DIS (__MASK(63-2)) /* Trans. memory disable (POWER8) */ macro
493 #define PCR_HIGH_BITS (PCR_MMA_DIS | PCR_VEC_DIS | PCR_VSX_DIS | PCR_TM_DIS)