KVM
Functions
debug-sr.c File Reference
#include <hyp/debug-sr.h>
#include <linux/kvm_host.h>
#include <asm/kvm_hyp.h>
Include dependency graph for debug-sr.c:

Go to the source code of this file.

Functions

void __debug_switch_to_guest (struct kvm_vcpu *vcpu)
 
void __debug_switch_to_host (struct kvm_vcpu *vcpu)
 
u64 __kvm_get_mdcr_el2 (void)
 

Function Documentation

◆ __debug_switch_to_guest()

void __debug_switch_to_guest ( struct kvm_vcpu *  vcpu)

Definition at line 13 of file debug-sr.c.

14 {
16 }
static void __debug_switch_to_guest_common(struct kvm_vcpu *vcpu)
Definition: debug-sr.h:128
Here is the call graph for this function:

◆ __debug_switch_to_host()

void __debug_switch_to_host ( struct kvm_vcpu *  vcpu)

Definition at line 18 of file debug-sr.c.

19 {
21 }
static void __debug_switch_to_host_common(struct kvm_vcpu *vcpu)
Definition: debug-sr.h:147
Here is the call graph for this function:

◆ __kvm_get_mdcr_el2()

u64 __kvm_get_mdcr_el2 ( void  )

Definition at line 23 of file debug-sr.c.

24 {
25  return read_sysreg(mdcr_el2);
26 }