Searched refs:UASM_i_LW (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c322 UASM_i_LW(p, 1, offsetof(struct tlb_reg_save, a), K0);
323 UASM_i_LW(p, 2, offsetof(struct tlb_reg_save, b), K0);
616 UASM_i_LW(p, 1, scratchpad_offset(0), 0);
659 UASM_i_LW(p, tmp, 0, pmd);
709 UASM_i_LW(p, pte, 0, ptr); /* Needed because SC killed our PTE */
872 UASM_i_LW(p, 1, scratchpad_offset(0), 0);
975 UASM_i_LW(p, ptr, 0, ptr);
984 UASM_i_LW(p, ptr, 0, ptr);
990 UASM_i_LW(p, ptr, 0, ptr);
1033 UASM_i_LW(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Duasm.h161 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) macro
180 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) macro

Completed in 116 milliseconds