Home
last modified time | relevance | path

Searched refs:ctx32p (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Daio.c1344 COMPAT_SYSCALL_DEFINE2(io_setup, unsigned, nr_events, u32 __user *, ctx32p) in COMPAT_SYSCALL_DEFINE2() argument
1350 ret = get_user(ctx, ctx32p); in COMPAT_SYSCALL_DEFINE2()
1365 ret = put_user((u32)ioctx->user_id, ctx32p); in COMPAT_SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompat.h483 asmlinkage long compat_sys_io_setup(unsigned nr_reqs, u32 __user *ctx32p);