Home
last modified time | relevance | path

Searched refs:__align_down (Results 1 – 7 of 7) sorted by relevance

/src/sys/sys/
H A D_param.h23 #define rounddown2(x, y) __align_down(x, y) /* if y is power of two */
H A Dparam.h184 #define STACKALIGN(p) (__align_down(p, STACKALIGNBYTES + 1))
H A Dcdefs.h656 #define __align_down(x, y) __builtin_align_down(x, y) macro
/src/sys/powerpc/powerpc/
H A Dvm_machdep.c126 pcb = (struct pcb *)__align_down(td2->td_kstack + in cpu_fork()
H A Dmachdep.c493 thread0.td_pcb = (struct pcb *)__align_down(thread0.td_kstack + in powerpc_init()
H A Dexec_machdep.c1085 pcb = (struct pcb *)__align_down(td->td_kstack + td->td_kstack_pages * in cpu_thread_alloc()
/src/tools/build/cross-build/include/common/sys/
H A Dcdefs.h307 #define __align_down(x, y) __builtin_align_down(x, y) macro