Home
last modified time | relevance | path

Searched refs:ALIGN_DATA (Results 1 – 8 of 8) sorted by relevance

/src/sys/i386/acpica/
H A Dacpi_wakecode.S179 ALIGN_DATA
197 ALIGN_DATA
/src/sys/amd64/acpica/
H A Dacpi_wakecode.S247 ALIGN_DATA
282 ALIGN_DATA
/src/sys/i386/i386/
H A Dbioscall.S36 ALIGN_DATA
H A Dmpboot.S139 ALIGN_DATA /* just to be sure */
H A Dvm86bios.S41 ALIGN_DATA
H A Dlocore.S65 ALIGN_DATA /* just to be sure */
/src/sys/i386/include/
H A Dasmacros.h48 #define ALIGN_DATA .p2align 2 /* 4 byte alignment, zero filled */ macro
/src/sys/amd64/include/
H A Dasmacros.h59 #define ALIGN_DATA .p2align 3 /* 8 byte alignment, zero filled */ macro