Home
last modified time | relevance | path

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

/src/sys/arm64/arm64/
H A Dgenassym.c41 STACKALIGNBYTES + 1));
57 ASSYM(PCB_SIZE, roundup2(sizeof(struct pcb), STACKALIGNBYTES + 1));
/src/sys/sys/
H A Dparam.h182 #ifdef STACKALIGNBYTES
183 #define STACKALIGN(p) (__align_down(p, STACKALIGNBYTES + 1))
/src/sys/riscv/include/
H A Dframe.h61 #define TF_SIZE (roundup2(sizeof(struct trapframe), STACKALIGNBYTES + 1))
H A Dparam.h39 #define STACKALIGNBYTES (16 - 1) macro
/src/sys/arm64/include/
H A Dparam.h43 #define STACKALIGNBYTES (16 - 1) macro
/src/sys/arm/include/
H A Dparam.h49 #define STACKALIGNBYTES (8 - 1) macro
/src/sys/amd64/include/
H A Dparam.h46 #define STACKALIGNBYTES (16 - 1) macro
/src/sys/riscv/riscv/
H A Dlocore.S245 addi sp, sp, -(PCB_SIZE + RISCV_BOOTPARAMS_SIZE) & ~STACKALIGNBYTES