Home
last modified time | relevance | path

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

/linux/arch/mips/net/
H A Dbpf_jit_comp.h59 #define MIPS_JMP_MASK 0x0fffffffUL macro
H A Dbpf_jit_comp.c178 if ((addr ^ pc) & ~MIPS_JMP_MASK) in get_target()
181 return addr & MIPS_JMP_MASK; in get_target()