Home
last modified time | relevance | path

Searched refs:STACKALIGNBYTES (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dparam.h52 #define STACKALIGNBYTES (8 - 1) macro
53 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES)
/f-stack/freebsd/arm64/include/
H A Dparam.h42 #define STACKALIGNBYTES (16 - 1) macro
43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
/f-stack/freebsd/arm64/arm64/
H A Dgenassym.c42 STACKALIGNBYTES + 1));
60 ASSYM(PCB_SIZE, roundup2(sizeof(struct pcb), STACKALIGNBYTES + 1));