Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 202) sorted by relevance

123456789

/arch/sparc/prom/
Dmisc_64.c22 unsigned long args[5]; in prom_service_exists() local
40 unsigned long args[3]; in prom_sun4v_guest_soft_state() local
53 unsigned long args[4]; in prom_reboot() local
70 unsigned long args[5]; in prom_feval() local
89 unsigned long args[3]; in prom_cmdline() local
116 unsigned long args[3]; in prom_halt() local
132 unsigned long args[3]; in prom_halt_power_off() local
205 unsigned long args[9]; in tlb_load() local
239 unsigned long args[11]; in prom_map() local
264 unsigned long args[7]; in prom_unmap() local
[all …]
Dtree_64.c21 unsigned long args[5]; in prom_node_to_node() local
94 unsigned long args[6]; in prom_getproplen() local
119 unsigned long args[8]; in prom_getproperty() local
240 unsigned long args[7]; in prom_firstprop() local
266 unsigned long args[7]; in prom_nextprop() local
294 unsigned long args[5]; in prom_finddevice() local
330 unsigned long args[8]; in prom_setprop() local
360 unsigned long args[5]; in prom_inst2pkg() local
379 unsigned long args[7]; in prom_ihandle2path() local
/arch/x86/platform/olpc/
Dolpc_dt.c29 const void *args[] = { (void *)node }; in olpc_dt_getsibling() local
43 const void *args[] = { (void *)node }; in olpc_dt_getchild() local
59 const void *args[] = { (void *)node, prop }; in olpc_dt_getproplen() local
83 const void *args[] = { (void *)node, prop, buf, (void *)plen }; in olpc_dt_getproperty() local
97 const void *args[] = { (void *)node, prev, buf }; in olpc_dt_nextprop() local
115 const void *args[] = { (void *)node, buf, (void *)buflen }; in olpc_dt_pkg2path() local
171 const void *args[] = { path }; in olpc_dt_finddevice() local
188 const void *args[] = { words }; in olpc_dt_interpret() local
/arch/powerpc/kvm/
Dbook3s_rtas.c21 static void kvm_rtas_set_xive(struct kvm_vcpu *vcpu, struct rtas_args *args) in kvm_rtas_set_xive()
42 static void kvm_rtas_get_xive(struct kvm_vcpu *vcpu, struct rtas_args *args) in kvm_rtas_get_xive()
67 static void kvm_rtas_int_off(struct kvm_vcpu *vcpu, struct rtas_args *args) in kvm_rtas_int_off()
86 static void kvm_rtas_int_on(struct kvm_vcpu *vcpu, struct rtas_args *args) in kvm_rtas_int_on()
128 struct kvm_rtas_token_args args; in rtas_name_matches() local
190 struct kvm_rtas_token_args args; in kvm_vm_ioctl_rtas_define_token() local
211 struct rtas_args args; in kvmppc_rtas_hcall() local
/arch/alpha/include/asm/
Dcmpxchg.h9 #define ____xchg(type, args...) __xchg ## type ## _local(args) argument
10 #define ____cmpxchg(type, args...) __cmpxchg ## type ## _local(args) argument
41 #define ____xchg(type, args...) __xchg ##type(args) argument
42 #define ____cmpxchg(type, args...) __cmpxchg ##type(args) argument
/arch/mips/kernel/
Dsignal-common.h17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) argument
19 # define DEBUGP(fmt, args...) argument
/arch/x86/xen/
Dmulticalls.h12 void *args; member
32 static inline struct multicall_space xen_mc_entry(size_t args) in xen_mc_entry()
/arch/x86/include/asm/
Dsyscall.h91 unsigned long *args) in syscall_get_arguments()
100 const unsigned long *args) in syscall_set_arguments()
116 unsigned long *args) in syscall_get_arguments()
177 const unsigned long *args) in syscall_set_arguments()
Defi.h41 #define efi_call_virt(f, args...) \ argument
54 #define __efi_call_virt(f, args...) \ argument
72 #define efi_call_phys(f, args...) efi_call((f), args) argument
93 #define __efi_call_virt(f, args...) efi_call_virt(f, args) argument
/arch/sh/mm/
Dcache-sh7705.c67 static void sh7705_flush_icache_range(void *args) in sh7705_flush_icache_range()
147 static void sh7705_flush_cache_all(void *args) in sh7705_flush_cache_all()
164 static void sh7705_flush_cache_page(void *args) in sh7705_flush_cache_page()
/arch/powerpc/mm/
Dmmu_context_nohash.c36 #define pr_hard(args...) printk(KERN_DEBUG args) argument
37 #define pr_hardcont(args...) printk(KERN_CONT args) argument
39 #define pr_hard(args...) do { } while(0) argument
40 #define pr_hardcont(args...) do { } while(0) argument
/arch/um/os-Linux/skas/
Dmem.c111 unsigned long *args, long expected, void **addr, in run_syscall_stub()
174 unsigned long args[] = { virt, len, prot, in map() local
188 unsigned long args[] = { (unsigned long) addr, len, 0, 0, 0, in unmap() local
201 unsigned long args[] = { addr, len, prot, 0, 0, 0 }; in protect() local
/arch/mips/oprofile/
Dop_model_loongson2.c87 static void loongson2_cpu_setup(void *args) in loongson2_cpu_setup()
92 static void loongson2_cpu_start(void *args) in loongson2_cpu_start()
99 static void loongson2_cpu_stop(void *args) in loongson2_cpu_stop()
/arch/x86/boot/
Dprintf.c115 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf()
287 va_list args; in sprintf() local
299 va_list args; in printf() local
/arch/nios2/include/asm/
Dsyscall.h62 unsigned long *args) in syscall_get_arguments()
101 const unsigned long *args) in syscall_set_arguments()
/arch/c6x/include/asm/
Dsyscall.h50 unsigned int n, unsigned long *args) in syscall_get_arguments()
88 const unsigned long *args) in syscall_set_arguments()
/arch/frv/include/asm/
Dsyscall.h75 unsigned long *args) in syscall_get_arguments()
105 const unsigned long *args) in syscall_set_arguments()
/arch/mn10300/include/asm/
Dsyscall.h56 unsigned long *args) in syscall_get_arguments()
88 const unsigned long *args) in syscall_set_arguments()
/arch/mips/mm/
Dc-r4k.c429 static inline void local_r4k___flush_cache_all(void * args) in local_r4k___flush_cache_all()
492 static inline void local_r4k_flush_cache_range(void * args) in local_r4k_flush_cache_range()
514 static inline void local_r4k_flush_cache_mm(void * args) in local_r4k_flush_cache_mm()
552 static inline void local_r4k_flush_cache_page(void *args) in local_r4k_flush_cache_page()
631 struct flush_cache_page_args args; in r4k_flush_cache_page() local
695 static inline void local_r4k_flush_icache_range_ipi(void *args) in local_r4k_flush_icache_range_ipi()
706 struct flush_icache_range_args args; in r4k_flush_icache_range() local
801 static void local_r4k_flush_cache_sigtramp(void *args) in local_r4k_flush_cache_sigtramp()
880 struct flush_cache_sigtramp_args args; in r4k_flush_cache_sigtramp() local
910 static inline void local_r4k_flush_kernel_vmap_range(void *args) in local_r4k_flush_kernel_vmap_range()
[all …]
/arch/openrisc/include/asm/
Dsyscall.h59 unsigned int i, unsigned int n, unsigned long *args) in syscall_get_arguments()
68 unsigned int i, unsigned int n, const unsigned long *args) in syscall_set_arguments()
/arch/ia64/include/asm/
Dsyscall.h67 unsigned long *args) in syscall_get_arguments()
77 unsigned long *args) in syscall_set_arguments()
/arch/blackfin/include/asm/
Dsyscall.h68 unsigned int i, unsigned int n, unsigned long *args) in syscall_get_arguments()
86 unsigned int i, unsigned int n, const unsigned long *args) in syscall_set_arguments()
/arch/powerpc/include/asm/
Dsyscall.h70 unsigned long *args) in syscall_get_arguments()
93 const unsigned long *args) in syscall_set_arguments()
/arch/sh/include/asm/
Dsyscall_32.h51 unsigned long *args) in syscall_get_arguments()
79 const unsigned long *args) in syscall_set_arguments()
/arch/tile/include/asm/
Dsyscall.h80 unsigned long *args) in syscall_get_arguments()
89 const unsigned long *args) in syscall_set_arguments()

123456789