tlb_reg_save       72 arch/mips/mm/tlbex.c static struct tlb_reg_save handler_reg_save[NR_CPUS];
tlb_reg_save      374 arch/mips/mm/tlbex.c 		UASM_i_SLL(p, K0, K0, ilog2(sizeof(struct tlb_reg_save)));
tlb_reg_save      382 arch/mips/mm/tlbex.c 	UASM_i_SW(p, 1, offsetof(struct tlb_reg_save, a), K0);
tlb_reg_save      383 arch/mips/mm/tlbex.c 	UASM_i_SW(p, 2, offsetof(struct tlb_reg_save, b), K0);
tlb_reg_save      399 arch/mips/mm/tlbex.c 	UASM_i_LW(p, 1, offsetof(struct tlb_reg_save, a), K0);
tlb_reg_save      400 arch/mips/mm/tlbex.c 	UASM_i_LW(p, 2, offsetof(struct tlb_reg_save, b), K0);