Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
Dparam.h84 #define STACKALIGNBYTES (8 - 1) macro
85 #define STACKALIGN(p) ((u_int)(p) &~ STACKALIGNBYTES)
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Dparam.h97 #define STACKALIGNBYTES (8 - 1) macro
98 #define STACKALIGN(p) ((u_int)(p) &~ STACKALIGNBYTES)