Home
last modified time | relevance | path

Searched refs:ALIGN_TEXT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h49 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
51 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
55 #define GEN_ENTRY(name) ALIGN_TEXT; .globl CNAME(name); \
106 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
110 #define MCOUNT_LABEL(name) GEN_ENTRY(name) ; nop ; ALIGN_TEXT
149 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \
/illumos-gate/usr/src/compat/bhyve/amd64/machine/
H A Dasmacros.h28 #define ALIGN_TEXT \ macro
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Damd64_tramp.S58 ALIGN_TEXT