Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/kernel/security/keys/
H A Dcompat.c18 u32, arg2, u32, arg3, u32, arg4, u32, arg5) in COMPAT_SYSCALL_DEFINE5() argument
22 return keyctl_get_keyring_ID(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
25 return keyctl_join_session_keyring(compat_ptr(arg2)); in COMPAT_SYSCALL_DEFINE5()
28 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
31 return keyctl_revoke_key(arg2); in COMPAT_SYSCALL_DEFINE5()
34 return keyctl_describe_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
37 return keyctl_keyring_clear(arg2); in COMPAT_SYSCALL_DEFINE5()
40 return keyctl_keyring_link(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
43 return keyctl_keyring_unlink(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
46 return keyctl_keyring_search(arg2, compat_ptr(arg3), in COMPAT_SYSCALL_DEFINE5()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h43 const struct bw_fixed arg2) in bw_min2() argument
45 return (arg1.value <= arg2.value) ? arg1 : arg2; in bw_min2()
49 const struct bw_fixed arg2) in bw_max2() argument
51 return (arg2.value <= arg1.value) ? arg1 : arg2; in bw_max2()
102 const struct bw_fixed arg2) in bw_add() argument
106 res.value = arg1.value + arg2.value; in bw_add()
111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub() argument
115 res.value = arg1.value - arg2.value; in bw_sub()
120 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2);
121 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h141 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt() argument
143 return arg1.value < arg2.value; in dc_fixpt_lt()
150 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le() argument
152 return arg1.value <= arg2.value; in dc_fixpt_le()
159 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq() argument
161 return arg1.value == arg2.value; in dc_fixpt_eq()
168 static inline struct fixed31_32 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_min() argument
170 if (arg1.value <= arg2.value) in dc_fixpt_min()
173 return arg2; in dc_fixpt_min()
180 static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_max() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calc_math.c39 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod() argument
42 return arg2; in dcn_bw_mod()
43 if (isNaN(arg2)) in dcn_bw_mod()
45 return arg1 - arg1 * ((int) (arg1 / arg2)); in dcn_bw_mod()
48 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2() argument
51 return arg2; in dcn_bw_min2()
52 if (isNaN(arg2)) in dcn_bw_min2()
54 return arg1 < arg2 ? arg1 : arg2; in dcn_bw_min2()
57 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max() argument
59 return arg1 > arg2 ? arg1 : arg2; in dcn_bw_max()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgenrtl.h169 basic_block arg2, in init_rtx_fmt_uuBeiie() argument
178 XBBDEF (rt, 2) = arg2; in init_rtx_fmt_uuBeiie()
190 basic_block arg2, in gen_rtx_fmt_uuBeiie_stat() argument
199 return init_rtx_fmt_uuBeiie (rt, mode, arg0, arg1, arg2, arg3, arg4, arg5, arg6); in gen_rtx_fmt_uuBeiie_stat()
202 #define gen_rtx_fmt_uuBeiie(c, m, arg0, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
203 …gen_rtx_fmt_uuBeiie_stat ((c), (m), (arg0), (arg1), (arg2), (arg3), (arg4), (arg5), (arg6) MEM_STA…
205 #define alloca_rtx_fmt_uuBeiie(c, m, arg0, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
206 …init_rtx_fmt_uuBeiie (rtx_alloca ((c)), (m), (arg0), (arg1), (arg2), (arg3), (arg4), (arg5), (arg6…
212 basic_block arg2, in init_rtx_fmt_uuBeiie0() argument
221 XBBDEF (rt, 2) = arg2; in init_rtx_fmt_uuBeiie0()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgenrtl.h169 basic_block arg2, in init_rtx_fmt_uuBeiie() argument
178 XBBDEF (rt, 2) = arg2; in init_rtx_fmt_uuBeiie()
190 basic_block arg2, in gen_rtx_fmt_uuBeiie_stat() argument
199 return init_rtx_fmt_uuBeiie (rt, mode, arg0, arg1, arg2, arg3, arg4, arg5, arg6); in gen_rtx_fmt_uuBeiie_stat()
202 #define gen_rtx_fmt_uuBeiie(c, m, arg0, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
203 …gen_rtx_fmt_uuBeiie_stat ((c), (m), (arg0), (arg1), (arg2), (arg3), (arg4), (arg5), (arg6) MEM_STA…
205 #define alloca_rtx_fmt_uuBeiie(c, m, arg0, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
206 …init_rtx_fmt_uuBeiie (rtx_alloca ((c)), (m), (arg0), (arg1), (arg2), (arg3), (arg4), (arg5), (arg6…
212 basic_block arg2, in init_rtx_fmt_uuBeiie0() argument
221 XBBDEF (rt, 2) = arg2; in init_rtx_fmt_uuBeiie0()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A DXserver-dtrace.h.in41 #define XSERVER_CLIENT_AUTH(arg0, arg1, arg2, arg3) \ argument
42 __dtrace_Xserver___client__auth(arg0, arg1, arg2, arg3)
47 #define XSERVER_REQUEST_DONE(arg0, arg1, arg2, arg3, arg4) \ argument
48 __dtrace_Xserver___request__done(arg0, arg1, arg2, arg3, arg4)
49 #define XSERVER_REQUEST_START(arg0, arg1, arg2, arg3, arg4) \ argument
50 __dtrace_Xserver___request__start(arg0, arg1, arg2, arg3, arg4)
51 #define XSERVER_RESOURCE_ALLOC(arg0, arg1, arg2, arg3) \ argument
52 __dtrace_Xserver___resource__alloc(arg0, arg1, arg2, arg3)
53 #define XSERVER_RESOURCE_FREE(arg0, arg1, arg2, arg3) \ argument
54 __dtrace_Xserver___resource__free(arg0, arg1, arg2, arg3)
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dlinkage.h24 #define __asmlinkage_protect2(ret, arg1, arg2) \ argument
25 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2))
26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument
27 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3))
28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
29 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
32 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
35 __asmlinkage_protect_n(ret, "m" (arg1), "m" (arg2), "m" (arg3), \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
H A Dvvector10.hpp93 …e arg0 , typename detail::call_param<T1 >::type arg1 , typename detail::call_param<T2 >::type arg2) in vector()
94 : vec(arg0 , arg1 , arg2) {} in vector()
102 vector(U0 && arg0 , U1 && arg1 , U2 && arg2) in vector()
103 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2)) {} in vector()
110 …tail::call_param<T1 >::type arg1 , typename detail::call_param<T2 >::type arg2 , typename detail::… in vector()
111 : vec(arg0 , arg1 , arg2 , arg3) {} in vector()
119 vector(U0 && arg0 , U1 && arg1 , U2 && arg2 , U3 && arg3) in vector()
120 …: vec(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2) , std::forward<U… in vector()
127 …tail::call_param<T1 >::type arg1 , typename detail::call_param<T2 >::type arg2 , typename detail::… in vector()
128 : vec(arg0 , arg1 , arg2 , arg3 , arg4) {} in vector()
[all …]
H A Dvvector20.hpp93 …e arg0 , typename detail::call_param<T1 >::type arg1 , typename detail::call_param<T2 >::type arg2) in vector()
94 : vec(arg0 , arg1 , arg2) {} in vector()
102 vector(U0 && arg0 , U1 && arg1 , U2 && arg2) in vector()
103 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2)) {} in vector()
110 …tail::call_param<T1 >::type arg1 , typename detail::call_param<T2 >::type arg2 , typename detail::… in vector()
111 : vec(arg0 , arg1 , arg2 , arg3) {} in vector()
119 vector(U0 && arg0 , U1 && arg1 , U2 && arg2 , U3 && arg3) in vector()
120 …: vec(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2) , std::forward<U… in vector()
127 …tail::call_param<T1 >::type arg1 , typename detail::call_param<T2 >::type arg2 , typename detail::… in vector()
128 : vec(arg0 , arg1 , arg2 , arg3 , arg4) {} in vector()
[all …]
H A Dvvector30.hpp93 …e arg0 , typename detail::call_param<T1 >::type arg1 , typename detail::call_param<T2 >::type arg2) in vector()
94 : vec(arg0 , arg1 , arg2) {} in vector()
102 vector(U0 && arg0 , U1 && arg1 , U2 && arg2) in vector()
103 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2)) {} in vector()
110 …tail::call_param<T1 >::type arg1 , typename detail::call_param<T2 >::type arg2 , typename detail::… in vector()
111 : vec(arg0 , arg1 , arg2 , arg3) {} in vector()
119 vector(U0 && arg0 , U1 && arg1 , U2 && arg2 , U3 && arg3) in vector()
120 …: vec(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2) , std::forward<U… in vector()
127 …tail::call_param<T1 >::type arg1 , typename detail::call_param<T2 >::type arg2 , typename detail::… in vector()
128 : vec(arg0 , arg1 , arg2 , arg3 , arg4) {} in vector()
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dunistd.h123 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
124 type name(type1 arg1, type2 arg2) \
126 return K_INLINE_SYSCALL(name, 2, arg1, arg2); \
129 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
130 type name(type1 arg1, type2 arg2, type3 arg3) \
132 return K_INLINE_SYSCALL(name, 3, arg1, arg2, arg3); \
135 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
136 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
138 return K_INLINE_SYSCALL(name, 4, arg1, arg2, arg3, arg4); \
142 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
[all …]
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h329 #define my_syscall2(num, arg1, arg2) \ argument
334 register long _arg2 asm("rsi") = (long)(arg2); \
346 #define my_syscall3(num, arg1, arg2, arg3) \ argument
351 register long _arg2 asm("rsi") = (long)(arg2); \
364 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
369 register long _arg2 asm("rsi") = (long)(arg2); \
383 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
388 register long _arg2 asm("rsi") = (long)(arg2); \
403 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
408 register long _arg2 asm("rsi") = (long)(arg2); \
[all …]
/OK3568_Linux_fs/kernel/arch/x86/um/shared/sysdep/
H A Dstub_32.h33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
38 "c" (arg2)); in stub_syscall2()
43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
48 "c" (arg2), "d" (arg3)); in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
59 "c" (arg2), "d" (arg3), "S" (arg4)); in stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
70 "c" (arg2), "d" (arg3), "S" (arg4), "D" (arg5)); in stub_syscall5()
H A Dstub_64.h29 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
35 : "0" (syscall), "D" (arg1), "S" (arg2) : __syscall_clobber ); in stub_syscall2()
40 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
46 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3) in stub_syscall3()
52 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
59 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall4()
66 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
73 : "0" (syscall), "D" (arg1), "S" (arg2), "d" (arg3), in stub_syscall5()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c26 unsigned long arg2) in __invoke_sip_fn_smc() argument
30 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_sip_fn_smc()
74 unsigned long arg2) in sip_smc_amp_cfg() argument
78 arm_smccc_smc(SIP_AMP_CFG, func, arg0, arg1, arg2, 0, 0, 0, &res); in sip_smc_amp_cfg()
84 unsigned long arg2) in sip_smc_dram() argument
86 return __invoke_sip_fn_smc(SIP_DRAM_CONFIG, arg0, arg1, arg2); in sip_smc_dram()
122 int sip_smc_hdcp_config(unsigned long func, unsigned long arg1, unsigned long arg2) in sip_smc_hdcp_config() argument
126 res = __invoke_sip_fn_smc(SIP_HDCP_CONFIG, func, arg1, arg2); in sip_smc_hdcp_config()
155 int sip_smc_mcu_config(unsigned long mcu_id, unsigned long func, unsigned long arg2) in sip_smc_mcu_config() argument
159 res = __invoke_sip_fn_smc(SIP_MCU_CFG, mcu_id, func, arg2); in sip_smc_mcu_config()
/OK3568_Linux_fs/kernel/include/linux/rockchip/
H A Drockchip_sip.h240 struct arm_smccc_res sip_smc_dram(u32 arg0, u32 arg1, u32 arg2);
243 struct arm_smccc_res sip_smc_mcu_el3fiq(u32 arg0, u32 arg1, u32 arg2);
244 struct arm_smccc_res sip_smc_vpu_reset(u32 arg0, u32 arg1, u32 arg2);
254 struct arm_smccc_res sip_smc_bus_config(u32 arg0, u32 arg1, u32 arg2);
256 int sip_smc_amp_config(u32 sub_func_id, u32 arg1, u32 arg2, u32 arg3);
260 struct arm_smccc_res sip_hdcp_config(u32 arg0, u32 arg1, u32 arg2);
274 int sip_wdt_config(u32 sub_func, u32 arg1, u32 arg2, u32 arg3);
275 int sip_hdmirx_config(u32 sub_func, u32 arg1, u32 arg2, u32 arg3);
277 int sip_smc_mcu_config(unsigned long mcu_id, unsigned long func, unsigned long arg2);
291 static inline struct arm_smccc_res sip_smc_dram(u32 arg0, u32 arg1, u32 arg2) in sip_smc_dram() argument
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt_types.h581 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument
583 PVOP_CALL_ARG2(arg2))
584 #define PVOP_VCALL2(op, arg1, arg2) \ argument
586 PVOP_CALL_ARG2(arg2))
588 #define PVOP_CALLEE2(rettype, op, arg1, arg2) \ argument
590 PVOP_CALL_ARG2(arg2))
591 #define PVOP_VCALLEE2(op, arg1, arg2) \ argument
593 PVOP_CALL_ARG2(arg2))
596 #define PVOP_CALL3(rettype, op, arg1, arg2, arg3) \ argument
598 PVOP_CALL_ARG2(arg2), PVOP_CALL_ARG3(arg3))
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dsmp_32.h61 unsigned long arg2, unsigned long arg3,
78 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) in xc2() argument
80 sparc32_ipi_ops->cross_call(func, *cpu_online_mask, arg1, arg2, 0, 0); in xc2()
83 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc3() argument
87 arg1, arg2, arg3, 0); in xc3()
90 static inline void xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc4() argument
94 arg1, arg2, arg3, arg4); in xc4()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess_64.c720 long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2) in do_arch_prctl_64() argument
726 if (unlikely(arg2 >= TASK_SIZE_MAX)) in do_arch_prctl_64()
738 x86_gsbase_write_cpu_inactive(arg2); in do_arch_prctl_64()
744 task->thread.gsbase = arg2; in do_arch_prctl_64()
748 x86_gsbase_write_task(task, arg2); in do_arch_prctl_64()
758 if (unlikely(arg2 >= TASK_SIZE_MAX)) in do_arch_prctl_64()
768 x86_fsbase_write_cpu(arg2); in do_arch_prctl_64()
774 task->thread.fsbase = arg2; in do_arch_prctl_64()
777 x86_fsbase_write_task(task, arg2); in do_arch_prctl_64()
785 ret = put_user(base, (unsigned long __user *)arg2); in do_arch_prctl_64()
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Drockchip_sip.c40 unsigned long arg2) in __invoke_sip_fn_smc() argument
44 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_sip_fn_smc()
48 struct arm_smccc_res sip_smc_dram(u32 arg0, u32 arg1, u32 arg2) in sip_smc_dram() argument
50 return __invoke_sip_fn_smc(SIP_DRAM_CONFIG, arg0, arg1, arg2); in sip_smc_dram()
185 struct arm_smccc_res sip_smc_mcu_el3fiq(u32 arg0, u32 arg1, u32 arg2) in sip_smc_mcu_el3fiq() argument
187 return __invoke_sip_fn_smc(SIP_MCU_EL3FIQ_CFG, arg0, arg1, arg2); in sip_smc_mcu_el3fiq()
191 struct arm_smccc_res sip_smc_vpu_reset(u32 arg0, u32 arg1, u32 arg2) in sip_smc_vpu_reset() argument
195 res = __invoke_sip_fn_smc(PSCI_SIP_VPU_RESET, arg0, arg1, arg2); in sip_smc_vpu_reset()
200 struct arm_smccc_res sip_smc_bus_config(u32 arg0, u32 arg1, u32 arg2) in sip_smc_bus_config() argument
204 res = __invoke_sip_fn_smc(SIP_BUS_CFG, arg0, arg1, arg2); in sip_smc_bus_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_smc.c42 u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid() argument
47 register u64 x3 asm("x3") = arg2; in invoke_smc_fid()
61 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument
68 return invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc_fid()
72 u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc() argument
86 return kbase_invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_smc.c38 u64 arg0, u64 arg1, u64 arg2) in invoke_smc_fid() argument
43 register u64 x3 asm("x3") = arg2; in invoke_smc_fid()
57 u64 kbase_invoke_smc_fid(u32 fid, u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc_fid() argument
64 return invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc_fid()
68 u64 arg0, u64 arg1, u64 arg2) in kbase_invoke_smc() argument
82 return kbase_invoke_smc_fid(fid, arg0, arg1, arg2); in kbase_invoke_smc()
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dsyscalls_64.c17 unsigned long __user *arg2) in arch_prctl() argument
19 unsigned long *ptr = arg2, tmp; in arch_prctl()
69 ret = put_user(tmp, arg2); in arch_prctl()
72 ret = put_user(tmp, arg2); in arch_prctl()
79 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
81 return arch_prctl(current, option, (unsigned long __user *) arg2); in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dstacktrace.h80 #define CALL_ARGS_2(arg1, arg2) \ argument
82 register unsigned long r3 asm("3") = (unsigned long)(arg2)
83 #define CALL_ARGS_3(arg1, arg2, arg3) \ argument
84 CALL_ARGS_2(arg1, arg2); \
86 #define CALL_ARGS_4(arg1, arg2, arg3, arg4) \ argument
87 CALL_ARGS_3(arg1, arg2, arg3); \
89 #define CALL_ARGS_5(arg1, arg2, arg3, arg4, arg5) \ argument
90 CALL_ARGS_4(arg1, arg2, arg3, arg4); \
137 long arg2 = (long)(t2)(a2)
154 register long r3 asm("3") = arg2

12345678910>>...13