Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c65 #define VALUE_MASK ((1 << VALUE_BITS) - 1) macro
623 enum reloc_value_formula formula = (r_type >> VALUE_SHIFT) & VALUE_MASK; in do_reloc()