Home
last modified time | relevance | path

Searched refs:UASM_i_SW (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/mm/
Dtlbex.c376 UASM_i_SW(p, 1, offsetof(struct tlb_reg_save, a), K0); in build_get_work_registers()
377 UASM_i_SW(p, 2, offsetof(struct tlb_reg_save, b), K0); in build_get_work_registers()
760 UASM_i_SW(p, pte, 0, ptr); in build_huge_handler_tail()
1104 UASM_i_SW(p, scratch, scratchpad_offset(0), 0); in build_fast_tlb_refill_handler()
1126 UASM_i_SW(p, scratch, scratchpad_offset(0), 0); in build_fast_tlb_refill_handler()
1496 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd()
1499 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd()
1588 UASM_i_SW(p, pte, 0, ptr); in iPTE_SW()
/linux-4.1.27/arch/mips/include/asm/
Duasm.h214 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sd(buf, rs, rt, off) macro
230 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sw(buf, rs, rt, off) macro