Home
last modified time | relevance | path

Searched refs:PH (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Disa207-common.c223 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(LV in isa207_find_source()
[all...]
H A Disa207-common.h275 #define PH(a, b) (P(LVL, HIT) | P(a, b)) macro
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dpolyval-clmulni_asm.S32 #define PH %xmm9 define
117 * the result in PL, PH.
118 * [PH : PL] = [HI_1 : HI_0 + MI_1 : LO_1 + MI_0 : LO_0]
122 vpsrldq $8, MI, PH
124 pxor HI, PH
128 * Computes the 128-bit reduction of PH : PL. Stores the result in dest.
133 * We have a 256-bit polynomial PH : PL = P_3 : P_2 : P_1 : P_0 that is the
169 pxor TMP_XMM, PH # PH = P_3 + P_1 + T_0 : P_2 + P_0 + T_1
171 vpxor TMP_XMM, PH, \des
[all...]
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Disa207-common.c178 ret = PH(LVL, L1); in isa207_find_source()
181 ret = PH(LVL, L2); in isa207_find_source()
184 ret = PH(LVL, L3); in isa207_find_source()
188 ret = PH(LVL, LOC_RAM); in isa207_find_source()
190 ret = PH(LVL, REM_RAM1); in isa207_find_source()
192 ret = PH(LVL, REM_RAM2); in isa207_find_source()
196 ret = PH(LVL, REM_CCE1); in isa207_find_source()
203 ret = PH(LVL, REM_CCE2); in isa207_find_source()
H A Disa207-common.h262 #define PH(a, b) (P(LVL, HIT) | P(a, b)) macro
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpolyval-ce-core.S55 PH .req v17 label
130 * the result in PL, PH.
131 * [PH : PL] =
147 // PH = [HI_1 : HI_1 + HI_0 + MI_1 + LO_1]
148 ext PH.16b, v4.16b, HI.16b, #8
154 * Computes the 128-bit reduction of PH : PL. Stores the result in dest.
159 * We have a 256-bit polynomial PH : PL = P_3 : P_2 : P_1 : P_0 that is the
200 // PH = P_3 + P_1 + T_0 : P_2 + P_0 + T_1
201 eor PH.16b, PH
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c287 HINIC_DMA_ATTR_CLEAR(val, PH) & in set_dma_attr()
293 HINIC_DMA_ATTR_SET(ph, PH) | in set_dma_attr()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c322 HINIC_DMA_ATTR_CLEAR(val, PH) & in set_dma_attr()
328 HINIC_DMA_ATTR_SET(ph, PH) | in set_dma_attr()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c65 crb_addr_transform(PH); in crb_addr_transform_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_init.c65 crb_addr_transform(PH); in crb_addr_transform_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c74 crb_addr_transform(PH); in crb_addr_transform_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c74 crb_addr_transform(PH); in crb_addr_transform_setup()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_nx.c95 qla4_8xxx_crb_addr_transform(PH); in qla4_82xx_crb_addr_transform_setup()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_nx.c95 qla4_8xxx_crb_addr_transform(PH); in qla4_82xx_crb_addr_transform_setup()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_nx.c88 qla82xx_crb_addr_transform(PH); in qla82xx_crb_addr_transform_setup()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_nx.c88 qla82xx_crb_addr_transform(PH); in qla82xx_crb_addr_transform_setup()

Completed in 30 milliseconds