#include <asm/kvm_host.h>
Go to the source code of this file.
|
#define | cpu_reg(ctxt, r) (ctxt)->regs.regs[r] |
|
#define | DECLARE_REG(type, name, ctxt, reg) type name = (type)cpu_reg(ctxt, (reg)) |
|
◆ cpu_reg
#define cpu_reg |
( |
|
ctxt, |
|
|
|
r |
|
) |
| (ctxt)->regs.regs[r] |
◆ DECLARE_REG
#define DECLARE_REG |
( |
|
type, |
|
|
|
name, |
|
|
|
ctxt, |
|
|
|
reg |
|
) |
| type name = (type)cpu_reg(ctxt, (reg)) |
◆ __pkvm_vcpu_init_traps()
void __pkvm_vcpu_init_traps |
( |
struct kvm_vcpu * |
vcpu | ) |
|
Definition at line 205 of file pkvm.c.
static void pvm_init_traps_aa64pfr1(struct kvm_vcpu *vcpu)
static void pvm_init_traps_aa64mmfr1(struct kvm_vcpu *vcpu)
static void pvm_init_traps_aa64pfr0(struct kvm_vcpu *vcpu)
static void pvm_init_trap_regs(struct kvm_vcpu *vcpu)
static void pvm_init_traps_aa64dfr0(struct kvm_vcpu *vcpu)
static void pvm_init_traps_aa64mmfr0(struct kvm_vcpu *vcpu)