Home
last modified time | relevance | path

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

/linux-6.12.1/mm/kmsan/
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()
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()
Dkmsan.h33 #define KMSAN_STACK_DEPTH 64 macro