trap_behaviour
static enum trap_behaviour get_behaviour(struct kvm_vcpu *vcpu,
enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY;
static enum trap_behaviour __compute_trap_behaviour(struct kvm_vcpu *vcpu,
enum trap_behaviour b)
static enum trap_behaviour compute_trap_behaviour(struct kvm_vcpu *vcpu,
enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY;
enum trap_behaviour b;
const enum trap_behaviour behaviour;
typedef enum trap_behaviour (*complex_condition_check)(struct kvm_vcpu *);
static enum trap_behaviour check_cnthctl_el1pcten(struct kvm_vcpu *vcpu)
static enum trap_behaviour check_cnthctl_el1pten(struct kvm_vcpu *vcpu)
static enum trap_behaviour check_cnthctl_el1nvpct(struct kvm_vcpu *vcpu)
static enum trap_behaviour check_cnthctl_el1nvvct(struct kvm_vcpu *vcpu)
static enum trap_behaviour check_cptr_tta(struct kvm_vcpu *vcpu)
static enum trap_behaviour check_mdcr_hpmn(struct kvm_vcpu *vcpu)