Home
last modified time | relevance | path

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

/arch/mips/mm/
Dtlbex.c407 uasm_il_bltz(p, r, tmp, label_module_alloc); in build_get_pmde64()
409 uasm_il_bltz(p, r, tmp, label_vmalloc); in build_get_pmde64()
961 uasm_il_bltz(p, r, tmp, label_r3000_write_probe_fail); /* cp0 delay */ in build_r3000_tlb_reload_write()
Duasm.h176 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
Duasm.c534 uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) in uasm_il_bltz() function