Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Demulate-nested.c17 enum trap_behaviour { enum
30 const enum trap_behaviour behaviour;
483 typedef enum trap_behaviour (*complex_condition_check)(struct kvm_vcpu *);
508 static enum trap_behaviour check_cnthctl_el1pcten(struct kvm_vcpu *vcpu) in check_cnthctl_el1pcten()
516 static enum trap_behaviour check_cnthctl_el1pten(struct kvm_vcpu *vcpu) in check_cnthctl_el1pten()
532 static enum trap_behaviour check_cnthctl_el1nvpct(struct kvm_vcpu *vcpu) in check_cnthctl_el1nvpct()
541 static enum trap_behaviour check_cnthctl_el1nvvct(struct kvm_vcpu *vcpu) in check_cnthctl_el1nvvct()
550 static enum trap_behaviour check_cptr_tta(struct kvm_vcpu *vcpu) in check_cptr_tta()
563 static enum trap_behaviour check_mdcr_hpmn(struct kvm_vcpu *vcpu) in check_mdcr_hpmn()
2390 static enum trap_behaviour get_behaviour(struct kvm_vcpu *vcpu, in get_behaviour()
[all …]