| /linux/arch/powerpc/kernel/ |
| H A D | syscalls.c | 52 SYSCALL_DEFINE6(mmap2, unsigned long, addr, size_t, len, in SYSCALL_DEFINE6() argument 61 unsigned long, addr, size_t, len, in COMPAT_SYSCALL_DEFINE6() argument 69 SYSCALL_DEFINE6(mmap, unsigned long, addr, size_t, len, in SYSCALL_DEFINE6() argument
|
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_message.c | 495 aie2_register_asyn_event_msg(struct amdxdna_dev_hdl * ndev,dma_addr_t addr,u32 size,void * handle,int (* cb)(void *,void __iomem *,size_t)) aie2_register_asyn_event_msg() argument 514 aie2_config_cu(struct amdxdna_hwctx * hwctx,int (* notify_cb)(void *,void __iomem *,size_t)) aie2_config_cu() argument 967 aie2_execbuf(struct amdxdna_hwctx * hwctx,struct amdxdna_sched_job * job,int (* notify_cb)(void *,void __iomem *,size_t)) aie2_execbuf() argument 1000 aie2_cmdlist_multi_execbuf(struct amdxdna_hwctx * hwctx,struct amdxdna_sched_job * job,int (* notify_cb)(void *,void __iomem *,size_t)) aie2_cmdlist_multi_execbuf() argument 1089 aie2_cmdlist_single_execbuf(struct amdxdna_hwctx * hwctx,struct amdxdna_sched_job * job,int (* notify_cb)(void *,void __iomem *,size_t)) aie2_cmdlist_single_execbuf() argument 1135 aie2_sync_bo(struct amdxdna_hwctx * hwctx,struct amdxdna_sched_job * job,int (* notify_cb)(void *,void __iomem *,size_t)) aie2_sync_bo() argument 1171 aie2_config_debug_bo(struct amdxdna_hwctx * hwctx,struct amdxdna_sched_job * job,int (* notify_cb)(void *,void __iomem *,size_t)) aie2_config_debug_bo() argument [all...] |
| /linux/scripts/kconfig/lxdialog/ |
| H A D | textbox.c | 153 int (*extra_key_cb)(int, size_t, size_t, void *), void *data) in dialog_textbox() argument
|
| /linux/tools/testing/selftests/arm64/bti/ |
| H A D | system.h | 13 typedef __kernel_size_t size_t; typedef
|
| /linux/kernel/dma/ |
| H A D | pool.c | 249 static struct page *__dma_alloc_from_pool(struct device *dev, size_t size, in __dma_alloc_from_pool() argument 274 struct page *dma_alloc_from_pool(struct device *dev, size_t size, in dma_alloc_from_pool() argument
|
| /linux/fs/ |
| H A D | signalfd.c | 300 size_t, sizemask, int, flags) in SYSCALL_DEFINE4() argument 312 size_t, sizemask) in SYSCALL_DEFINE3() argument
|
| H A D | file_attr.c | 375 struct file_attr __user *, ufattr, size_t, usize, in SYSCALL_DEFINE5() argument 428 struct file_attr __user *, ufattr, size_t, usize, in SYSCALL_DEFINE5() argument
|
| H A D | splice.c | 1618 size_t, len, unsigned int, flags) in SYSCALL_DEFINE6() argument 1977 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument
|
| /linux/mm/ |
| H A D | msync.c | 32 SYSCALL_DEFINE3(msync, unsigned long, start, size_t, len, int, flags) in SYSCALL_DEFINE3() argument
|
| H A D | mseal.c | 190 SYSCALL_DEFINE3(mseal,unsigned long,start,size_t,len,unsigned long,flags) SYSCALL_DEFINE3() argument
|
| H A D | mincore.c | 292 SYSCALL_DEFINE3(mincore, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
|
| /linux/drivers/firmware/google/ |
| H A D | memconsole.c | 34 void memconsole_setup(ssize_t (*read_func)(char *, loff_t, size_t)) in memconsole_setup() argument
|
| /linux/arch/riscv/kernel/ |
| H A D | sys_hwprobe.c | 607 size_t, pair_count, size_t, cpusetsize, unsigned long __user *, in SYSCALL_DEFINE5() argument
|
| /linux/drivers/parisc/ |
| H A D | iommu-helpers.h | 103 int (*iommu_alloc_range)(struct ioc *, struct device *, size_t)) in iommu_coalesce_chunks() argument
|
| /linux/scripts/kconfig/ |
| H A D | mconf.c | 355 int (*extra_key_cb)(int, size_t, size_t, void *), in show_textbox_ext() argument
|
| /linux/tools/include/nolibc/ |
| H A D | stdint.h | 18 typedef __SIZE_TYPE__ size_t; typedef
|
| /linux/ipc/ |
| H A D | msg.c | 971 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE4() argument 1098 static long do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, in do_msgrcv() argument 1270 SYSCALL_DEFINE5(msgrcv, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE5() argument
|
| /linux/security/landlock/ |
| H A D | syscalls.c | 197 SYSCALL_DEFINE3(landlock_create_ruleset,const struct landlock_ruleset_attr __user * const,attr,const size_t,size,const __u32,flags) SYSCALL_DEFINE3() argument
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 2244 BPF_CALL_4(bpf_sysctl_get_name,struct bpf_sysctl_kern *,ctx,char *,buf,size_t,buf_len,u64,flags) BPF_CALL_4() argument 2301 BPF_CALL_3(bpf_sysctl_get_current_value,struct bpf_sysctl_kern *,ctx,char *,buf,size_t,buf_len) BPF_CALL_3() argument 2316 BPF_CALL_3(bpf_sysctl_get_new_value,struct bpf_sysctl_kern *,ctx,char *,buf,size_t,buf_len) BPF_CALL_3() argument 2336 BPF_CALL_3(bpf_sysctl_set_new_value,struct bpf_sysctl_kern *,ctx,const char *,buf,size_t,buf_len) BPF_CALL_3() argument
|
| /linux/arch/alpha/kernel/ |
| H A D | signal.c | 92 size_t, sigsetsize, void __user *, restorer) in SYSCALL_DEFINE5() argument
|
| /linux/fs/btrfs/ |
| H A D | props.c | 152 size_t), in iterate_object_props() argument
|
| /linux/kernel/ |
| H A D | signal.c | 3321 sigset_t __user *, oset, size_t, sigsetsize) in SYSCALL_DEFINE4() argument 3392 SYSCALL_DEFINE2(rt_sigpending, sigset_t __user *, uset, size_t, sigsetsize) in SYSCALL_DEFINE2() argument 3809 size_t, sigsetsize) in SYSCALL_DEFINE4() argument 3842 size_t, sigsetsize) in SYSCALL_DEFINE4() argument 4634 size_t, sigsetsize) in SYSCALL_DEFINE4() argument 4854 SYSCALL_DEFINE2(rt_sigsuspend, sigset_t __user *, unewset, size_t, sigsetsize) in SYSCALL_DEFINE2() argument
|
| /linux/drivers/powercap/ |
| H A D | powercap_sys.c | 189 const char *, size_t) in create_constraint_attribute() argument
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 695 size_t, sigsetsize) in SYSCALL_DEFINE5() argument
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispstat.c | 64 dma_addr_t, unsigned long, size_t, in __isp_stat_buf_sync_magic() argument
|