Searched defs:int (Results 1 - 25 of 91) sorted by path

1234

/linux-master/arch/arm64/kernel/
H A Dsys.c31 SYSCALL_DEFINE1(arm64_personality, unsigned int, personality) argument
H A Dsys32.c41 COMPAT_SYSCALL_DEFINE3(aarch32_fstatfs64, unsigned int, fd, compat_size_t, sz, argument
75 COMPAT_SYSCALL_DEFINE6(aarch32_pread64, unsigned int, fd, char __user *, buf, argument
81 COMPAT_SYSCALL_DEFINE6(aarch32_pwrite64, unsigned int, fd, argument
94 COMPAT_SYSCALL_DEFINE4(aarch32_ftruncate64, unsigned int, fd, u32, __pad, argument
112 COMPAT_SYSCALL_DEFINE6(aarch32_sync_file_range2, int, fd, unsigned int, flags, argument
[all...]
H A Dsuspend.c36 void __init cpu_suspend_set_dbg_restorer(int (*hw_bp_restore)(unsigned int)) argument
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c56 SYSCALL_DEFINE4(spu_create, const char __user *, name, unsigned int, flags, argument
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c75 COMPAT_SYSCALL_DEFINE3(s390_ftruncate64, unsigned int, fd, u32, high, u32, low) argument
80 COMPAT_SYSCALL_DEFINE5(s390_pread64, unsigned int, fd, char __user *, ubuf, argument
88 COMPAT_SYSCALL_DEFINE5(s390_pwrite64, unsigned int, fd, const char __user *, ubuf, argument
168 COMPAT_SYSCALL_DEFINE2(s390_fstat64, unsigned int, fd, struct stat64_emu31 __user *, statbuf) argument
177 COMPAT_SYSCALL_DEFINE4(s390_fstatat64, unsigned int, dfd, const char __user *, filename, struct stat64_emu31 __user *, statbuf, int, flag) argument
225 COMPAT_SYSCALL_DEFINE3(s390_read, unsigned int, fd, char __user *, buf, compat_size_t, count) argument
233 COMPAT_SYSCALL_DEFINE3(s390_write, unsigned int, fd, const char __user *, buf, compat_size_t, count) argument
277 COMPAT_SYSCALL_DEFINE6(s390_sync_file_range, int, fd, u32, offhigh, u32, offlow, u32, nhigh, u32, nlow, unsigned int, flags) argument
[all...]
H A Dsyscall.c89 SYSCALL_DEFINE1(s390_personality, unsigned int, personality) argument
/linux-master/kernel/
H A Dexec_domain.c38 SYSCALL_DEFINE1(personality, unsigned int, personality) argument
H A Duid16.c33 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) argument
[all...]
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c150 SYSCALL_DEFINE4(osf_getdirentries, unsigned int, fd, argument
[all...]
/linux-master/arch/arc/kernel/
H A Dstacktrace.c117 arc_unwind_core(struct task_struct *tsk, struct pt_regs *regs, int (*consumer_fn) (unsigned int, void *), void *arg) argument
[all...]
/linux-master/arch/arm/mach-pxa/
H A Dirq.c144 pxa_init_irq_common(struct device_node *node, int irq_nr, argument
169 void __init pxa_init_irq(int irq_nr, int (*f argument
234 pxa_dt_irq_init(int (*fn)(struct irq_data *, unsigned int)) argument
[all...]
H A Dpxa3xx.c341 static void __init pxa_init_ext_wakeup_irq(int (*f argument
[all...]
/linux-master/arch/arm/mach-qcom/
H A Dplatsmp.c316 qcom_boot_secondary(unsigned int cpu, int (*func)(unsigned int)) argument
[all...]
/linux-master/arch/arm/mm/
H A Dfault.c545 hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), int sig, int code, const char *name) argument
578 hook_ifault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), int sig, int code, const char *name) argument
[all...]
/linux-master/arch/arm64/include/asm/
H A Dhw_breakpoint.h159 cpu_suspend_set_dbg_restorer(int (*hw_bp_restore)(unsigned int)) argument
[all...]
/linux-master/arch/m68k/kernel/
H A Dints.c77 void __init m68k_setup_auto_interrupt(void (*handler)(unsigned int, struct pt_regs *)) argument
[all...]
/linux-master/arch/mips/kernel/
H A Dspram.c114 probe_spram(char *type, unsigned int base, unsigned int (*read)(unsigned int), void (*write)(unsigned int, unsigned int)) argument
[all...]
/linux-master/arch/mips/mm/
H A Dcache.c89 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, unsigned int, cache) argument
/linux-master/arch/openrisc/kernel/
H A Dsmp.c198 set_smp_cross_call(void (*fn)(const struct cpumask *, unsigned int)) argument
[all...]
/linux-master/arch/parisc/kernel/
H A Dcache.c834 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, unsigned int, cache) argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsys_ppc32.c70 PPC32_SYSCALL_DEFINE6(ppc_pread64, unsigned int, fd, char __user *, ubuf, compat_size_t, count, u32, reg6, u32, pos1, u32, pos2) argument
78 PPC32_SYSCALL_DEFINE6(ppc_pwrite64, unsigned int, fd, const char __user *, ubuf, compat_size_t, count, u32, reg6, u32, pos1, u32, pos2) argument
100 PPC32_SYSCALL_DEFINE4(ppc_ftruncate64, unsigned int, fd, u32, reg4, unsigned long, len1, unsigned long, len2) argument
115 PPC32_SYSCALL_DEFINE6(ppc_sync_file_range2, int, fd, unsigned int, flags, unsigned int, offset1, unsigned int, offset2, unsigned int, nbytes1, unsigned int, nbytes2) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dsys_hwprobe.c418 SYSCALL_DEFINE5(riscv_hwprobe, struct riscv_hwprobe __user *, pairs, size_t, pair_count, size_t, cpusetsize, unsigned long __user *, cpus, unsigned int, flags) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dirq_64.c293 irq_install_pre_handler(int irq, void (*func)(unsigned int, void *, void *), void *arg1, void *arg2) argument
[all...]
H A Dsys_sparc32.c59 COMPAT_SYSCALL_DEFINE3(ftruncate64, unsigned int, fd, u32, high, u32, low) argument
116 COMPAT_SYSCALL_DEFINE2(fstat64, unsigned int, fd, argument
127 COMPAT_SYSCALL_DEFINE4(fstatat64, unsigned int, df argument
190 COMPAT_SYSCALL_DEFINE5(pread64, unsigned int, fd, char __user *, ubuf, compat_size_t, count, u32, poshi, u32, poslo) argument
196 COMPAT_SYSCALL_DEFINE5(pwrite64, unsigned int, fd, char __user *, ubuf, compat_size_t, count, u32, poshi, u32, poslo) argument
223 COMPAT_SYSCALL_DEFINE6(sync_file_range, unsigned int, fd, u32, off_high, u32, off_low, u32, nb_high, u32, nb_low, unsigned int, flags) argument
[all...]
H A Dsys_sparc_64.c334 SYSCALL_DEFINE6(sparc_ipc, unsigned int, call, int, first, unsigned long, second, argument
[all...]

Completed in 219 milliseconds

1234