Home
last modified time | relevance | path

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

/openbmc/qemu/include/user/
H A Dabitypes.h21 #define ABI_LLONG_ALIGNMENT 2 macro
28 #define ABI_LLONG_ALIGNMENT 4 macro
40 #ifndef ABI_LLONG_ALIGNMENT
41 #define ABI_LLONG_ALIGNMENT 8 macro
48 typedef int64_t abi_llong __attribute__((aligned(ABI_LLONG_ALIGNMENT)));
49 typedef uint64_t abi_ullong __attribute__((aligned(ABI_LLONG_ALIGNMENT)));
H A Dthunk.h175 return ABI_LLONG_ALIGNMENT; in thunk_type_align()