Home
last modified time | relevance | path

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

/openbmc/linux/mm/kmsan/
H A 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()
H A Dkmsan.h32 #define KMSAN_STACK_DEPTH 64 macro
H A Dcore.c70 unsigned long entries[KMSAN_STACK_DEPTH]; in kmsan_save_stack_with_flags()
74 nr_entries = stack_trace_save(entries, KMSAN_STACK_DEPTH, 0); in kmsan_save_stack_with_flags()