HomeSort by: relevance | last modified time | path
    Searched refs:__nomsan (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/amd64/include/
cpu.h 59 __inline __always_inline static struct cpu_info * __unused __nomsan
71 __inline static lwp_t * __unused __nomsan __attribute__ ((const))
  /src/sys/kern/
subr_kcov.c 567 * Constraints on the functions here: they must be marked with __nomsan, and
571 static inline bool __nomsan
579 void __nomsan
625 static void __nomsan
675 void __nomsan
685 void __nomsan
695 void __nomsan
705 void __nomsan
715 void __nomsan
725 void __nomsan
    [all...]
  /src/sys/sys/
cdefs.h 364 #define __nomsan __attribute__((no_sanitize("kernel-memory", "memory"))) macro
366 #define __nomsan /* nothing */ macro

Completed in 12 milliseconds