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 569 * Constraints on the functions here: they must be marked with __nomsan, and
573 static inline bool __nomsan
581 void __nomsan
627 static void __nomsan
677 void __nomsan
687 void __nomsan
697 void __nomsan
707 void __nomsan
717 void __nomsan
727 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 16 milliseconds