Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/crypto/
H A Dsha1-armv7-neon.S328 _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,
359 _R( _b, _c, _d, _e, _a, F1, 9,
[all …]
/linux-6.15/arch/mips/include/asm/
H A 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-6.15/tools/perf/util/
H A Dheader.c2905 _R(level) in process_cache()
2907 _R(sets) in process_cache()
2908 _R(ways) in process_cache()
2909 #undef _R in process_cache()
2916 _R(type) in process_cache()
2917 _R(size) in process_cache()
2918 _R(map) in process_cache()
2919 #undef _R in process_cache()
2986 _R(node) in process_mem_topology()
2987 _R(size) in process_mem_topology()
[all …]
/linux-6.15/scripts/
H A Ddecode_stacktrace.sh214 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
/linux-6.15/arch/arm/net/
H A Dbpf_jit_32.h165 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))