/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 134 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ define 328 _R( _a, _b, _c, _d, _e, F1, 0, 331 _R( _e, _a, _b, _c, _d, F1, 1, 334 _R( _d, _e, _a, _b, _c, F1, 2, 337 _R( _c, _d, _e, _a, _b, F1, 3, 343 _R( _b, _c, _d, _e, _a, F1, 4, 346 _R( _a, _b, _c, _d, _e, F1, 5, 349 _R( _e, _a, _b, _c, _d, F1, 6, 352 _R( _d, _e, _a, _b, _c, F1, 7, 356 _R( _ [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 134 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ define 328 _R( _a, _b, _c, _d, _e, F1, 0, 331 _R( _e, _a, _b, _c, _d, F1, 1, 334 _R( _d, _e, _a, _b, _c, F1, 2, 337 _R( _c, _d, _e, _a, _b, F1, 3, 343 _R( _b, _c, _d, _e, _a, F1, 4, 346 _R( _a, _b, _c, _d, _e, F1, 5, 349 _R( _e, _a, _b, _c, _d, F1, 6, 352 _R( _d, _e, _a, _b, _c, F1, 7, 356 _R( _ [all...] |
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | kvm_host.h | 25 #define LOONGARCH_CSR_32(_R, _S) \ 26 (KVM_REG_LOONGARCH_CSR | KVM_REG_SIZE_U32 | (8 * (_R) + (_S))) 28 #define LOONGARCH_CSR_64(_R, _S) \ 29 (KVM_REG_LOONGARCH_CSR | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | kvm_host.h | 30 #define MIPS_CP0_32(_R, _S) \ 31 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S))) 33 #define MIPS_CP0_64(_R, _S) \ 34 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
|
/kernel/linux/linux-5.10/scripts/ |
H A D | decode_stacktrace.sh | 185 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
|
/kernel/linux/linux-6.6/scripts/ |
H A D | decode_stacktrace.sh | 208 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | kvm_host.h | 29 #define MIPS_CP0_32(_R, _S) \ 30 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S))) 32 #define MIPS_CP0_64(_R, _S) \ 33 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
|
/kernel/linux/linux-5.10/arch/arm/net/ |
H A D | bpf_jit_32.h | 162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
|
/kernel/linux/linux-6.6/arch/arm/net/ |
H A D | bpf_jit_32.h | 162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
|