Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dparam.h39 #define STACKALIGNBYTES (16 - 1) macro
40 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
/freebsd/sys/arm/include/
H A Dparam.h49 #define STACKALIGNBYTES (8 - 1) macro
50 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES)
/freebsd/sys/arm64/include/
H A Dparam.h43 #define STACKALIGNBYTES (16 - 1) macro
44 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
/freebsd/sys/arm64/arm64/
H A Dgenassym.c43 STACKALIGNBYTES + 1));
59 ASSYM(PCB_SIZE, roundup2(sizeof(struct pcb), STACKALIGNBYTES + 1));
/freebsd/sys/riscv/riscv/
H A Dgenassym.c90 ASSYM(TF_SIZE, roundup2(sizeof(struct trapframe), STACKALIGNBYTES + 1));
H A Dlocore.S245 addi sp, sp, -(PCB_SIZE + RISCV_BOOTPARAMS_SIZE) & ~STACKALIGNBYTES