/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | bw_fixed.h | 43 const struct bw_fixed arg2) in bw_min2() 49 const struct bw_fixed arg2) in bw_max2() 102 const struct bw_fixed arg2) in bw_add() 111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub() 121 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div() 126 static inline struct bw_fixed bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mod() 136 static inline bool bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_equ() 141 static inline bool bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_neq() 146 static inline bool bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_leq() 151 static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_meq() [all …]
|
/linux/drivers/gpu/drm/amd/display/include/ |
H A D | fixed31_32.h | 135 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt() 144 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le() 153 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq() 162 static inline struct fixed31_32 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_min() 174 static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_max() 245 static inline struct fixed31_32 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_add() 261 static inline struct fixed31_32 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_add_int() 270 static inline struct fixed31_32 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_sub() 286 static inline struct fixed31_32 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_sub_int() 308 static inline struct fixed31_32 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_mul_int() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/spl/ |
H A D | spl_fixpt31_32.h | 120 static inline bool spl_fixpt_lt(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_lt() 129 static inline bool spl_fixpt_le(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_le() 138 static inline bool spl_fixpt_eq(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_eq() 147 … inline struct spl_fixed31_32 spl_fixpt_min(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_min() 159 … inline struct spl_fixed31_32 spl_fixpt_max(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_max() 230 … inline struct spl_fixed31_32 spl_fixpt_add(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_add() 246 static inline struct spl_fixed31_32 spl_fixpt_add_int(struct spl_fixed31_32 arg1, int arg2) in spl_fixpt_add_int() 255 … inline struct spl_fixed31_32 spl_fixpt_sub(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_sub() 271 static inline struct spl_fixed31_32 spl_fixpt_sub_int(struct spl_fixed31_32 arg1, int arg2) in spl_fixpt_sub_int() 293 static inline struct spl_fixed31_32 spl_fixpt_mul_int(struct spl_fixed31_32 arg1, int arg2) in spl_fixpt_mul_int() [all …]
|
/linux/tools/include/nolibc/ |
H A D | arch-aarch64.h | 54 #define my_syscall2(num, arg1, arg2) \ argument 70 #define my_syscall3(num, arg1, arg2, arg3) \ argument 87 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 105 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 124 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-riscv.h | 52 #define my_syscall2(num, arg1, arg2) \ argument 68 #define my_syscall3(num, arg1, arg2, arg3) \ argument 85 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 103 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 122 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-i386.h | 61 #define my_syscall2(num, arg1, arg2) \ argument 78 #define my_syscall3(num, arg1, arg2, arg3) \ argument 96 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 115 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 135 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-mips.h | 75 #define my_syscall2(num, arg1, arg2) \ argument 94 #define my_syscall3(num, arg1, arg2, arg3) \ argument 114 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 134 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 156 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-powerpc.h | 64 #define my_syscall2(num, arg1, arg2) \ argument 84 #define my_syscall3(num, arg1, arg2, arg3) \ argument 105 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 128 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 151 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-loongarch.h | 55 #define my_syscall2(num, arg1, arg2) \ argument 71 #define my_syscall3(num, arg1, arg2, arg3) \ argument 88 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 106 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 125 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-x86_64.h | 62 #define my_syscall2(num, arg1, arg2) \ argument 79 #define my_syscall3(num, arg1, arg2, arg3) \ argument 97 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 116 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 136 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-arm.h | 87 #define my_syscall2(num, arg1, arg2) \ argument 105 #define my_syscall3(num, arg1, arg2, arg3) \ argument 124 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 144 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 165 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
H A D | arch-s390.h | 54 #define my_syscall2(num, arg1, arg2) \ argument 69 #define my_syscall3(num, arg1, arg2, arg3) \ argument 85 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 102 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 121 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
/linux/arch/m68k/include/asm/ |
H A D | linkage.h | 24 #define __asmlinkage_protect2(ret, arg1, arg2) \ argument 26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument 28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument 31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument 34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
/linux/arch/x86/um/shared/sysdep/ |
H A D | stub_64.h | 31 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() 42 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, in stub_syscall3() 55 static __always_inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() 69 static __always_inline long stub_syscall5(long syscall, long arg1, long arg2, in stub_syscall5() 83 static __always_inline long stub_syscall6(long syscall, long arg1, long arg2, in stub_syscall6()
|
H A D | stub_32.h | 36 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() 47 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, in stub_syscall3() 59 static __always_inline long stub_syscall4(long syscall, long arg1, long arg2, in stub_syscall4() 71 static __always_inline long stub_syscall5(long syscall, long arg1, long arg2, in stub_syscall5() 83 static __always_inline long stub_syscall6(long syscall, long arg1, long arg2, in stub_syscall6()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dcn_calc_math.c | 40 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod() 49 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2() 58 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max() 62 float dcn_bw_max2(const float arg1, const float arg2) in dcn_bw_max2()
|
/linux/tools/perf/scripts/python/Perf-Trace-Util/ |
H A D | Context.c | 27 #define _PyCapsule_GetPointer(arg1, arg2) \ argument 29 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument 36 #define _PyCapsule_GetPointer(arg1, arg2) \ argument 38 #define _PyBytes_FromStringAndSize(arg1, arg2) \ argument 46 static struct scripting_context *get_args(PyObject *args, const char *name, PyObject **arg2) in get_args()
|
/linux/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 53 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ argument 58 #define GUEST_SYNC3(arg0, arg1, arg2) \ argument 60 #define GUEST_SYNC4(arg0, arg1, arg2, arg3) \ argument 62 #define GUEST_SYNC5(arg0, arg1, arg2, arg3, arg4) \ argument 64 #define GUEST_SYNC6(arg0, arg1, arg2, arg3, arg4, arg5) \ argument
|
/linux/arch/sparc/include/asm/ |
H A D | smp_32.h | 75 static inline void xc2(void *func, unsigned long arg1, unsigned long arg2) in xc2() 80 static inline void xc3(void *func, unsigned long arg1, unsigned long arg2, in xc3() 87 static inline void xc4(void *func, unsigned long arg1, unsigned long arg2, in xc4()
|
/linux/kernel/ |
H A D | kcov.c | 239 static void notrace write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip) in write_comp_data() 274 void notrace __sanitizer_cov_trace_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_cmp1() 280 void notrace __sanitizer_cov_trace_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_cmp2() 286 void notrace __sanitizer_cov_trace_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_cmp4() 292 void notrace __sanitizer_cov_trace_cmp8(kcov_u64 arg1, kcov_u64 arg2) in __sanitizer_cov_trace_cmp8() 298 void notrace __sanitizer_cov_trace_const_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_const_cmp1() 305 void notrace __sanitizer_cov_trace_const_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_const_cmp2() 312 void notrace __sanitizer_cov_trace_const_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_const_cmp4() 319 void notrace __sanitizer_cov_trace_const_cmp8(kcov_u64 arg1, kcov_u64 arg2) in __sanitizer_cov_trace_const_cmp8()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/ |
H A D | lib_float_math.c | 20 double math_mod(const double arg1, const double arg2) in math_mod() 29 double math_min2(const double arg1, const double arg2) in math_min2() 38 double math_max2(const double arg1, const double arg2) in math_max2()
|
/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 531 void *arg1, void *arg2, void *arg3, in for_each_online_power_domain_in_set() 600 void *arg2, void *arg3, void *arg4) in for_each_online_target_cpu_in_set() 1120 void get_isst_status(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) in get_isst_status() 1232 static void exec_on_get_ctdp_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in exec_on_get_ctdp_cpu() 1402 static void dump_clx_n_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_clx_n_config_for_cpu() 1428 static void dump_isst_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_isst_config_for_cpu() 1478 static void set_tdp_level_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in set_tdp_level_for_cpu() 1587 static void clx_n_dump_pbf_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in clx_n_dump_pbf_config_for_cpu() 1607 static void dump_pbf_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in dump_pbf_config_for_cpu() 1956 static void set_pbf_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in set_pbf_for_cpu() [all …]
|
/linux/drivers/firmware/meson/ |
H A D | meson_sm.c | 71 static s32 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, in __meson_sm_call() 106 s32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call() 146 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_read() 200 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_write()
|
/linux/arch/loongarch/include/asm/ |
H A D | kvm_para.h | 98 unsigned long arg0, unsigned long arg1, unsigned long arg2) in kvm_hypercall3() 118 unsigned long arg2, unsigned long arg3) in kvm_hypercall4() 139 unsigned long arg2, unsigned long arg3, unsigned long arg4) in kvm_hypercall5()
|
/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 111 #define syscall2(name, arg1, arg2) \ argument 113 #define syscall3(name, arg1, arg2, arg3) \ argument 115 #define syscall4(name, arg1, arg2, arg3, arg4) \ argument 117 #define syscall5(name, arg1, arg2, arg3, arg4, arg5) \ argument
|