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

  /src/sys/arch/amd64/stand/prekern/
trap.S 36 #define _ALIGN_TEXT ALIGN_TEXT
locore.S 37 #define _ALIGN_TEXT ALIGN_TEXT
  /src/sys/dev/nvmm/x86/
nvmm_x86_svmfunc.S 34 #define _ALIGN_TEXT ALIGN_TEXT
nvmm_x86_vmxfunc.S 34 #define _ALIGN_TEXT ALIGN_TEXT
  /src/sys/arch/amd64/include/
asm.h 64 #ifndef _ALIGN_TEXT
66 # define _ALIGN_TEXT .align 4
68 # define _ALIGN_TEXT .align 16
73 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
  /src/sys/arch/or1k/include/
asm.h 44 #ifndef _ALIGN_TEXT
45 # define _ALIGN_TEXT .align 4
54 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:
  /src/sys/arch/i386/include/
asm.h 86 #if !defined(_ALIGN_TEXT) && !defined(_KERNEL)
88 # define _ALIGN_TEXT .align 1
90 # define _ALIGN_TEXT .align 16
92 # define _ALIGN_TEXT .align 4
97 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
146 #define _ALIGN_TEXT ALIGN_TEXT
  /src/sys/arch/vax/include/
asm.h 62 #ifndef _ALIGN_TEXT
63 # define _ALIGN_TEXT .p2align 2
67 .text; _ALIGN_TEXT; .globl x; .type x@function; x: .word regs
  /src/sys/arch/sh3/include/
asm.h 58 #ifndef _ALIGN_TEXT
59 # define _ALIGN_TEXT .align 2
65 _ALIGN_TEXT ;\
72 _ALIGN_TEXT ;\
  /src/sys/arch/sh3/sh3/
exception_vector.S 48 #define _ALIGN_TEXT .align 5
  /src/sys/arch/arm/include/
asm.h 100 #ifndef _ALIGN_TEXT
101 # define _ALIGN_TEXT .align 2
121 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; \
124 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; \
145 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:
  /src/sys/arch/amd64/amd64/
cpufunc.S 46 #undef _ALIGN_TEXT
47 #define _ALIGN_TEXT .align 8
locore.S 149 #define _ALIGN_TEXT ALIGN_TEXT
1771 _ALIGN_TEXT
1802 _ALIGN_TEXT

Completed in 18 milliseconds