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

Go to the source code of this file.

Functions

void __sysreg_save_state_nvhe (struct kvm_cpu_context *ctxt)
 
void __sysreg_restore_state_nvhe (struct kvm_cpu_context *ctxt)
 

Function Documentation

◆ __sysreg_restore_state_nvhe()

void __sysreg_restore_state_nvhe ( struct kvm_cpu_context *  ctxt)

Definition at line 29 of file sysreg-sr.c.

30 {
35 }
static void __sysreg_restore_common_state(struct kvm_cpu_context *ctxt)
Definition: sysreg-sr.h:89
static void __sysreg_restore_el1_state(struct kvm_cpu_context *ctxt)
Definition: sysreg-sr.h:100
static void __sysreg_restore_el2_return_state(struct kvm_cpu_context *ctxt)
Definition: sysreg-sr.h:186
static void __sysreg_restore_user_state(struct kvm_cpu_context *ctxt)
Definition: sysreg-sr.h:94
Here is the call graph for this function:
Here is the caller graph for this function:

◆ __sysreg_save_state_nvhe()

void __sysreg_save_state_nvhe ( struct kvm_cpu_context *  ctxt)

Definition at line 21 of file sysreg-sr.c.

22 {
27 }
static void __sysreg_save_el1_state(struct kvm_cpu_context *ctxt)
Definition: sysreg-sr.h:40
static void __sysreg_save_el2_return_state(struct kvm_cpu_context *ctxt)
Definition: sysreg-sr.h:75
static void __sysreg_save_common_state(struct kvm_cpu_context *ctxt)
Definition: sysreg-sr.h:19
static void __sysreg_save_user_state(struct kvm_cpu_context *ctxt)
Definition: sysreg-sr.h:24
Here is the call graph for this function:
Here is the caller graph for this function: