Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dtlbex.c686 uasm_il_bnez(p, r, tmp, lid); in build_is_huge_pte()
784 uasm_il_bnez(p, r, ptr, label_vmalloc); in build_get_pmde64()
1077 uasm_il_bnez(p, r, scratch, label_vmalloc); in build_fast_tlb_refill_handler()
1281 uasm_il_bnez(&p, &r, GPR_K0, label_leave); in build_r4000_tlb_refill_handler()
1561 uasm_il_bnez(&p, &r, a1, label_tlbl_goaround1); in build_setup_pgd()
1732 uasm_il_bnez(p, r, t, lid); in build_pte_present()
1769 uasm_il_bnez(p, r, t, lid); in build_pte_writable()
2075 uasm_il_bnez(&p, &r, GPR_K0, label_leave); in build_r4000_tlb_load_handler()
2132 uasm_il_bnez(&p, &r, wr.r3, label_nopage_tlbl); in build_r4000_tlb_load_handler()
H A Duasm.c606 void uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_bnez() function
612 UASM_EXPORT_SYMBOL(uasm_il_bnez);
/linux/arch/mips/kernel/
H A Dsmp-cps.c67 uasm_il_bnez(&p, &r, GPR_K0, label_not_nmi); in mips_cps_build_core_entry()
/linux/arch/mips/include/asm/
H A Duasm.h326 void uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
/linux/arch/mips/kvm/
H A Dentry.c766 uasm_il_bnez(&p, &r, GPR_T0, label_return_to_host); in kvm_mips_build_ret_from_exit()