Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 10 of 10) sorted by relevance

/xnu-8792.41.9/libsyscall/custom/
H A Dcustom.s66 ALIGN
76 ALIGN
84 ALIGN
97 ALIGN
108 ALIGN
117 ALIGN
/xnu-8792.41.9/osfmk/i386/
H A Dasm.h97 #define ALIGN 4,0x90
101 #define FALIGN ALIGN
154 .align ALIGN;\
187 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
243 #define Gcall(func) call *9f; .data; .align ALIGN; 9: .long func; .text
247 #define Gaddr(to,lab) movl 9f,to; .data; .align ALIGN; 9: .long lab; .text
248 #define Gcmp(lab,reg) cmpl reg,9f; .data; .align ALIGN; 9: .long lab; .text
249 #define Gmemload(lab,reg) movl 9f,reg; movl (reg),reg; .data; .align ALIGN; 9: .long lab; .text
250 #define Gmemstore(reg,lab,tmp) movl 9f,tmp; movl reg,(tmp); .data; .align ALIGN; 9: .long lab; .text
/xnu-8792.41.9/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h59 #define ALIGN \
212 ALIGN ;\
227 ALIGN ;\
245 ALIGN ;\
260 ALIGN ;\
/xnu-8792.41.9/osfmk/arm/
H A Dasm.h70 #define ALIGN 2 macro
74 #define FALIGN ALIGN
139 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
/xnu-8792.41.9/osfmk/arm64/
H A Dasm.h66 #define ALIGN 2
70 #define FALIGN ALIGN
/xnu-8792.41.9/tests/
H A Drecvmsg_x_test.c100 T_QUIET; T_ASSERT_NOTNULL(cmsgBuf = calloc(numMsg, ALIGN(cmsgLen)), "cmsgBuf calloc()"); in recvPackets_x()
116 msg->msg_control = cmsgBuf + (i * ALIGN(cmsgLen)); in recvPackets_x()
/xnu-8792.41.9/osfmk/x86_64/
H A Dstart.s137 .align ALIGN
263 .align ALIGN
290 .align ALIGN
/xnu-8792.41.9/bsd/i386/
H A Dparam.h85 #define ALIGN(p) __DARWIN_ALIGN(p) macro
/xnu-8792.41.9/bsd/arm/
H A Dparam.h61 #define ALIGN(p) __DARWIN_ALIGN(p) macro
/xnu-8792.41.9/bsd/kern/
H A Duipc_socket.c464 offset = ALIGN(offset); in cached_sock_alloc()
469 offset = ALIGN(offset); in cached_sock_alloc()