Home
last modified time | relevance | path

Searched refs:kcsan_begin_scoped_access (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/
Dkcsan-checks.h173 kcsan_begin_scoped_access(const volatile void *ptr, size_t size, int type,
209 kcsan_begin_scoped_access(const volatile void *ptr, size_t size, int type, in kcsan_begin_scoped_access() function
383 __maybe_unused = kcsan_begin_scoped_access( \
/linux-6.6.21/kernel/kcsan/
Dcore.c907 kcsan_begin_scoped_access(const volatile void *ptr, size_t size, int type, in kcsan_begin_scoped_access() function
929 EXPORT_SYMBOL(kcsan_begin_scoped_access);
/linux-6.6.21/mm/kfence/
Dcore.c512 kcsan_begin_scoped_access((void *)ALIGN_DOWN((unsigned long)addr, PAGE_SIZE), PAGE_SIZE, in kfence_guarded_free()