Searched refs:uasm_rel_lo (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/mips/mm/ |
D | uasm.c | 452 int uasm_rel_lo(long val) in uasm_rel_lo() function 456 UASM_EXPORT_SYMBOL(uasm_rel_lo); 479 if (uasm_rel_lo(addr)) { in UASM_i_LA() 482 uasm_rel_lo(addr)); in UASM_i_LA() 485 uasm_rel_lo(addr)); in UASM_i_LA()
|
D | tlbex.c | 418 uasm_i_lw(&p, K1, uasm_rel_lo(pgdc), K1); in build_r3000_tlb_refill_handler() 834 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64() 837 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64() 878 single_insn_swpd = uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd); in build_get_pgd_vmalloc64() 900 uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64() 902 uasm_i_daddiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64() 964 uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pgde32() 1603 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd() 1606 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd() 1884 uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr); in build_r3000_tlbchange_handler_head() [all …]
|
D | page.c | 110 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu() 117 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
|
/linux-6.1.9/arch/mips/kvm/ |
D | entry.c | 381 UASM_i_LW(&p, T2, uasm_rel_lo((long)&cpu_data[0].asid_mask), AT); in kvm_mips_build_enter_guest() 651 UASM_i_LW(&p, K0, uasm_rel_lo((long)&ebase), K0); in kvm_mips_build_exit() 760 uasm_i_lw(&p, K0, uasm_rel_lo((long)&hwrena), K0); in kvm_mips_build_exit() 906 uasm_i_lw(&p, K0, uasm_rel_lo((long)&hwrena), K0); in kvm_mips_build_ret_to_host()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | uasm.h | 200 int uasm_rel_lo(long val);
|