Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/crypto/
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.3-rc2/arch/mips/include/asm/
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.3-rc2/tools/perf/util/
A Dheader.c2892 _R(level) in process_cache()
2894 _R(sets) in process_cache()
2895 _R(ways) in process_cache()
2896 #undef _R in process_cache()
2903 _R(type) in process_cache()
2904 _R(size) in process_cache()
2905 _R(map) in process_cache()
2906 #undef _R in process_cache()
2970 _R(node) in process_mem_topology()
2971 _R(size) in process_mem_topology()
[all …]
/linux-6.3-rc2/scripts/
A Ddecode_stacktrace.sh193 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
/linux-6.3-rc2/arch/arm/net/
A Dbpf_jit_32.h162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))

Completed in 21 milliseconds