Home
last modified time | relevance | path

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

/linux-6.1.9/mm/kmsan/
Dreport.c152 unsigned long stack_entries[KMSAN_STACK_DEPTH]; in kmsan_report()
185 stack_trace_save(stack_entries, KMSAN_STACK_DEPTH, 1); in kmsan_report()
Dkmsan.h32 #define KMSAN_STACK_DEPTH 64 macro
Dcore.c70 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()