Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/
Demulate-nested.c17 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()
[all …]