Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mm/
Duasm.c495 int ISAFUNC(uasm_insn_has_bdelay)(struct uasm_reloc *rel, u32 *addr) in ISAFUNC() argument
506 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_insn_has_bdelay));
Dtlbex.c1338 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1384 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1395 if (uasm_insn_has_bdelay(relocs, split)) in build_r4000_tlb_refill_handler()
/linux-4.4.14/arch/mips/include/asm/
Duasm.h286 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr);