Searched refs:_R (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/arm/crypto/ |
A D | sha1-armv7-neon.S | 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, 359 _R( _b, _c, _d, _e, _a, F1, 9, [all …]
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | kvm_host.h | 30 #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 D | header.c | 2892 _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 D | decode_stacktrace.sh | 193 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
|
/linux-6.3-rc2/arch/arm/net/ |
A D | bpf_jit_32.h | 162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
|
Completed in 21 milliseconds