HomeSort by: relevance | last modified time | path
    Searched defs:ALTENTRY (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/sparc64/include/
locore.h 167 #define ALTENTRY(x) .globl _C_LABEL(x); _C_LABEL(x):
  /src/sys/arch/hppa/include/
asm.h 99 #define ALTENTRY(x) ! .export x, entry ! .label x
  /src/sys/arch/amd64/include/
asm.h 108 #define ALTENTRY(x) NENTRY(x)
  /src/sys/arch/i386/include/
asm.h 176 #define ALTENTRY(x) NENTRY(x)
  /src/sys/arch/m68k/include/
asm.h 124 * The m68k ALTENTRY macro is very different than the traditional
125 * implementation used by other NetBSD ports. Usually ALTENTRY
133 * Providing ENTRY2 and changing all the code that uses ALTENTRY
137 #define ALTENTRY(name, rname) ENTRY(name); jra rname+12
139 #define ALTENTRY(name, rname) _ENTRY(_C_LABEL(name))
  /src/sys/arch/vax/include/
asm.h 81 #define ALTENTRY(x) .globl _C_LABEL(x); _C_LABEL(x):
  /src/sys/arch/sh3/include/
asm.h 101 #define ALTENTRY(name) \
106 #define ALTENTRY(name) \
  /src/sys/arch/riscv/include/
asm.h 99 #define ALTENTRY(x) _ENTRY(x)

Completed in 241 milliseconds