Home
last modified time | relevance | path

Searched refs:uasm_rel_lo (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/mm/
H A Duasm.c451 int uasm_rel_lo(long val) in uasm_rel_lo() function
455 UASM_EXPORT_SYMBOL(uasm_rel_lo); variable
478 if (uasm_rel_lo(addr)) { in UASM_i_LA()
481 uasm_rel_lo(addr)); in UASM_i_LA()
484 uasm_rel_lo(addr)); in UASM_i_LA()
H A Dtlbex.c425 uasm_i_lw(&p, K1, uasm_rel_lo(pgdc), K1); in build_r3000_tlb_refill_handler()
860 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64()
863 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64()
904 single_insn_swpd = uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd); in build_get_pgd_vmalloc64()
926 uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64()
928 uasm_i_daddiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64()
990 uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pgde32()
1643 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd()
1646 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd()
1924 uasm_i_lw(p, ptr, uasm_rel_lo(pgd in build_r3000_tlbchange_handler_head()
[all...]
H A Dpage.c109 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
116 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Duasm.c452 int uasm_rel_lo(long val) in uasm_rel_lo() function
456 UASM_EXPORT_SYMBOL(uasm_rel_lo); variable
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()
H A Dtlbex.c418 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(pgd in build_r3000_tlbchange_handler_head()
[all...]
H A Dpage.c110 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()
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dentry.c403 UASM_i_LW(&p, T2, uasm_rel_lo((long)&cpu_data[0].asid_mask), AT); in kvm_mips_build_enter_guest()
688 UASM_i_LW(&p, K0, uasm_rel_lo((long)&ebase), K0); in kvm_mips_build_exit()
799 uasm_i_lw(&p, K0, uasm_rel_lo((long)&hwrena), K0); in kvm_mips_build_exit()
945 uasm_i_lw(&p, K0, uasm_rel_lo((long)&hwrena), K0); in kvm_mips_build_ret_to_host()
/kernel/linux/linux-6.6/arch/mips/kvm/
H A Dentry.c381 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()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Duasm.h199 int uasm_rel_lo(long val);
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Duasm.h200 int uasm_rel_lo(long val);

Completed in 13 milliseconds