Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dswitch_to.h21 extern void switch_booke_debug_regs(struct debug_reg *new_debug);
/Linux-v4.19/arch/powerpc/kvm/
Dbooke_emulate.c385 switch_booke_debug_regs(&vcpu->arch.dbg_reg); in kvmppc_booke_emulate_mtspr()
Dbooke.c785 switch_booke_debug_regs(&debug); in kvmppc_vcpu_run()
798 switch_booke_debug_regs(&debug); in kvmppc_vcpu_run()
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c711 void switch_booke_debug_regs(struct debug_reg *new_debug) in switch_booke_debug_regs() function
717 EXPORT_SYMBOL_GPL(switch_booke_debug_regs);
1193 switch_booke_debug_regs(&new->thread.debug); in __switch_to()