Lines Matching defs:shadow
49 u8 *shadow;
60 shadow = (u8 *)kasan_mem_to_shadow(object);
62 if (*shadow == 0)
64 else if (*shadow >= 1 && *shadow <= KASAN_GRANULE_SIZE - 1)
65 return size + *shadow;
68 shadow++;
82 * If shadow byte value is in [0, KASAN_GRANULE_SIZE) we can look
83 * at the next shadow byte to determine the type of the bad access.
91 * In theory it's still possible to see these shadow values