Searched refs:uasm_insn_has_bdelay (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | uasm.c | 544 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr) in uasm_insn_has_bdelay() function 555 UASM_EXPORT_SYMBOL(uasm_insn_has_bdelay); variable
|
H A D | tlbex.c | 1399 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler() 1445 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler() 1456 if (uasm_insn_has_bdelay(relocs, split)) in build_r4000_tlb_refill_handler()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | uasm.c | 545 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); variable
|
H A D | tlbex.c | 1359 && 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()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 306 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 311 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr);
|
Completed in 10 milliseconds