arch/mips/mm/tlbex.c
352
UASM_i_SLL(p, GPR_K0, GPR_K0, ilog2(sizeof(struct tlb_reg_save)));
arch/mips/mm/tlbex.c
360
UASM_i_SW(p, 1, offsetof(struct tlb_reg_save, a), GPR_K0);
arch/mips/mm/tlbex.c
361
UASM_i_SW(p, 2, offsetof(struct tlb_reg_save, b), GPR_K0);
arch/mips/mm/tlbex.c
377
UASM_i_LW(p, 1, offsetof(struct tlb_reg_save, a), GPR_K0);
arch/mips/mm/tlbex.c
378
UASM_i_LW(p, 2, offsetof(struct tlb_reg_save, b), GPR_K0);
arch/mips/mm/tlbex.c
73
static struct tlb_reg_save handler_reg_save[NR_CPUS];