Searched refs:UASM_i_LL (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/mips/include/asm/ |
D | uasm.h | 214 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) macro 230 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) macro
|
/linux-5.19.10/arch/mips/mm/ |
D | tlbex.c | 1676 UASM_i_LL(p, pte, 0, ptr); in iPTE_LW()
|