Lines Matching refs:trap_behaviour
17 enum trap_behaviour { enum
26 const enum trap_behaviour behaviour;
447 typedef enum trap_behaviour (*complex_condition_check)(struct kvm_vcpu *);
472 static enum trap_behaviour check_cnthctl_el1pcten(struct kvm_vcpu *vcpu) in check_cnthctl_el1pcten()
480 static enum trap_behaviour check_cnthctl_el1pten(struct kvm_vcpu *vcpu) in check_cnthctl_el1pten()
488 static enum trap_behaviour check_cptr_tta(struct kvm_vcpu *vcpu) in check_cptr_tta()
2069 static enum trap_behaviour get_behaviour(struct kvm_vcpu *vcpu, in get_behaviour()
2072 enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY; in get_behaviour()
2082 static enum trap_behaviour __compute_trap_behaviour(struct kvm_vcpu *vcpu, in __compute_trap_behaviour()
2084 enum trap_behaviour b) in __compute_trap_behaviour()
2108 static enum trap_behaviour compute_trap_behaviour(struct kvm_vcpu *vcpu, in compute_trap_behaviour()
2111 enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY; in compute_trap_behaviour()
2176 enum trap_behaviour b; in triage_sysreg_trap()