Searched refs:uasm_il_bnez (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/mips/mm/ |
D | tlbex.c | 724 uasm_il_bnez(p, r, tmp, lid); in build_is_huge_pte() 822 uasm_il_bnez(p, r, ptr, label_vmalloc); in build_get_pmde64() 1131 uasm_il_bnez(p, r, scratch, label_vmalloc); in build_fast_tlb_refill_handler() 1335 uasm_il_bnez(&p, &r, K0, label_leave); in build_r4000_tlb_refill_handler() 1614 uasm_il_bnez(&p, &r, a1, label_tlbl_goaround1); in build_setup_pgd() 1785 uasm_il_bnez(p, r, t, lid); in build_pte_present() 1822 uasm_il_bnez(p, r, t, lid); in build_pte_writable() 2128 uasm_il_bnez(&p, &r, K0, label_leave); in build_r4000_tlb_load_handler() 2193 uasm_il_bnez(&p, &r, wr.r3, label_nopage_tlbl); in build_r4000_tlb_load_handler()
|
D | uasm.c | 606 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-5.19.10/arch/mips/include/asm/ |
D | uasm.h | 328 void uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
|
/linux-5.19.10/arch/mips/kvm/ |
D | entry.c | 819 uasm_il_bnez(&p, &r, T0, label_return_to_host); in kvm_mips_build_ret_from_exit()
|