Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/custom/
H A Dcustom.s66 ALIGN
76 ALIGN
84 ALIGN
97 ALIGN
108 ALIGN
117 ALIGN
/xnu-8019.80.24/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-8019.80.24/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h59 #define ALIGN \
212 ALIGN ;\
227 ALIGN ;\
245 ALIGN ;\
260 ALIGN ;\
/xnu-8019.80.24/osfmk/arm64/
H A Dasm.h66 #define ALIGN 2
70 #define FALIGN ALIGN
/xnu-8019.80.24/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-8019.80.24/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-8019.80.24/osfmk/x86_64/
H A Dstart.s137 .align ALIGN
263 .align ALIGN
290 .align ALIGN
/xnu-8019.80.24/bsd/i386/
H A Dparam.h85 #define ALIGN(p) __DARWIN_ALIGN(p) macro
/xnu-8019.80.24/bsd/arm/
H A Dparam.h61 #define ALIGN(p) __DARWIN_ALIGN(p) macro
/xnu-8019.80.24/bsd/kern/
H A Dsys_generic.c1444 sz = ALIGN(sizeof(struct waitq_set)) + (count * sizeof(uint64_t)); in select_internal()
1471 seldata->wqp = (uint64_t *)((char *)(uth->uu_wqset) + ALIGN(sizeof(struct waitq_set))); in select_internal()
1472 bzero(seldata->wqp, sz - ALIGN(sizeof(struct waitq_set))); in select_internal()
H A Duipc_socket.c464 offset = ALIGN(offset); in cached_sock_alloc()
469 offset = ALIGN(offset); in cached_sock_alloc()