Home
last modified time | relevance | path

Searched refs:_R (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha1-armv7-neon.S134 #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 Dsha1-armv7-neon.S134 #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 Dkvm_host.h25 #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 Dkvm_host.h30 #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 Ddecode_stacktrace.sh185 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
/kernel/linux/linux-6.6/scripts/
H A Ddecode_stacktrace.sh208 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dkvm_host.h29 #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 Dbpf_jit_32.h162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
/kernel/linux/linux-6.6/arch/arm/net/
H A Dbpf_jit_32.h162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))

Completed in 9 milliseconds