HomeSort by relevance Sort by last modified time
    Searched refs:STACKALIGNBYTES (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
param.h 84 #define STACKALIGNBYTES (8 - 1)
85 #define STACKALIGN(p) ((u_int)(p) &~ STACKALIGNBYTES)
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
param.h 97 #define STACKALIGNBYTES (8 - 1)
98 #define STACKALIGN(p) ((u_int)(p) &~ STACKALIGNBYTES)

Completed in 69 milliseconds