Searched refs:trap_behaviour (Results 1 – 1 of 1) sorted by relevance
17 enum trap_behaviour { enum26 const enum trap_behaviour behaviour;372 typedef enum trap_behaviour (*complex_condition_check)(struct kvm_vcpu *);397 static enum trap_behaviour check_cnthctl_el1pcten(struct kvm_vcpu *vcpu) in check_cnthctl_el1pcten()405 static enum trap_behaviour check_cnthctl_el1pten(struct kvm_vcpu *vcpu) in check_cnthctl_el1pten()1724 static enum trap_behaviour get_behaviour(struct kvm_vcpu *vcpu, in get_behaviour()1727 enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY; in get_behaviour()1737 static enum trap_behaviour __compute_trap_behaviour(struct kvm_vcpu *vcpu, in __compute_trap_behaviour()1739 enum trap_behaviour b) in __compute_trap_behaviour()1763 static enum trap_behaviour compute_trap_behaviour(struct kvm_vcpu *vcpu, in compute_trap_behaviour()[all …]