Searched refs:STACKALIGNBYTES (Results 1 – 6 of 6) sorted by relevance
39 #define STACKALIGNBYTES (16 - 1) macro40 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
49 #define STACKALIGNBYTES (8 - 1) macro50 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES)
43 #define STACKALIGNBYTES (16 - 1) macro44 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
43 STACKALIGNBYTES + 1));59 ASSYM(PCB_SIZE, roundup2(sizeof(struct pcb), STACKALIGNBYTES + 1));
90 ASSYM(TF_SIZE, roundup2(sizeof(struct trapframe), STACKALIGNBYTES + 1));
245 addi sp, sp, -(PCB_SIZE + RISCV_BOOTPARAMS_SIZE) & ~STACKALIGNBYTES