Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dmce.h30 #define P7_SRR1_MC_LOADSTORE(srr1) ((srr1) & PPC_BIT(42)) /* P8 too */
47 #define P7_DSISR_MC_UE (PPC_BIT(48)) /* P8 too */
48 #define P7_DSISR_MC_UE_TABLEWALK (PPC_BIT(49)) /* P8 too */
49 #define P7_DSISR_MC_ERAT_MULTIHIT (PPC_BIT(52)) /* P8 too */
50 #define P7_DSISR_MC_TLB_MULTIHIT_MFTLB (PPC_BIT(53)) /* P8 too */
51 #define P7_DSISR_MC_SLB_PARITY_MFSLB (PPC_BIT(55)) /* P8 too */
52 #define P7_DSISR_MC_SLB_MULTIHIT (PPC_BIT(56)) /* P8 too */
53 #define P7_DSISR_MC_SLB_MULTIHIT_PARITY (PPC_BIT(57)) /* P8 too */
59 #define P8_DSISR_MC_ERAT_MULTIHIT_SEC (PPC_BIT(54))
Dbitops.h51 #define PPC_BIT(bit) (1UL << PPC_BITLSHIFT(bit)) macro
52 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs))
/linux-4.4.14/drivers/misc/cxl/
Dcxl.h249 #define CXL_SLBIE_C PPC_BIT(36) /* Class */
252 #define CXL_SLBIE_TA PPC_BIT(38) /* Tags Active */
Dpci.c95 #define EXTRACT_PPC_BIT(val, bit) (!!(val & PPC_BIT(bit)))