Home
last modified time | relevance | path

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

/linux/mm/kmsan/
H A Dreport.c154 unsigned long stack_entries[KMSAN_STACK_DEPTH]; in kmsan_report()
187 stack_trace_save(stack_entries, KMSAN_STACK_DEPTH, 1); in kmsan_report()
H A Dcore.c69 unsigned long entries[KMSAN_STACK_DEPTH]; in kmsan_save_stack_with_flags()
73 nr_entries = stack_trace_save(entries, KMSAN_STACK_DEPTH, 0); in kmsan_save_stack_with_flags()
H A Dkmsan.h33 #define KMSAN_STACK_DEPTH 64 macro