Searched refs:uasm_il_bltz (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/mips/mm/ |
D | uasm.c | 559 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_bltz() function 565 UASM_EXPORT_SYMBOL(uasm_il_bltz);
|
D | tlbex.c | 824 uasm_il_bltz(p, r, tmp, label_vmalloc); in build_get_pmde64() 903 uasm_il_bltz(p, r, bvaddr, label_vmalloc_done); in build_get_pgd_vmalloc64() 1155 uasm_il_bltz(p, r, tmp, label_vmalloc); in build_fast_tlb_refill_handler() 1900 uasm_il_bltz(p, r, tmp, label_r3000_write_probe_fail); /* cp0 delay */ in build_r3000_tlb_reload_write() 2082 uasm_il_bltz(p, r, wr.r3, label_leave); in build_r4000_tlbchange_handler_head()
|
/linux-5.19.10/arch/mips/kernel/ |
D | pm-cps.c | 428 uasm_il_bltz(&p, &r, t0, lbl_secondary_cont); in cps_gen_entry_code()
|
/linux-5.19.10/arch/mips/include/asm/ |
D | uasm.h | 325 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
|