Lines Matching refs:trap_behaviour
17 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()
2393 enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY; in get_behaviour()
2403 static enum trap_behaviour __compute_trap_behaviour(struct kvm_vcpu *vcpu, in __compute_trap_behaviour()
2405 enum trap_behaviour b) in __compute_trap_behaviour()
2429 static enum trap_behaviour compute_trap_behaviour(struct kvm_vcpu *vcpu, in compute_trap_behaviour()
2432 enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY; in compute_trap_behaviour()
2478 enum trap_behaviour b; in triage_sysreg_trap()