Searched refs:scratch_reg (Results 1 – 2 of 2) sorted by relevance
/arch/mips/mm/ |
D | tlbex.c | 346 static int scratch_reg; variable 354 if (scratch_reg >= 0) { in build_get_work_registers() 356 UASM_i_MTC0(p, 1, c0_kscratch(), scratch_reg); in build_get_work_registers() 388 if (scratch_reg >= 0) { in build_restore_work_registers() 389 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_restore_work_registers() 672 if (scratch_reg >= 0) in build_restore_pagemask() 673 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_restore_pagemask() 930 if (scratch_reg >= 0) in build_get_pgd_vmalloc64() 931 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_get_pgd_vmalloc64() 1275 if (IS_ENABLED(CONFIG_64BIT) && (scratch_reg >= 0 || scratchpad_available()) && use_bbit_insns()) { in build_r4000_tlb_refill_handler() [all …]
|
/arch/x86/kernel/ |
D | uprobes.c | 467 scratch_reg(struct arch_uprobe *auprobe, struct pt_regs *regs) in scratch_reg() function 484 unsigned long *sr = scratch_reg(auprobe, regs); in riprel_pre_xol() 495 unsigned long *sr = scratch_reg(auprobe, regs); in riprel_post_xol()
|