Home
last modified time | relevance | path

Searched refs:uasm_il_bltz (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/mm/
H A Duasm.c559 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);
H A Dtlbex.c786 uasm_il_bltz(p, r, tmp, label_vmalloc); in build_get_pmde64()
865 uasm_il_bltz(p, r, bvaddr, label_vmalloc_done); in build_get_pgd_vmalloc64()
1101 uasm_il_bltz(p, r, tmp, label_vmalloc); in build_fast_tlb_refill_handler()
1847 uasm_il_bltz(p, r, tmp, label_r3000_write_probe_fail); /* cp0 delay */ in build_r3000_tlb_reload_write()
2029 uasm_il_bltz(p, r, wr.r3, label_leave); in build_r4000_tlbchange_handler_head()
/linux/arch/mips/kernel/
H A Dpm-cps.c422 uasm_il_bltz(&p, &r, GPR_T0, lbl_secondary_cont); in cps_gen_entry_code()
/linux/arch/mips/include/asm/
H A Duasm.h323 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);