/linux/include/linux/ |
H A D | indirect_call_wrapper.h | 17 #define INDIRECT_CALL_1(f, f1, ...) \ argument 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument 26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument 31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument 42 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument 43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument 44 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) argument 45 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument 57 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ argument 60 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument [all …]
|
/linux/drivers/gpu/drm/amd/display/dmub/src/ |
H A D | dmub_reg.h | 65 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument 70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument 76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument 92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument 97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument 103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
|
/linux/arch/sparc/lib/ |
H A D | U1memcpy.S | 70 #define FREG_FROB(f1, f2, f3, f4, f5, f6, f7, f8, f9) \ argument 107 #define FINISH_VISCHUNK(dest, f0, f1) \ argument 114 #define UNEVEN_VISCHUNK_LAST(dest, f0, f1) \ argument 119 #define UNEVEN_VISCHUNK(dest, f0, f1) \ argument
|
/linux/arch/x86/crypto/ |
H A D | curve25519-x86_64.c | 43 static inline u64 add_scalar(u64 *out, const u64 *f1, u64 f2) in add_scalar() 75 static inline void fadd(u64 *out, const u64 *f1, const u64 *f2) in fadd() 116 static inline void fsub(u64 *out, const u64 *f1, const u64 *f2) in fsub() 159 static inline void fmul(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul() 294 static inline void fmul2(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul2() 543 static inline void fmul_scalar(u64 *out, const u64 *f1, u64 f2) in fmul_scalar() 1166 u64 f1; in store_felem() local
|
/linux/net/ipv6/ |
H A D | ip6_offload.c | 28 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__) argument 30 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) argument 33 #define indirect_call_gro_receive_l4(f2, f1, cb, head, skb) \ argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf__core_reloc_nesting___err_dup_incompat_types.c | 3 void f1(struct core_reloc_nesting___err_dup_incompat_types__1 x) {} in f1() function
|
H A D | btf__core_reloc_nesting___err_partial_match_dups.c | 3 void f1(struct core_reloc_nesting___err_partial_match_dups__a x) {} in f1() function
|
H A D | btf__core_reloc_nesting___dup_compat_types.c | 3 void f1(struct core_reloc_nesting___dup_compat_types x) {} in f1() function
|
H A D | btf__core_reloc_misc.c | 3 void f1(struct core_reloc_misc___a x) {} in f1() function
|
H A D | kfunc_call_test_subprog.c | 9 int __noinline f1(struct __sk_buff *skb) in f1() function
|
H A D | test_global_func5.c | 9 int f1(struct __sk_buff *skb) in f1() function
|
H A D | test_global_func6.c | 9 int f1(struct __sk_buff *skb) in f1() function
|
H A D | test_global_func2.c | 17 int f1(struct __sk_buff *skb) in f1() function
|
H A D | test_global_func1.c | 19 int f1(struct __sk_buff *skb) in f1() function
|
H A D | test_global_func4.c | 9 int f1(struct __sk_buff *skb) in f1() function
|
H A D | test_global_func3.c | 9 int f1(struct __sk_buff *skb) in f1() function
|
/linux/arch/s390/include/asm/ |
H A D | fpu-insn.h | 39 static __always_inline void fpu_cefbr(u8 f1, s32 val) in fpu_cefbr() 58 static __always_inline void fpu_debr(u8 f1, u8 f2) in fpu_debr() 75 static __always_inline void fpu_ldgr(u8 f1, u32 val) in fpu_ldgr()
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-ocelot.c | 374 #define LUTON_P(p, f0, f1) \ argument 456 #define SERVAL_P(p, f0, f1, f2) \ argument 538 #define OCELOT_P(p, f0, f1, f2) \ argument 600 #define JAGUAR2_P(p, f0, f1) \ argument 746 #define SERVALT_P(p, f0, f1, f2) \ argument 838 #define SPARX5_P(p, f0, f1, f2) \ argument 984 #define LAN966X_P(p, f0, f1, f2, f3, f4, f5, f6, f7) \ argument 1165 #define LAN969X_P(p, f0, f1, f2, f3, f4, f5, f6, f7) \ argument
|
/linux/include/net/ |
H A D | inet_common.h | 77 #define indirect_call_gro_receive(f2, f1, cb, head, skb) \ argument
|
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_wouldblock.c | 43 futex_t f1 = FUTEX_INITIALIZER; in main() local
|
H A D | futex_requeue_pi_mismatched_ops.c | 31 futex_t f1 = FUTEX_INITIALIZER; variable
|
H A D | futex_requeue.c | 17 volatile futex_t *f1; variable
|
H A D | futex_wait_timeout.c | 98 futex_t f1 = FUTEX_INITIALIZER; in main() local
|
H A D | futex_requeue_pi_signal_restart.c | 34 futex_t f1 = FUTEX_INITIALIZER; variable
|
/linux/net/core/ |
H A D | fib_rules.c | 22 #define INDIRECT_CALL_MT(f, f2, f1, ...) \ argument 25 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) argument 28 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument 30 #define INDIRECT_CALL_MT(f, f2, f1, ...) f(__VA_ARGS__) argument
|