| /arch/sparc/prom/ |
| D | misc_64.c | 22 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 …]
|
| D | tree_64.c | 21 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/ |
| D | olpc_dt.c | 29 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/ |
| D | book3s_rtas.c | 21 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/ |
| D | cmpxchg.h | 9 #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/ |
| D | signal-common.h | 17 # define DEBUGP(fmt, args...) printk("%s: " fmt, __func__, ##args) argument 19 # define DEBUGP(fmt, args...) argument
|
| /arch/x86/xen/ |
| D | multicalls.h | 12 void *args; member 32 static inline struct multicall_space xen_mc_entry(size_t args) in xen_mc_entry()
|
| /arch/x86/include/asm/ |
| D | syscall.h | 91 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()
|
| D | efi.h | 41 #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/ |
| D | cache-sh7705.c | 67 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/ |
| D | mmu_context_nohash.c | 36 #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/ |
| D | mem.c | 111 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/ |
| D | op_model_loongson2.c | 87 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/ |
| D | printf.c | 115 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/ |
| D | syscall.h | 62 unsigned long *args) in syscall_get_arguments() 101 const unsigned long *args) in syscall_set_arguments()
|
| /arch/c6x/include/asm/ |
| D | syscall.h | 50 unsigned int n, unsigned long *args) in syscall_get_arguments() 88 const unsigned long *args) in syscall_set_arguments()
|
| /arch/frv/include/asm/ |
| D | syscall.h | 75 unsigned long *args) in syscall_get_arguments() 105 const unsigned long *args) in syscall_set_arguments()
|
| /arch/mn10300/include/asm/ |
| D | syscall.h | 56 unsigned long *args) in syscall_get_arguments() 88 const unsigned long *args) in syscall_set_arguments()
|
| /arch/mips/mm/ |
| D | c-r4k.c | 429 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/ |
| D | syscall.h | 59 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/ |
| D | syscall.h | 67 unsigned long *args) in syscall_get_arguments() 77 unsigned long *args) in syscall_set_arguments()
|
| /arch/blackfin/include/asm/ |
| D | syscall.h | 68 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/ |
| D | syscall.h | 70 unsigned long *args) in syscall_get_arguments() 93 const unsigned long *args) in syscall_set_arguments()
|
| /arch/sh/include/asm/ |
| D | syscall_32.h | 51 unsigned long *args) in syscall_get_arguments() 79 const unsigned long *args) in syscall_set_arguments()
|
| /arch/tile/include/asm/ |
| D | syscall.h | 80 unsigned long *args) in syscall_get_arguments() 89 const unsigned long *args) in syscall_set_arguments()
|