/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 550 vpshufb SHUF_MASK(%rip), %xmm14, %xmm14 # perform a 16Byte swap 1014 vpshufb SHUF_MASK(%rip), reg_i, reg_i # perform a 16Byte swap 1092 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap 1096 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap 1100 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap 1104 vpshufb SHUF_MASK(%rip), \XMM4, \XMM4 # perform a 16Byte swap 1108 vpshufb SHUF_MASK(%rip), \XMM5, \XMM5 # perform a 16Byte swap 1112 vpshufb SHUF_MASK(%rip), \XMM6, \XMM6 # perform a 16Byte swap 1116 vpshufb SHUF_MASK(%rip), \XMM7, \XMM7 # perform a 16Byte swap 1120 vpshufb SHUF_MASK(%rip), \XMM8, \XMM8 # perform [all...] |
H A D | aesni-intel_asm.S | 536 # in in order to perform 551 # in in order to perform 812 pshufb %xmm14, %xmm\index # perform a 16 byte swap 878 pshufb %xmm14, \XMM1 # perform a 16 byte swap 882 pshufb %xmm14, \XMM2 # perform a 16 byte swap 886 pshufb %xmm14, \XMM3 # perform a 16 byte swap 890 pshufb %xmm14, \XMM4 # perform a 16 byte swap 963 pshufb %xmm14, \XMM1 # perform a 16 byte swap 966 pshufb %xmm14, \XMM2 # perform a 16 byte swap 967 pshufb %xmm14, \XMM3 # perform [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 516 vpshufb SHUF_MASK(%rip), %xmm14, %xmm14 # perform a 16Byte swap 982 vpshufb SHUF_MASK(%rip), reg_i, reg_i # perform a 16Byte swap 1060 vpshufb SHUF_MASK(%rip), \XMM1, \XMM1 # perform a 16Byte swap 1064 vpshufb SHUF_MASK(%rip), \XMM2, \XMM2 # perform a 16Byte swap 1068 vpshufb SHUF_MASK(%rip), \XMM3, \XMM3 # perform a 16Byte swap 1072 vpshufb SHUF_MASK(%rip), \XMM4, \XMM4 # perform a 16Byte swap 1076 vpshufb SHUF_MASK(%rip), \XMM5, \XMM5 # perform a 16Byte swap 1080 vpshufb SHUF_MASK(%rip), \XMM6, \XMM6 # perform a 16Byte swap 1084 vpshufb SHUF_MASK(%rip), \XMM7, \XMM7 # perform a 16Byte swap 1088 vpshufb SHUF_MASK(%rip), \XMM8, \XMM8 # perform [all...] |
H A D | aesni-intel_asm.S | 532 # in in order to perform 547 # in in order to perform 808 pshufb %xmm14, %xmm\index # perform a 16 byte swap 874 pshufb %xmm14, \XMM1 # perform a 16 byte swap 878 pshufb %xmm14, \XMM2 # perform a 16 byte swap 882 pshufb %xmm14, \XMM3 # perform a 16 byte swap 886 pshufb %xmm14, \XMM4 # perform a 16 byte swap 959 pshufb %xmm14, \XMM1 # perform a 16 byte swap 962 pshufb %xmm14, \XMM2 # perform a 16 byte swap 963 pshufb %xmm14, \XMM3 # perform [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-ops.c | 458 return cmd_q->ccp->vdata->perform->passthru(&op); in ccp_copy_to_from_sb() 596 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_cmac_cmd() 761 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_gcm_cmd() 809 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_gcm_cmd() 867 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_gcm_cmd() 1051 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_cmd() 1253 ret = cmd_q->ccp->vdata->perform->xts_aes(&op); in ccp_run_xts_aes_cmd() 1309 if (!cmd_q->ccp->vdata->perform->des3) in ccp_run_des3_cmd() 1449 ret = cmd_q->ccp->vdata->perform->des3(&op); in ccp_run_des3_cmd() 1558 /* The CCP cannot perform zer in ccp_run_sha_cmd() [all...] |
H A D | sp-dev.h | 37 const struct ccp_actions *perform; member
|
H A D | ccp-dev.c | 641 ret = ccp->vdata->perform->init(ccp); in ccp_dev_init() 673 ccp->vdata->perform->destroy(ccp); in ccp_dev_destroy()
|
H A D | ccp-dev-v3.c | 587 .perform = &ccp3_actions, 595 .perform = &ccp3_actions,
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | ccp-ops.c | 458 return cmd_q->ccp->vdata->perform->passthru(&op); in ccp_copy_to_from_sb() 596 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_cmac_cmd() 761 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_gcm_cmd() 809 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_gcm_cmd() 867 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_gcm_cmd() 1051 ret = cmd_q->ccp->vdata->perform->aes(&op); in ccp_run_aes_cmd() 1253 ret = cmd_q->ccp->vdata->perform->xts_aes(&op); in ccp_run_xts_aes_cmd() 1309 if (!cmd_q->ccp->vdata->perform->des3) in ccp_run_des3_cmd() 1449 ret = cmd_q->ccp->vdata->perform->des3(&op); in ccp_run_des3_cmd() 1558 /* The CCP cannot perform zer in ccp_run_sha_cmd() [all...] |
H A D | sp-dev.h | 41 const struct ccp_actions *perform; member
|
H A D | ccp-dev.c | 637 ret = ccp->vdata->perform->init(ccp); in ccp_dev_init() 669 ccp->vdata->perform->destroy(ccp); in ccp_dev_destroy()
|
H A D | ccp-dev-v3.c | 586 .perform = &ccp3_actions, 594 .perform = &ccp3_actions,
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_bsun.S | 8 | The real_bsun handler will need to perform further corrective
|
H A D | scale.S | 82 | Source is within 2^14 range. To perform the int operation,
|
H A D | res_func.S | 632 | use fpu to perform dest+new_src (user's rmode and X) 642 | use fpu to perform dest+new_src (user's rmode and X) 1508 fmovel %fp0,L_SCR1(%a6) |let the 040 perform conversion 1554 fmovew %fp0,L_SCR1(%a6) |let the 040 perform conversion 1599 fmoveb %fp0,L_SCR1(%a6) |let the 040 perform conversion 1657 | ;fall through to perform int_wrt 1992 bsrl bindec |perform the convert; data at a6
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_bsun.S | 8 | The real_bsun handler will need to perform further corrective
|
H A D | scale.S | 82 | Source is within 2^14 range. To perform the int operation,
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 152 -- they will perform better as frequency increases. Memory/IO-bound 153 workloads will be less sensitive -- they will not necessarily perform 297 Don't perform all checks for a speedstep capable system which would
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_decode.h | 306 | perform preindex (if I/IS == 0xx and xx != 00) 320 | perform postindex (if I/IS == 1xx)
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_decode.h | 306 | perform preindex (if I/IS == 0xx and xx != 00) 320 | perform postindex (if I/IS == 1xx)
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 191 -- they will perform better as frequency increases. Memory/IO-bound 192 workloads will be less sensitive -- they will not necessarily perform 336 Don't perform all checks for a speedstep capable system which would
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | phys2virt.S | 91 @ it is MOVW or MOV/MVN, and to perform the MOV to MVN patching if
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | phys2virt.S | 91 @ it is MOVW or MOV/MVN, and to perform the MOV to MVN patching if
|