Home
last modified time | relevance | path

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

/openbmc/qemu/include/user/
H A Dabitypes.h25 #define ABI_SHORT_ALIGNMENT 1 macro
38 #ifndef ABI_SHORT_ALIGNMENT
39 #define ABI_SHORT_ALIGNMENT 2 macro
51 typedef int16_t abi_short __attribute__ ((aligned(ABI_SHORT_ALIGNMENT)));
52 typedef uint16_t abi_ushort __attribute__((aligned(ABI_SHORT_ALIGNMENT)));
H A Dthunk.h162 return ABI_SHORT_ALIGNMENT; in thunk_type_align()