Searched refs:_R (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 134 #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-v5.10/tools/perf/util/ |
D | header.c | 2710 #define _R(v) \ in process_cache() macro 2714 _R(level) in process_cache() 2715 _R(line_size) in process_cache() 2716 _R(sets) in process_cache() 2717 _R(ways) in process_cache() 2718 #undef _R in process_cache() 2720 #define _R(v) \ in process_cache() macro 2725 _R(type) in process_cache() 2726 _R(size) in process_cache() 2727 _R(map) in process_cache() [all …]
|
/Linux-v5.10/arch/mips/include/asm/ |
D | kvm_host.h | 29 #define MIPS_CP0_32(_R, _S) \ argument 30 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U32 | (8 * (_R) + (_S))) 32 #define MIPS_CP0_64(_R, _S) \ argument 33 (KVM_REG_MIPS_CP0 | KVM_REG_SIZE_U64 | (8 * (_R) + (_S)))
|
/Linux-v5.10/arch/arm/net/ |
D | bpf_jit_32.h | 162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
|