Home
last modified time | relevance | path

Searched refs:_R (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/arch/arm/crypto/
Dsha1-armv7-neon.S134 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ macro
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( _c, _d, _e, _a, _b, F1, 8,
[all …]
/Linux-v6.1/arch/mips/include/asm/
Dkvm_host.h30 #define MIPS_CP0_32(_R, _S) \ argument
31 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S)))
33 #define MIPS_CP0_64(_R, _S) \ argument
34 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
/Linux-v6.1/tools/perf/util/
Dheader.c2879 #define _R(v) \ in process_cache() macro
2883 _R(level) in process_cache()
2884 _R(line_size) in process_cache()
2885 _R(sets) in process_cache()
2886 _R(ways) in process_cache()
2887 #undef _R in process_cache()
2889 #define _R(v) \ in process_cache() macro
2894 _R(type) in process_cache()
2895 _R(size) in process_cache()
2896 _R(map) in process_cache()
[all …]
/Linux-v6.1/scripts/
Ddecode_stacktrace.sh193 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
/Linux-v6.1/arch/arm/net/
Dbpf_jit_32.h162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))