Home
last modified time | relevance | path

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

/linux-6.12.1/mm/kmsan/
Dkmsan.h23 #define KMSAN_ALLOCA_MAGIC_ORIGIN 0xabcd0100 macro
Dreport.c103 if ((nr_entries == 4) && (magic == KMSAN_ALLOCA_MAGIC_ORIGIN)) { in kmsan_print_origin()
Dinstrumentation.c271 entries[0] = KMSAN_ALLOCA_MAGIC_ORIGIN; in __msan_poison_alloca()