Home
last modified time | relevance | path

Searched defs:ALIGN_TEXT (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/amd64/include/
HDasmacros.h57 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
59 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
/freebsd-11-stable/sys/i386/include/
HDasmacros.h49 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ macro
51 #define ALIGN_TEXT .p2align 2,0x90 /* 4-byte alignment, nop filled */ macro