Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 25 of 120) sorted by relevance

12345

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Dbw_fixed.h43 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-6.6.21/drivers/gpu/drm/amd/display/include/
Dfixed31_32.h135 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-6.6.21/tools/include/nolibc/
Darch-x86_64.h62 #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
Darch-i386.h61 #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
Darch-mips.h71 #define my_syscall2(num, arg1, arg2) \ argument
90 #define my_syscall3(num, arg1, arg2, arg3) \ argument
110 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
130 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
152 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-aarch64.h57 #define my_syscall2(num, arg1, arg2) \ argument
73 #define my_syscall3(num, arg1, arg2, arg3) \ argument
90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-riscv.h55 #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
Darch-powerpc.h64 #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
Darch-loongarch.h57 #define my_syscall2(num, arg1, arg2) \ argument
73 #define my_syscall3(num, arg1, arg2, arg3) \ argument
90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-arm.h87 #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
Darch-s390.h54 #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-6.6.21/arch/m68k/include/asm/
Dlinkage.h24 #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-6.6.21/arch/x86/um/shared/sysdep/
Dstub_64.h30 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2()
41 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4()
67 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5()
Dstub_32.h33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2()
43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calc_math.c40 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-6.6.21/tools/perf/scripts/python/Perf-Trace-Util/
DContext.c27 #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-6.6.21/arch/sparc/include/asm/
Dsmp_32.h75 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-6.6.21/kernel/
Dkcov.c229 static void notrace write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip) in write_comp_data()
264 void notrace __sanitizer_cov_trace_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_cmp1()
270 void notrace __sanitizer_cov_trace_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_cmp2()
276 void notrace __sanitizer_cov_trace_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_cmp4()
282 void notrace __sanitizer_cov_trace_cmp8(kcov_u64 arg1, kcov_u64 arg2) in __sanitizer_cov_trace_cmp8()
288 void notrace __sanitizer_cov_trace_const_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_const_cmp1()
295 void notrace __sanitizer_cov_trace_const_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_const_cmp2()
302 void notrace __sanitizer_cov_trace_const_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_const_cmp4()
309 void notrace __sanitizer_cov_trace_const_cmp8(kcov_u64 arg1, kcov_u64 arg2) in __sanitizer_cov_trace_const_cmp8()
/linux-6.6.21/tools/power/x86/intel-speed-select/
Disst-config.c553 void *arg1, void *arg2, void *arg3, in for_each_online_power_domain_in_set()
610 void *arg2, void *arg3, void *arg4) in for_each_online_target_cpu_in_set()
1049 void get_isst_status(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) in get_isst_status()
1161 static void exec_on_get_ctdp_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in exec_on_get_ctdp_cpu()
1331 static void dump_clx_n_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_clx_n_config_for_cpu()
1357 static void dump_isst_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, in dump_isst_config_for_cpu()
1407 static void set_tdp_level_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in set_tdp_level_for_cpu()
1515 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()
1535 static void dump_pbf_config_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in dump_pbf_config_for_cpu()
1884 static void set_pbf_for_cpu(struct isst_id *id, void *arg1, void *arg2, void *arg3, in set_pbf_for_cpu()
[all …]
/linux-6.6.21/drivers/firmware/meson/
Dmeson_sm.c70 static u32 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, in __meson_sm_call()
105 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call()
144 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_read()
193 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_write()
/linux-6.6.21/arch/x86/um/
Dsyscalls_64.c17 unsigned long __user *arg2) in arch_prctl()
79 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
/linux-6.6.21/arch/arm/mach-bcm/
Dbcm_kona_smc.c19 unsigned arg2; member
140 unsigned arg2, unsigned arg3) in bcm_kona_smc()
/linux-6.6.21/arch/parisc/include/asm/
Dunistd.h119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
/linux-6.6.21/arch/ia64/kernel/
Dsal.c354 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) in ia64_sal_oemcall()
365 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_sal_oemcall_nolock()
378 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, in ia64_sal_oemcall_reentrant()
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dbpf_syscall_macro.c11 unsigned long arg2 = 0; variable
68 int BPF_KSYSCALL(prctl_enter, int option, unsigned long arg2, in BPF_KSYSCALL()

12345