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

  /src/sys/arch/mips/include/
intr.h 128 int __noprofile splhigh_noprof(void);
137 void __noprofile splx_noprof(int);
  /src/sys/arch/powerpc/powerpc/
intr_stubs.c 67 #define __stub __section(".stub") __noprofile
69 void *intr_establish(int, int, int, int (*)(void *), void *) __noprofile;
  /src/sys/arch/powerpc/booke/
booke_stubs.c 46 #define __stub __section(".stub") __noprofile
  /src/sys/sys/
cdefs.h 335 #define __noprofile __attribute__((__no_instrument_function__)) macro
337 #define __noprofile /* nothing */ macro
  /src/sys/arch/powerpc/oea/
pmap_kernel.c 92 #define __stub __section(".stub") __noprofile

Completed in 41 milliseconds