Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/mm/
Duasm.c545 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr) in uasm_insn_has_bdelay() function
556 UASM_EXPORT_SYMBOL(uasm_insn_has_bdelay);
Dtlbex.c1359 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1405 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1416 if (uasm_insn_has_bdelay(relocs, split)) in build_r4000_tlb_refill_handler()
/linux-6.6.21/arch/mips/include/asm/
Duasm.h311 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr);