Searched defs:u_info (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kernel/
H A Dtls.c61 struct user_desc __user *u_info,
66 if (copy_from_user(&info, u_info, sizeof(info)))
80 if (put_user(idx, &u_info->entry_number))
92 SYSCALL_DEFINE1(set_thread_area, struct user_desc __user *, u_info)
94 return do_set_thread_area(current, -1, u_info, 1);
122 struct user_desc __user *u_info)
126 if (idx == -1 && get_user(idx, &u_info->entry_number))
135 if (copy_to_user(u_info, &info, sizeof(info)))
140 SYSCALL_DEFINE1(get_thread_area, struct user_desc __user *, u_info)
142 return do_get_thread_area(current, -1, u_info);
60 do_set_thread_area(struct task_struct *p, int idx, struct user_desc __user *u_info, int can_allocate) argument
121 do_get_thread_area(struct task_struct *p, int idx, struct user_desc __user *u_info) argument
177 struct user_desc __user *u_info = ubuf; local
[all...]

Completed in 110 milliseconds