Searched refs:STACKALIGNBYTES (Results 1 – 8 of 8) sorted by relevance
41 STACKALIGNBYTES + 1));57 ASSYM(PCB_SIZE, roundup2(sizeof(struct pcb), STACKALIGNBYTES + 1));
182 #ifdef STACKALIGNBYTES183 #define STACKALIGN(p) (__align_down(p, STACKALIGNBYTES + 1))
61 #define TF_SIZE (roundup2(sizeof(struct trapframe), STACKALIGNBYTES + 1))
39 #define STACKALIGNBYTES (16 - 1) macro
43 #define STACKALIGNBYTES (16 - 1) macro
49 #define STACKALIGNBYTES (8 - 1) macro
46 #define STACKALIGNBYTES (16 - 1) macro
245 addi sp, sp, -(PCB_SIZE + RISCV_BOOTPARAMS_SIZE) & ~STACKALIGNBYTES