Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dtlbex.c715 uasm_il_bnez(p, r, tmp, lid); in build_is_huge_pte()
797 uasm_il_bnez(p, r, ptr, label_vmalloc); in build_get_pmde64()
1108 uasm_il_bnez(p, r, scratch, label_vmalloc); in build_fast_tlb_refill_handler()
1295 uasm_il_bnez(&p, &r, K0, label_leave); in build_r4000_tlb_refill_handler()
1477 uasm_il_bnez(&p, &r, a1, label_tlbl_goaround1); in build_setup_pgd()
1628 uasm_il_bnez(p, r, t, lid); in build_pte_present()
1659 uasm_il_bnez(p, r, t, lid); in build_pte_writable()
1949 uasm_il_bnez(&p, &r, K0, label_leave); in build_r4000_tlb_load_handler()
2007 uasm_il_bnez(&p, &r, wr.r3, label_nopage_tlbl); in build_r4000_tlb_load_handler()
Duasm.c556 void ISAFUNC(uasm_il_bnez)(u32 **p, struct uasm_reloc **r, unsigned int reg, in ISAFUNC() argument
562 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_il_bnez));
/linux-4.1.27/arch/mips/include/asm/
Duasm.h303 void uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);