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

  /src/sys/arch/amd64/stand/prekern/
trap.S 35 #define ALIGN_TEXT .align 16,0x90
36 #define _ALIGN_TEXT ALIGN_TEXT
locore.S 36 #define ALIGN_TEXT .align 16,0x90
37 #define _ALIGN_TEXT ALIGN_TEXT
  /src/sys/arch/amd64/amd64/
spl.S 71 #define ALIGN_TEXT .align 16,0x90
vector.S 74 #define ALIGN_TEXT .align 16,0x90
amd64_trap.S 72 #define ALIGN_TEXT .align 16,0x90
locore.S 148 #define ALIGN_TEXT .align 16,0x90
149 #define _ALIGN_TEXT ALIGN_TEXT
  /src/sys/dev/nvmm/x86/
nvmm_x86_svmfunc.S 33 #define ALIGN_TEXT .align 16,0x90
34 #define _ALIGN_TEXT ALIGN_TEXT
nvmm_x86_vmxfunc.S 33 #define ALIGN_TEXT .align 16,0x90
34 #define _ALIGN_TEXT ALIGN_TEXT
  /src/sys/arch/i386/include/
asm.h 109 ALIGN_TEXT; .globl X ## name; .type X ## name,@function; X ## name:
114 ALIGN_TEXT; .globl X/**/name; .type X/**/name,@function; X/**/name:
121 ALIGN_TEXT; .globl _X ## name; .type _X ## name,@function; _X ## name:
126 ALIGN_TEXT; .globl _X/**/name; .type _X/**/name,@function; _X/**/name:
134 #define ALIGN_TEXT .align 4 /* 4-byte boundaries */
138 #define ALIGN_TEXT .align 16 /* 16-byte boundaries */
142 #define ALIGN_TEXT .align 4 /* 16-byte boundaries */
146 #define _ALIGN_TEXT ALIGN_TEXT

Completed in 17 milliseconds