| /linux/tools/testing/selftests/kvm/include/ |
| H A D | ucall_common.h | 56 #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 59 ucall(UCALL_SYNC, 3, arg0, arg1, arg2) 60 #define GUEST_SYNC4(arg0, arg1, arg2, arg3) \ argument 61 ucall(UCALL_SYNC, 4, arg0, arg1, arg2, arg3) 62 #define GUEST_SYNC5(arg0, arg1, arg2, arg3, arg4) \ argument 63 ucall(UCALL_SYNC, 5, arg0, arg1, arg2, arg3, arg4) 64 #define GUEST_SYNC6(arg0, arg1, arg2, arg3, arg4, arg5) \ argument 65 ucall(UCALL_SYNC, 6, arg0, arg1, arg2, arg3, arg4, arg5)
|
| /linux/arch/alpha/include/asm/ |
| H A D | pal.h | 31 extern inline void NAME(TYPE0 arg0) \ 33 register TYPE0 __r16 __asm__("$16") = arg0; \ 42 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \ 44 register TYPE0 __r16 __asm__("$16") = arg0; \ 54 extern inline RTYPE NAME(TYPE0 arg0) \ 57 register TYPE0 __r16 __asm__("$16") = arg0; \ 67 extern inline RTYPE NAME(TYPE0 arg0, TYPE1 arg1) \ 70 register TYPE0 __r16 __asm__("$16") = arg0; \
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | rmwcc.h | 15 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument 16 __GEN_RMWcc(op " " arg0, var, cc) 18 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument 19 __GEN_RMWcc(op " %1, " arg0, var, cc, vcon (val))
|
| /linux/arch/parisc/kernel/ |
| H A D | pacache.S | 69 LDREG ITLB_OFF_BASE(%r1), %arg0 76 copy %arg0, %r28 /* Init base addr */ 90 movb,tr %arg0, %r28, fitmanyloop /* Re-init base addr */ 95 copy %arg0, %r28 /* init base addr */ 113 LDREG DTLB_OFF_BASE(%r1), %arg0 120 copy %arg0, %r28 /* Init base addr */ 134 movb,tr %arg0, %r28, fdtmanyloop /* Re-init base addr */ 139 copy %arg0, %r28 /* init base addr */ 195 LDREG ICACHE_BASE(%r1), %arg0 206 fice %r0(%sr1, %arg0) [all …]
|
| H A D | toc_asm.S | 33 copy %sp,%arg0 37 copy %arg0,%r1 41 ldo PT_FR0(%arg0),%r25 56 tovirt_r1 %arg0
|
| H A D | hpmc.S | 98 copy arg0, %r3 /* save address of PDCE_PROC */ 146 ldo PDC_PIM(%r0), arg0 162 ldo PDC_IO(%r0),arg0 187 ldo PDC_IODC(%r0),arg0 207 ldw BOOT_CONSOLE_HPA_OFFSET(%r0),arg0 /* console hpa */ 265 ldo PDC_BROADCAST_RESET(%r0),arg0
|
| H A D | real2.S | 53 STREG %sp, -REG_SZ(%arg0) /* save SP on real-mode stack */ 54 copy %arg0, %sp /* adopt the real-mode SP */ 61 ldw 0(%arg1), %arg0 /* note overwriting arg0 */ 232 std %sp, -8(%arg0) /* save SP on real-mode stack */ 233 copy %arg0, %sp /* adopt the real-mode SP */ 240 ldd 0*REG_SZ(%arg1), %arg0 /* note overwriting arg0 */
|
| H A D | relocate_kernel.S | 79 LDREG,ma REG_SZ(%arg0), %r3 86 movb %r3, %arg0, .Lloop 87 depi 0, 31, PAGE_SHIFT, %arg0 135 LDREG kexec_free_mem-0b(%arg2), %arg0
|
| H A D | perf_asm.S | 84 ;* This routine shifts data in from the RDR in arg0 and returns 91 ;* arg0 : rdr to be read 98 ;* arg0 : rdr to be read 140 shladd arg0,2,%r0,%r1 ; %r1 = 4 * RDR number 1343 ;* Then the STDIAG instruction for the RDR # in arg0 is called 1347 ;* arg0 = rdr target 1354 ;* arg0 = rdr target 1377 shladd arg0,2,%r0,%r1 ; %r1 = 4 * RDR number
|
| /linux/arch/arm/mach-bcm/ |
| H A D | bcm_kona_smc.c | 17 unsigned arg0; member 127 writel_relaxed(data->arg0, args++); in __bcm_kona_smc() 139 unsigned bcm_kona_smc(unsigned service_id, unsigned arg0, unsigned arg1, in bcm_kona_smc() argument 145 data.arg0 = arg0; in bcm_kona_smc()
|
| H A D | bcm_kona_smc.h | 17 unsigned arg0,
|
| /linux/arch/x86/include/asm/ |
| H A D | rmwcc.h | 18 #define GEN_UNARY_RMWcc_4(op, var, cc, arg0) \ argument 19 __GEN_RMWcc(op " " arg0, var, cc, __CLOBBERS_MEM()) 26 #define GEN_BINARY_RMWcc_6(op, var, cc, vcon, _val, arg0) \ argument 27 __GEN_RMWcc(op " %[val], " arg0, var, cc, \
|
| /linux/arch/arm/mach-at91/ |
| H A D | sam_secure.c | 17 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1) in sam_smccc_call() argument 24 arm_smccc_smc(SAM_SIP_SMC_STD_CALL_VAL(fn), arg0, arg1, 0, 0, 0, 0, 0, in sam_smccc_call()
|
| H A D | sam_secure.h | 16 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1);
|
| /linux/arch/riscv/kernel/ |
| H A D | sbi_ecall.c | 20 struct sbiret __sbi_ecall(unsigned long arg0, unsigned long arg1, in __sbi_ecall() argument 29 register uintptr_t a0 asm ("a0") = (uintptr_t)(arg0); in __sbi_ecall()
|
| /linux/include/linux/usb/ |
| H A D | of.h | 17 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0); 29 of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() argument
|
| /linux/arch/parisc/boot/compressed/ |
| H A D | head.S | 36 copy %r1, %arg0 79 load32 KERNEL_BINARY_TEXT_START, %arg0 /* free mem */
|
| /linux/arch/sh/kernel/ |
| H A D | sh_bios.c | 25 static inline long sh_bios_call(long func, long arg0, long arg1, long arg2, in sh_bios_call() argument 29 register long r4 __asm__("r4") = arg0; in sh_bios_call()
|
| /linux/include/linux/platform_data/x86/ |
| H A D | asus-wmi.h | 202 int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, u32 *retval); 222 static inline int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, in asus_wmi_evaluate_method() argument
|
| /linux/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 625 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \ argument 642 : [function_id] "r"(function_id), [arg0] "r"(arg0), \ 648 void smccc_hvc(u32 function_id, u64 arg0, u64 arg1, in smccc_hvc() argument 652 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc() 656 void smccc_smc(u32 function_id, u64 arg0, u64 arg1, in smccc_smc() argument 660 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_smc()
|
| /linux/arch/mips/kernel/ |
| H A D | relocate_kernel.S | 17 PTR_L a0, arg0 148 arg0: PTR_WD 0x0 label
|
| /linux/drivers/platform/x86/hp/ |
| H A D | hp_accel.c | 100 union acpi_object arg0 = { ACPI_TYPE_INTEGER }; in lis3lv02d_acpi_read() local 101 struct acpi_object_list args = { 1, &arg0 }; in lis3lv02d_acpi_read() 105 arg0.integer.value = reg; in lis3lv02d_acpi_read()
|
| /linux/arch/arm/mach-omap1/ |
| H A D | pm.c | 202 unsigned long arg0 = 0, arg1 = 0; in omap1_pm_suspend() local 310 arg0 = arm_sleep_save[ARM_SLEEP_SAVE_ARM_IDLECT1]; in omap1_pm_suspend() 319 omap_sram_suspend(arg0, arg1); in omap1_pm_suspend()
|
| /linux/drivers/firmware/psci/ |
| H A D | psci.c | 114 unsigned long arg0, unsigned long arg1, in __invoke_psci_fn_hvc() argument 119 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc() 125 unsigned long arg0, unsigned long arg1, in __invoke_psci_fn_smc() argument 130 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_smc()
|
| /linux/drivers/platform/loongarch/ |
| H A D | loongson-laptop.c | 357 union acpi_object arg0 = { ACPI_TYPE_INTEGER }; in ec_backlight_set_power() local 358 struct acpi_object_list args = { 1, &arg0 }; in ec_backlight_set_power() 360 arg0.integer.value = state; in ec_backlight_set_power()
|