Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/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.h34 rtx arg1) in init_rtx_fmt_ee() argument
38 XEXP (rt, 1) = arg1; in init_rtx_fmt_ee()
45 rtx arg1 MEM_STAT_DECL) in gen_rtx_fmt_ee_stat()
50 return init_rtx_fmt_ee (rt, mode, arg0, arg1); in gen_rtx_fmt_ee_stat()
53 #define gen_rtx_fmt_ee(c, m, arg0, arg1) \ argument
54 gen_rtx_fmt_ee_stat ((c), (m), (arg0), (arg1) MEM_STAT_INFO)
56 #define alloca_rtx_fmt_ee(c, m, arg0, arg1) \ argument
57 init_rtx_fmt_ee (rtx_alloca ((c)), (m), (arg0), (arg1))
62 rtx arg1) in init_rtx_fmt_ue() argument
66 XEXP (rt, 1) = arg1; in init_rtx_fmt_ue()
[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.h34 rtx arg1) in init_rtx_fmt_ee() argument
38 XEXP (rt, 1) = arg1; in init_rtx_fmt_ee()
45 rtx arg1 MEM_STAT_DECL) in gen_rtx_fmt_ee_stat()
50 return init_rtx_fmt_ee (rt, mode, arg0, arg1); in gen_rtx_fmt_ee_stat()
53 #define gen_rtx_fmt_ee(c, m, arg0, arg1) \ argument
54 gen_rtx_fmt_ee_stat ((c), (m), (arg0), (arg1) MEM_STAT_INFO)
56 #define alloca_rtx_fmt_ee(c, m, arg0, arg1) \ argument
57 init_rtx_fmt_ee (rtx_alloca ((c)), (m), (arg0), (arg1))
62 rtx arg1) in init_rtx_fmt_ue() argument
66 XEXP (rt, 1) = arg1; in init_rtx_fmt_ue()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h42 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, in bw_min2() argument
45 return (arg1.value <= arg2.value) ? arg1 : arg2; in bw_min2()
48 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, in bw_max2() argument
51 return (arg2.value <= arg1.value) ? arg1 : arg2; in bw_max2()
101 static inline struct bw_fixed bw_add(const struct bw_fixed arg1, 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()
171 return arg1; 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
41 if (isNaN(arg1)) in dcn_bw_mod()
44 return arg1; 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
50 if (isNaN(arg1)) in dcn_bw_min2()
53 return arg1; 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/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)
43 #define XSERVER_CLIENT_CONNECT(arg0, arg1) \ argument
44 __dtrace_Xserver___client__connect(arg0, arg1)
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)
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dlinkage.h22 #define __asmlinkage_protect1(ret, arg1) \ argument
23 __asmlinkage_protect_n(ret, "m" (arg1))
24 #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), \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmove_helpers.hpp177 BOOST_MOVE_FORCEINLINE RETURN_VALUE PUB_FUNCTION(ARG1 arg1, BOOST_MOVE_CATCH_CONST(TYPE) x)\
178 { return FWD_FUNCTION(arg1, static_cast<const TYPE&>(x)); }\
180 BOOST_MOVE_FORCEINLINE RETURN_VALUE PUB_FUNCTION(ARG1 arg1, BOOST_MOVE_CATCH_RVALUE(TYPE) x) \
181 { return FWD_FUNCTION(arg1, ::boost::move(x)); }\
183 BOOST_MOVE_FORCEINLINE RETURN_VALUE PUB_FUNCTION(ARG1 arg1, TYPE &x)\
184 { return FWD_FUNCTION(arg1, const_cast<const TYPE &>(x)); }\
191 … BOOST_MOVE_FORCEINLINE RETURN_VALUE PUB_FUNCTION(ARG1 arg1, const BOOST_MOVE_TEMPL_PARAM &u,\
193 { return FWD_FUNCTION(arg1, u); }\
196 … BOOST_MOVE_FORCEINLINE RETURN_VALUE PUB_FUNCTION(ARG1 arg1, const BOOST_MOVE_TEMPL_PARAM &u,\
200 return FWD_FUNCTION(arg1, ::boost::move(t));\
[all …]
/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.hpp76 … vector(typename detail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1) in vector()
77 : vec(arg0 , arg1) {} in vector()
85 vector(U0 && arg0 , U1 && arg1) in vector()
86 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in vector()
93 …tail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1 , typename detail::… 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<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1 , typename detail::… in vector()
111 : vec(arg0 , arg1 , arg2 , arg3) {} in vector()
[all …]
H A Dvvector20.hpp76 … vector(typename detail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1) in vector()
77 : vec(arg0 , arg1) {} in vector()
85 vector(U0 && arg0 , U1 && arg1) in vector()
86 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in vector()
93 …tail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1 , typename detail::… 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<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1 , typename detail::… in vector()
111 : vec(arg0 , arg1 , arg2 , arg3) {} in vector()
[all …]
H A Dvvector30.hpp76 … vector(typename detail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1) in vector()
77 : vec(arg0 , arg1) {} in vector()
85 vector(U0 && arg0 , U1 && arg1) in vector()
86 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in vector()
93 …tail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1 , typename detail::… 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<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1 , typename detail::… in vector()
111 : vec(arg0 , arg1 , arg2 , arg3) {} in vector()
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dunistd.h117 #define _syscall1(type,name,type1,arg1) \ argument
118 type name(type1 arg1) \
120 return K_INLINE_SYSCALL(name, 1, arg1); \
123 #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
[all …]
/OK3568_Linux_fs/kernel/arch/x86/um/shared/sysdep/
H A Dstub_32.h24 static inline long stub_syscall1(long syscall, long arg1) in stub_syscall1() argument
28 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1)); in stub_syscall1()
33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() argument
37 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1), in stub_syscall2()
43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3() argument
47 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1), in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() argument
58 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1), in stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5() argument
69 __asm__ volatile ("int $0x80" : "=a" (ret) : "0" (syscall), "b" (arg1), 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/kernel/tools/include/nolibc/
H A Dnolibc.h313 #define my_syscall1(num, arg1) \ argument
317 register long _arg1 asm("rdi") = (long)(arg1); \
329 #define my_syscall2(num, arg1, arg2) \ argument
333 register long _arg1 asm("rdi") = (long)(arg1); \
346 #define my_syscall3(num, arg1, arg2, arg3) \ argument
350 register long _arg1 asm("rdi") = (long)(arg1); \
364 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
368 register long _arg1 asm("rdi") = (long)(arg1); \
383 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
387 register long _arg1 asm("rdi") = (long)(arg1); \
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt_types.h570 #define PVOP_CALL1(rettype, op, arg1) \ argument
571 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1))
572 #define PVOP_VCALL1(op, arg1) \ argument
573 __PVOP_VCALL(op, "", "", PVOP_CALL_ARG1(arg1))
575 #define PVOP_CALLEE1(rettype, op, arg1) \ argument
576 __PVOP_CALLEESAVE(rettype, op, "", "", PVOP_CALL_ARG1(arg1))
577 #define PVOP_VCALLEE1(op, arg1) \ argument
578 __PVOP_VCALLEESAVE(op, "", "", PVOP_CALL_ARG1(arg1))
581 #define PVOP_CALL2(rettype, op, arg1, arg2) \ argument
582 __PVOP_CALL(rettype, op, "", "", PVOP_CALL_ARG1(arg1), \
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dsmp_32.h60 void (*cross_call)(smpfunc_t func, cpumask_t mask, unsigned long arg1,
74 static inline void xc1(smpfunc_t func, unsigned long arg1) in xc1() argument
76 sparc32_ipi_ops->cross_call(func, *cpu_online_mask, arg1, 0, 0, 0); in xc1()
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/parisc/kernel/
H A Dreal2.S74 ldw 0(%arg1), %arg0 /* note overwriting arg0 */
75 ldw -8(%arg1), %arg2
76 ldw -12(%arg1), %arg3
77 ldw -4(%arg1), %arg1 /* obviously must do this one last! */
252 ldo 64(%arg1), %r29
256 ldd 0*REG_SZ(%arg1), %arg0 /* note overwriting arg0 */
257 ldd 2*REG_SZ(%arg1), %arg2
258 ldd 3*REG_SZ(%arg1), %arg3
259 ldd 4*REG_SZ(%arg1), %r22
260 ldd 5*REG_SZ(%arg1), %r21
[all …]
/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);
257 struct arm_smccc_res sip_smc_get_amp_info(u32 sub_func_id, u32 arg1);
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);
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/s390/include/asm/
H A Dstacktrace.h78 #define CALL_ARGS_1(arg1) \ argument
79 register unsigned long r2 asm("2") = (unsigned long)(arg1)
80 #define CALL_ARGS_2(arg1, arg2) \ argument
81 CALL_ARGS_1(arg1); \
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); \
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Druntime-wrappers.c70 efi_rts_work.arg1 = _arg1; \
180 void *arg1, *arg2, *arg3, *arg4, *arg5; in efi_call_rts() local
183 arg1 = efi_rts_work.arg1; in efi_call_rts()
191 status = efi_call_virt(get_time, (efi_time_t *)arg1, in efi_call_rts()
195 status = efi_call_virt(set_time, (efi_time_t *)arg1); in efi_call_rts()
198 status = efi_call_virt(get_wakeup_time, (efi_bool_t *)arg1, in efi_call_rts()
202 status = efi_call_virt(set_wakeup_time, *(efi_bool_t *)arg1, in efi_call_rts()
206 status = efi_call_virt(get_variable, (efi_char16_t *)arg1, in efi_call_rts()
211 status = efi_call_virt(get_next_variable, (unsigned long *)arg1, in efi_call_rts()
216 status = efi_call_virt(set_variable, (efi_char16_t *)arg1, in efi_call_rts()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c25 unsigned long arg1, 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()
73 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1, 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()
83 unsigned long arg1, 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()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Drockchip_sip.c39 unsigned long arg1, 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
46 register u64 x2 asm("x2") = arg1; 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
42 register u64 x2 asm("x2") = arg1; 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()

12345678910>>...14