Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/riscv/include/
HDparam.h41 #define STACKALIGNBYTES (16 - 1) macro
42 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
/freebsd-14-stable/sys/arm64/include/
HDparam.h45 #define STACKALIGNBYTES (16 - 1) macro
46 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
/freebsd-14-stable/sys/arm/include/
HDparam.h51 #define STACKALIGNBYTES (8 - 1) macro
52 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES)
/freebsd-14-stable/sys/arm64/arm64/
HDgenassym.c41 STACKALIGNBYTES + 1));
54 ASSYM(PCB_SIZE, roundup2(sizeof(struct pcb), STACKALIGNBYTES + 1));
/freebsd-14-stable/sys/riscv/riscv/
HDgenassym.c88 ASSYM(TF_SIZE, roundup2(sizeof(struct trapframe), STACKALIGNBYTES + 1));
HDlocore.S240 addi sp, sp, -(PCB_SIZE + RISCV_BOOTPARAMS_SIZE) & ~STACKALIGNBYTES