Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dinternal.h34 #define FUNC_MASK(name, ret_type, size, max_val) \ macro
56 FUNC_MASK(MASK, target_ulong, 64, UINT64_MAX);
58 FUNC_MASK(MASK, target_ulong, 32, UINT32_MAX);
60 FUNC_MASK(mask_u32, uint32_t, 32, UINT32_MAX);
61 FUNC_MASK(mask_u64, uint64_t, 64, UINT64_MAX);
/openbmc/linux/arch/mips/mm/
H A Duasm.c41 #define FUNC_MASK 0x3f macro
138 WARN(arg & ~FUNC_MASK, KERN_WARNING "Micro-assembler field overflow\n"); in build_func()
140 return arg & FUNC_MASK; in build_func()