Home
last modified time | relevance | path

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

/openbmc/qemu/include/user/
H A Dabitypes.h20 #define ABI_LONG_ALIGNMENT 2 macro
37 #ifndef ABI_LONG_ALIGNMENT
38 #define ABI_LONG_ALIGNMENT (TARGET_ABI_BITS / 8) macro
52 typedef uint32_t abi_ulong __attribute__((aligned(ABI_LONG_ALIGNMENT)));
53 typedef int32_t abi_long __attribute__((aligned(ABI_LONG_ALIGNMENT)));
64 typedef target_ulong abi_ulong __attribute__((aligned(ABI_LONG_ALIGNMENT)));
65 typedef target_long abi_long __attribute__((aligned(ABI_LONG_ALIGNMENT)));
H A Dthunk.h184 return ABI_LONG_ALIGNMENT; in thunk_type_align()