Home
last modified time | relevance | path

Searched refs:REG3 (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dtsb.h302 #define OBP_TRANS_LOOKUP(VADDR, REG1, REG2, REG3, FAIL_LABEL) \
308 ldx [REG1 + 0x08], REG3; \
309 add REG2, REG3, REG3; \
312 cmp VADDR, REG3; \
314 ldx [REG1 + 0x10], REG3; \
317 add REG3, REG2, REG1; \
332 * on TSB hit. REG1, REG2, REG3, and REG4 are used as temporaries
333 * and the found TTE will be left in REG1. REG3 and REG4 must
338 #define KERN_TSB_LOOKUP_TL1(VADDR, TAG, REG1, REG2, REG3, REG
[all...]
H A Dtrap_block.h176 * area base of the current processor into DEST. REG1, REG2, and REG3 are
184 #define LOAD_PER_CPU_BASE(DEST, THR, REG1, REG2, REG3) \
213 #define LOAD_PER_CPU_BASE(DEST, THR, REG1, REG2, REG3)
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dtsb.h302 #define OBP_TRANS_LOOKUP(VADDR, REG1, REG2, REG3, FAIL_LABEL) \
308 ldx [REG1 + 0x08], REG3; \
309 add REG2, REG3, REG3; \
312 cmp VADDR, REG3; \
314 ldx [REG1 + 0x10], REG3; \
317 add REG3, REG2, REG1; \
332 * on TSB hit. REG1, REG2, REG3, and REG4 are used as temporaries
333 * and the found TTE will be left in REG1. REG3 and REG4 must
338 #define KERN_TSB_LOOKUP_TL1(VADDR, TAG, REG1, REG2, REG3, REG
[all...]
H A Dtrap_block.h176 * area base of the current processor into DEST. REG1, REG2, and REG3 are
184 #define LOAD_PER_CPU_BASE(DEST, THR, REG1, REG2, REG3) \
213 #define LOAD_PER_CPU_BASE(DEST, THR, REG1, REG2, REG3)
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_desc.c81 append_math_sub(desc, REG3, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_encap()
84 append_math_add(desc, VARSEQINLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_encap()
85 append_math_add(desc, VARSEQOUTLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_encap()
304 /* REG3 = assoclen */ in cnstr_shdsc_aead_encap()
322 append_math_add(desc, VARSEQINLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_encap()
323 append_math_add(desc, VARSEQOUTLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_encap()
399 /* REG3 = assoclen */ in cnstr_shdsc_aead_decap()
418 append_math_add(desc, VARSEQINLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_decap()
420 append_math_add_imm_u32(desc, VARSEQOUTLEN, REG3, IMM, in cnstr_shdsc_aead_decap()
423 append_math_add(desc, VARSEQOUTLEN, ZERO, REG3, in cnstr_shdsc_aead_decap()
[all...]
H A Dcaamalg.c1129 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen); in init_gcm_job()
1170 append_math_add_imm_u32(desc, REG3, ZERO, IMM, assoclen); in init_chachapoly_job()
1215 * {REG3, DPOVRD} = assoclen, depending on whether MATH command supports in init_authenc_job()
1219 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen); in init_authenc_job()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg_desc.c81 append_math_sub(desc, REG3, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_encap()
84 append_math_add(desc, VARSEQINLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_encap()
85 append_math_add(desc, VARSEQOUTLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_encap()
304 /* REG3 = assoclen */ in cnstr_shdsc_aead_encap()
322 append_math_add(desc, VARSEQINLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_encap()
323 append_math_add(desc, VARSEQOUTLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_encap()
399 /* REG3 = assoclen */ in cnstr_shdsc_aead_decap()
418 append_math_add(desc, VARSEQINLEN, ZERO, REG3, CAAM_CMD_SZ); in cnstr_shdsc_aead_decap()
420 append_math_add_imm_u32(desc, VARSEQOUTLEN, REG3, IMM, in cnstr_shdsc_aead_decap()
423 append_math_add(desc, VARSEQOUTLEN, ZERO, REG3, in cnstr_shdsc_aead_decap()
[all...]
H A Dcaamalg.c1144 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen); in init_gcm_job()
1185 append_math_add_imm_u32(desc, REG3, ZERO, IMM, assoclen); in init_chachapoly_job()
1231 * {REG3, DPOVRD} = assoclen, depending on whether MATH command supports in init_authenc_job()
1235 append_math_add_imm_u32(desc, REG3, ZERO, IMM, req->assoclen); in init_authenc_job()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dact8865-regulator.c520 ACT88xx_REG("REG3", ACT8846, REG3, VSET0, "vp3"),
/kernel/linux/linux-6.6/drivers/regulator/
H A Dact8865-regulator.c520 ACT88xx_REG("REG3", ACT8846, REG3, VSET0, "vp3"),
/kernel/linux/linux-5.10/sound/sparc/
H A Ddbri.c243 #define REG3 0x0c /* Test */ macro
/kernel/linux/linux-6.6/sound/sparc/
H A Ddbri.c242 #define REG3 0x0c /* Test */ macro

Completed in 21 milliseconds