Home
last modified time | relevance | path

Searched refs:kasan_check_write (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dkasan-checks.h38 #define kasan_check_write __kasan_check_write macro
44 static inline bool kasan_check_write(const volatile void *p, unsigned int size) in kasan_check_write() function
/linux/arch/x86/include/asm/
H A Duaccess_64.h158 kasan_check_write(dst, size); in __copy_from_user_inatomic_nocache()
168 kasan_check_write(dst, size); in __copy_from_user_flushcache()
/linux/lib/
H A Dstrncpy_from_user.c123 kasan_check_write(dst, count); in strncpy_from_user()
/linux/arch/arm64/include/asm/
H A Duaccess.h485 kasan_check_write(dst, size); in __copy_from_user_flushcache()