Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Djump_label.c36 #define J_ALIGN_MASK ((1ul << J_RANGE_SHIFT) - 1) macro
48 BUG_ON((e->target & J_ALIGN_MASK) != J_ISA_BIT); in arch_jump_label_transform()