Searched refs:uasm_il_bnez (Results 1 – 4 of 4) sorted by relevance
/arch/mips/mm/ |
D | tlbex.c | 727 uasm_il_bnez(p, r, tmp, lid); in build_is_huge_pte() 825 uasm_il_bnez(p, r, ptr, label_vmalloc); in build_get_pmde64() 1134 uasm_il_bnez(p, r, scratch, label_vmalloc); in build_fast_tlb_refill_handler() 1337 uasm_il_bnez(&p, &r, K0, label_leave); in build_r4000_tlb_refill_handler() 1615 uasm_il_bnez(&p, &r, a1, label_tlbl_goaround1); in build_setup_pgd() 1786 uasm_il_bnez(p, r, t, lid); in build_pte_present() 1823 uasm_il_bnez(p, r, t, lid); in build_pte_writable() 2129 uasm_il_bnez(&p, &r, K0, label_leave); in build_r4000_tlb_load_handler() 2195 uasm_il_bnez(&p, &r, wr.r3, label_nopage_tlbl); in build_r4000_tlb_load_handler()
|
D | uasm.c | 605 void uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_bnez() function 611 UASM_EXPORT_SYMBOL(uasm_il_bnez);
|
/arch/mips/kvm/ |
D | entry.c | 374 uasm_il_bnez(&p, &r, T0, label_kernel_asid); in kvm_mips_build_enter_guest() 846 uasm_il_bnez(&p, &r, T0, label_return_to_host); in kvm_mips_build_ret_from_exit()
|
/arch/mips/include/asm/ |
D | uasm.h | 323 void uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
|