Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c17 enum trap_behaviour { enum
26 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()
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()
1766 enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY; in compute_trap_behaviour()
[all …]