Searched refs:FUNC_MASK (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/ppc/ |
| H A D | internal.h | 35 #define FUNC_MASK(name, ret_type, size, max_val) \ macro 57 FUNC_MASK(MASK, target_ulong, 64, UINT64_MAX); 59 FUNC_MASK(MASK, target_ulong, 32, UINT32_MAX); 61 FUNC_MASK(mask_u32, uint32_t, 32, UINT32_MAX); 62 FUNC_MASK(mask_u64, uint64_t, 64, UINT64_MAX);
|