Searched refs:arg0 (Results 1 - 16 of 16) sorted by relevance

/u-boot/arch/riscv/include/asm/
H A Dsmp.h17 * void (*addr)(ulong hart, ulong arg0, ulong arg1).
19 * The function address and the two arguments, arg0 and arg1, are stored in the
29 * @arg0: First argument of function
35 ulong arg0; member in struct:ipi_data
56 * @arg0: First argument of function
61 int smp_call_function(ulong addr, ulong arg0, ulong arg1, int wait);
H A Dsbi.h146 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
/u-boot/arch/riscv/lib/
H A Dsmp.c57 gd->arch.ipi[reg].arg0 = ipi->arg0;
90 void (*smp_function)(ulong hart, ulong arg0, ulong arg1);
116 smp_function(hart, gd->arch.ipi[hart].arg0, gd->arch.ipi[hart].arg1);
119 int smp_call_function(ulong addr, ulong arg0, ulong arg1, int wait) argument
123 .arg0 = arg0,
H A Dsbi.c14 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, argument
21 register uintptr_t a0 asm ("a0") = (uintptr_t)(arg0);
/u-boot/board/cortina/presidio-asic/
H A Dpresidio.c62 static noinline int invoke_psci_fn_smc(u64 function_id, u64 arg0, u64 arg1, argument
71 : "r" (arg0), "r" (arg1), "r" (arg2)
/u-boot/include/linux/
H A Dpsci.h125 void (*invoke_fn)(unsigned long arg0, unsigned long arg1,
/u-boot/arch/riscv/cpu/
H A Dcpu.c118 static void dummy_pending_ipi_clear(ulong hart, ulong arg0, ulong arg1) argument
/u-boot/drivers/firmware/
H A Dfirmware-zynqmp.c352 int __maybe_unused xilinx_pm_request(u32 api_id, u32 arg0, u32 arg1, u32 arg2, argument
356 __func__, current_el(), api_id, arg0, arg1, arg2, arg3);
365 u32 regs[] = {api_id, arg0, arg1, arg2, arg3};
391 regs.regs[1] = ((u64)arg1 << 32) | arg0;
H A Dpsci.c51 (unsigned long function_id, unsigned long arg0,
63 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res);
65 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res);
50 invoke_psci_fn(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2) argument
/u-boot/include/
H A Datf_common.h82 unsigned long arg0; member in struct:aapcs64_params
H A Dzynqmp_firmware.h451 int xilinx_pm_request(u32 api_id, u32 arg0, u32 arg1, u32 arg2,
H A Dspl.h988 * @arg0: pagestore
993 void __noreturn spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
/u-boot/common/spl/
H A Dspl_atf.c92 bl33_ep_info->args.arg0 = 0xffff & read_mpidr();
167 bl_params_node->ep_info->args.arg0 = 0xffff & read_mpidr();
/u-boot/arch/mips/mach-octeon/
H A Dbootoctlinux.c363 int arg0; local
536 arg0 = argc;
570 nmi_handler_para[1] = arg0;
623 kernel(arg0, arg1, arg2, arg3);
/u-boot/drivers/mmc/
H A Dzynq_sdhci.c115 __weak int xilinx_pm_request(u32 api_id, u32 arg0, u32 arg1, u32 arg2, argument
/u-boot/common/
H A Dcli_hush_upstream.c7044 char arg0; local
7052 arg0 = arg[0];
7053 arg[0] = (arg0 & 0x7f);
7394 /*dquoted:*/ (arg0 & 0x80)
7401 /*handle_squotes:*/ !(arg0 & 0x80),
7444 arg[0] = arg0;
7914 * 3:-c 4:<cmd> 5:<arg0> <argN...> 6:NULL

Completed in 257 milliseconds