Home
last modified time | relevance | path

Searched refs:uasm_rel_lo (Results 1 – 4 of 4) sorted by relevance

/arch/mips/mm/
Duasm.c402 int ISAFUNC(uasm_rel_lo)(long val) in ISAFUNC() argument
406 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_rel_lo));
429 if (ISAFUNC(uasm_rel_lo(addr))) { in ISAFUNC()
432 ISAFUNC(uasm_rel_lo(addr))); in ISAFUNC()
435 ISAFUNC(uasm_rel_lo(addr))); in ISAFUNC()
Dtlbex.c420 uasm_i_lw(&p, K1, uasm_rel_lo(pgdc), K1); in build_r3000_tlb_refill_handler()
824 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64()
827 uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pmde64()
860 single_insn_swpd = uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd); in build_get_pgd_vmalloc64()
875 if (uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd)) { in build_get_pgd_vmalloc64()
882 uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64()
884 uasm_i_daddiu(p, ptr, ptr, uasm_rel_lo(swpd)); in build_get_pgd_vmalloc64()
941 uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr); in build_get_pgde32()
1495 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd()
1498 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd()
[all …]
Dpage.c111 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
118 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
/arch/mips/include/asm/
Duasm.h188 int ISAFUNC(uasm_rel_lo)(long val);