Searched refs:STACKALIGNBYTES (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/riscv/include/
H A Dparam.h42 #define STACKALIGNBYTES (16 - 1) macro
43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
/freebsd-11-stable/sys/arm/include/
H A Dparam.h50 #define STACKALIGNBYTES (8 - 1) macro
51 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES)
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h42 #define STACKALIGNBYTES (16 - 1) macro
43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
/freebsd-11-stable/sys/arm64/arm64/
H A Dgenassym.c48 ASSYM(PCB_SIZE, roundup2(sizeof(struct pcb), STACKALIGNBYTES + 1));

Completed in 102 milliseconds