Searched refs:PH (Results 1 – 11 of 11) sorted by relevance
/linux/arch/powerpc/perf/ |
H A D | isa207-common.c | 223 ret = PH(LVL, L1) | LEVEL(L1) | P(SNOOP, HIT); in isa207_find_source() 226 ret = PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source() 229 ret = PH(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in isa207_find_source() 236 ret |= PH(LVL, LOC_RAM) | LEVEL(RAM); in isa207_find_source() 240 ret |= PH(LVL, REM_RAM1) | REM | LEVEL(RAM) | P(HOPS, 2); in isa207_find_source() 244 ret |= PH(LVL, REM_RAM2) | REM | LEVEL(RAM) | P(HOPS, 3); in isa207_find_source() 247 ret = PH(LVL, LOC_RAM); in isa207_find_source() 249 ret = PH(LVL, REM_RAM1); in isa207_find_source() 251 ret = PH(LVL, REM_RAM2); in isa207_find_source() 260 ret |= PH(LVL, L2) | LEVEL(L2) | P(SNOOP, HIT); in isa207_find_source() [all …]
|
H A D | isa207-common.h | 275 #define PH(a, b) (P(LVL, HIT) | P(a, b)) macro
|
/linux/arch/x86/crypto/ |
H A D | polyval-clmulni_asm.S | 32 #define PH %xmm9 macro 122 vpsrldq $8, MI, PH 124 pxor HI, PH 169 pxor TMP_XMM, PH # PH = P_3 + P_1 + T_0 : P_2 + P_0 + T_1 171 vpxor TMP_XMM, PH, \dest 205 pxor TMP_XMM, PH 215 vpxor TMP_XMM, PH, SUM
|
/linux/arch/arm64/crypto/ |
H A D | polyval-ce-core.S | 55 PH .req v17 label 148 ext PH.16b, v4.16b, HI.16b, #8 201 eor PH.16b, PH.16b, TMP_V.16b 204 eor DEST.16b, PH.16b, TMP_V.16b 243 eor PH.16b, PH.16b, TMP_V.16b 253 eor SUM.16b, PH.16b, TMP_V.16b
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_if.c | 287 HINIC_DMA_ATTR_CLEAR(val, PH) & in set_dma_attr() 293 HINIC_DMA_ATTR_SET(ph, PH) | in set_dma_attr()
|
/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun7i-a20-bananapi.dts | 239 /* PH */
|
H A D | sun6i-a31s-sinovoip-bpi-m2.dts | 314 /* PH */
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_init.c | 65 crb_addr_transform(PH); in crb_addr_transform_setup()
|
/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_init.c | 74 crb_addr_transform(PH); in crb_addr_transform_setup()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nx.c | 88 qla82xx_crb_addr_transform(PH); in qla82xx_crb_addr_transform_setup()
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_nx.c | 95 qla4_8xxx_crb_addr_transform(PH); in qla4_82xx_crb_addr_transform_setup()
|