Home
last modified time | relevance | path

Searched refs:switch_booke_debug_regs (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/powerpc/include/asm/
Dswitch_to.h22 extern void switch_booke_debug_regs(struct debug_reg *new_debug);
/Linux-v6.6/arch/powerpc/kvm/
Dbooke_emulate.c374 switch_booke_debug_regs(&vcpu->arch.dbg_reg); in kvmppc_booke_emulate_mtspr()
Dbooke.c801 switch_booke_debug_regs(&debug); in kvmppc_vcpu_run()
814 switch_booke_debug_regs(&debug); in kvmppc_vcpu_run()
/Linux-v6.6/arch/powerpc/kernel/
Dprocess.c751 void switch_booke_debug_regs(struct debug_reg *new_debug) in switch_booke_debug_regs() function
757 EXPORT_SYMBOL_GPL(switch_booke_debug_regs);
1312 switch_booke_debug_regs(&new->thread.debug); in __switch_to()