Searched refs:UASM_i_SW (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | tlbex.c | 377 UASM_i_SW(p, 1, offsetof(struct tlb_reg_save, a), K0); in build_get_work_registers() 378 UASM_i_SW(p, 2, offsetof(struct tlb_reg_save, b), K0); in build_get_work_registers() 767 UASM_i_SW(p, pte, 0, ptr); in build_huge_handler_tail() 1089 UASM_i_SW(p, scratch, scratchpad_offset(0), 0); in build_fast_tlb_refill_handler() 1111 UASM_i_SW(p, scratch, scratchpad_offset(0), 0); in build_fast_tlb_refill_handler() 1481 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd() 1484 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2); in build_setup_pgd() 1573 UASM_i_SW(p, pte, 0, ptr); in iPTE_SW()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | uasm.h | 214 # 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
|