Searched defs:STACKALIGN (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/arch/aarch64/machine/
H A Dparam.h43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
/barrelfish-master/include/arch/arm/machine/
H A Dparam.h51 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro

Completed in 83 milliseconds