Searched refs:__align_down (Results 1 – 7 of 7) sorted by relevance
23 #define rounddown2(x, y) __align_down(x, y) /* if y is power of two */
184 #define STACKALIGN(p) (__align_down(p, STACKALIGNBYTES + 1))
656 #define __align_down(x, y) __builtin_align_down(x, y) macro
126 pcb = (struct pcb *)__align_down(td2->td_kstack + in cpu_fork()
493 thread0.td_pcb = (struct pcb *)__align_down(thread0.td_kstack + in powerpc_init()
1085 pcb = (struct pcb *)__align_down(td->td_kstack + td->td_kstack_pages * in cpu_thread_alloc()
307 #define __align_down(x, y) __builtin_align_down(x, y) macro