Home
last modified time | relevance | path

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

/Linux-v6.1/mm/kmsan/
Dkmsan.h22 #define KMSAN_ALLOCA_MAGIC_ORIGIN 0xabcd0100 macro
Dreport.c101 if ((nr_entries == 4) && (magic == KMSAN_ALLOCA_MAGIC_ORIGIN)) { in kmsan_print_origin()
Dinstrumentation.c248 entries[0] = KMSAN_ALLOCA_MAGIC_ORIGIN; in __msan_poison_alloca()