Searched refs:user_addr_max (Results 1 – 15 of 15) sorted by relevance
13 #define user_addr_max() \ macro
123 #ifndef user_addr_max124 #define user_addr_max() (uaccess_kernel() ? ~0UL : TASK_SIZE) macro
99 max_addr = user_addr_max(); in strnlen_user()
123 max_addr = user_addr_max(); in strncpy_from_user()
6 #define user_addr_max() \ macro
44 #define user_addr_max() (uaccess_kernel() ? ~0UL : TASK_SIZE) macro
28 #define user_addr_max() (current_thread_info()->addr_limit.seg) macro
40 #define user_addr_max get_fs macro
38 # define user_addr_max() get_fs().seg macro
254 if (start >= user_addr_max() - sigframe_size) in setup_rt_frame()521 if (A(&usp[0]) >= user_addr_max() - 5 * sizeof(int)) in insert_restart_trampoline()
271 #define user_addr_max() \ macro
46 #define user_addr_max() (uaccess_kernel() ? ~0UL : TASK_SIZE) macro
327 #define user_addr_max() \ macro
41 #define user_addr_max() (TASK_SIZE_MAX) macro
522 if (address >= user_addr_max()) { \
Completed in 19 milliseconds