Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 25 of 33) sorted by relevance

12

/linux/arch/loongarch/include/asm/ !
H A Dkvm_para.h66 static __always_inline long kvm_hypercall1(u64 fid, unsigned long arg0) in kvm_hypercall1()
83 unsigned long arg0, unsigned long arg1) in kvm_hypercall2()
101 unsigned long arg0, unsigned long arg1, unsigned long arg2) in kvm_hypercall3()
120 unsigned long arg0, unsigned long arg1, in kvm_hypercall4()
141 unsigned long arg0, unsigned long arg1, in kvm_hypercall5()
/linux/tools/testing/selftests/kvm/include/ !
H A Ducall_common.h56 #define GUEST_SYNC1(arg0) ucall(UCALL_SYNC, 1, arg0) argument
57 #define GUEST_SYNC2(arg0, arg1) ucall(UCALL_SYNC, 2, arg0, arg1) 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/tools/arch/x86/include/asm/ !
H A Drmwcc.h15 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
18 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
/linux/drivers/firmware/meson/ !
H A Dmeson_sm.c71 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()
145 unsigned int bsize, unsigned int cmd_index, u32 arg0, in meson_sm_call_read()
199 unsigned int size, unsigned int cmd_index, u32 arg0, in meson_sm_call_write()
/linux/arch/arm/mach-bcm/ !
H A Dbcm_kona_smc.c17 unsigned arg0; member
139 unsigned bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, in bcm_kona_smc()
/linux/drivers/mailbox/ !
H A Dzynqmp-ipi-mailbox.c179 u64 arg0, arg3; in zynqmp_ipi_interrupt() local
229 u64 arg0; in zynqmp_ipi_peek_data() local
269 u64 arg0; in zynqmp_ipi_last_tx_done() local
307 u64 arg0; in zynqmp_ipi_send_data() local
357 u64 arg0; in zynqmp_ipi_startup() local
399 u64 arg0; in zynqmp_ipi_shutdown() local
/linux/drivers/platform/x86/lenovo/ !
H A Dwmi-helpers.h13 u32 arg0; member
/linux/arch/arm/mach-at91/ !
H A Dsam_secure.c17 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1) in sam_smccc_call()
/linux/arch/riscv/kernel/ !
H A Dsbi_ecall.c20 struct sbiret __sbi_ecall(unsigned long arg0, unsigned long arg1, in __sbi_ecall()
/linux/arch/mips/kernel/ !
H A Drelocate_kernel.S148 arg0: PTR_WD 0x0 label
/linux/tools/testing/selftests/kvm/lib/arm64/ !
H A Dprocessor.c593 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \ argument
616 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_hvc()
624 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_smc()
/linux/arch/sh/kernel/ !
H A Dsh_bios.c25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call()
/linux/drivers/firmware/ !
H A Darm_sdei.c136 static int invoke_sdei_fn(unsigned long function_id, unsigned long arg0, in invoke_sdei_fn()
839 unsigned long arg0, unsigned long arg1, in sdei_smccc_smc()
848 unsigned long arg0, unsigned long arg1, in sdei_smccc_hvc()
/linux/arch/arm/mach-omap1/ !
H A Dpm.c202 unsigned long arg0 = 0, arg1 = 0; in omap1_pm_suspend() local
/linux/drivers/usb/common/ !
H A Dcommon.c290 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy()
/linux/arch/arm64/kvm/hyp/nvhe/ !
H A Dpsci-relay.c63 static unsigned long psci_call(unsigned long fn, unsigned long arg0, in psci_call()
/linux/tools/testing/selftests/x86/ !
H A Dptrace_syscall.c46 uint32_t nr, arg0, arg1, arg2, arg3, arg4, arg5; member
/linux/drivers/firmware/psci/ !
H A Dpsci.c114 unsigned long arg0, unsigned long arg1, in __invoke_psci_fn_hvc()
125 unsigned long arg0, unsigned long arg1, in __invoke_psci_fn_smc()
/linux/drivers/platform/x86/hp/ !
H A Dhp_accel.c100 union acpi_object arg0 = { ACPI_TYPE_INTEGER }; in lis3lv02d_acpi_read() local
/linux/drivers/acpi/acpica/ !
H A Ddbcmds.c1040 union acpi_object arg0; in acpi_db_generate_interrupt() local
/linux/arch/parisc/net/ !
H A Dbpf_jit_comp32.c325 static void emit_call_millicode(void *func, const s8 arg0, in emit_call_millicode()
359 static void emit_call_libgcc_ll(void *func, const s8 *arg0, in emit_call_libgcc_ll()
H A Dbpf_jit_comp64.c505 static void emit_call_libgcc_ll(void *func, const s8 arg0, in emit_call_libgcc_ll()
/linux/include/linux/platform_data/x86/ !
H A Dasus-wmi.h182 static inline int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, in asus_wmi_evaluate_method()
/linux/drivers/platform/x86/dell/ !
H A Ddell-smbios-base.c325 u32 arg0, u32 arg1, u32 arg2, u32 arg3) in dell_fill_request()
/linux/drivers/platform/loongarch/ !
H A Dloongson-laptop.c359 union acpi_object arg0 = { ACPI_TYPE_INTEGER }; in ec_backlight_set_power() local

12