Searched refs:UASM_i_LW (Results 1 – 2 of 2) sorted by relevance
/arch/mips/mm/ |
D | tlbex.c | 393 UASM_i_LW(p, 1, offsetof(struct tlb_reg_save, a), K0); in build_restore_work_registers() 394 UASM_i_LW(p, 2, offsetof(struct tlb_reg_save, b), K0); in build_restore_work_registers() 675 UASM_i_LW(p, 1, scratchpad_offset(0), 0); in build_restore_pagemask() 717 UASM_i_LW(p, tmp, 0, pmd); in build_is_huge_pte() 766 UASM_i_LW(p, pte, 0, ptr); /* Needed because SC killed our PTE */ in build_huge_handler_tail() 933 UASM_i_LW(p, 1, scratchpad_offset(0), 0); in build_get_pgd_vmalloc64() 1012 UASM_i_LW(p, ptr, 0, ptr); in build_get_ptep() 1018 UASM_i_LW(p, ptr, 0, ptr); in build_get_ptep() 1059 UASM_i_LW(p, tmp, 0, ptep); /* get even pte */ in build_update_entries() 1060 UASM_i_LW(p, ptep, sizeof(pte_t), ptep); /* get odd pte */ in build_update_entries() [all …]
|
/arch/mips/include/asm/ |
D | uasm.h | 203 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) macro 219 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) macro
|