Home
last modified time | relevance | path

Searched refs:__range_not_ok (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/lib/
A Dusercopy.c35 if (__range_not_ok(from, n, TASK_SIZE)) in copy_from_user_nmi()
/linux/arch/x86/kernel/
A Dstacktrace.c93 if (__range_not_ok(fp, sizeof(*frame), TASK_SIZE)) in copy_stack_frame()
/linux/arch/x86/include/asm/
A Duaccess.h38 #define __range_not_ok(addr, size, limit) \ macro
72 likely(!__range_not_ok(addr, size, TASK_SIZE_MAX)); \
/linux/arch/sparc/include/asm/
A Duaccess_64.h58 #define __range_not_ok(addr, size, limit) \ macro
/linux/arch/sparc/kernel/
A Dperf_event.c1794 return (__range_not_ok(fp, size, TASK_SIZE) == 0); in valid_user_frame()
/linux/arch/x86/events/
A Dcore.c2797 return (__range_not_ok(fp, size, TASK_SIZE) == 0); in valid_user_frame()

Completed in 17 milliseconds