Searched refs:IP2K_INSN_MASK (Results 1 – 2 of 2) sorted by relevance
1278 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE) in ip2k_final_link_relocate()1279 relocation &= ~IP2K_INSN_MASK; in ip2k_final_link_relocate()1311 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE) in ip2k_final_link_relocate()1312 relocation &= ~IP2K_INSN_MASK; in ip2k_final_link_relocate()1320 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE) in ip2k_final_link_relocate()1321 relocation &= ~IP2K_INSN_MASK; in ip2k_final_link_relocate()1329 if ((relocation & IP2K_INSN_MASK) == IP2K_INSN_VALUE) in ip2k_final_link_relocate()
55 #define IP2K_INSN_MASK 0xff000000 macro