Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/
H A Demulate-nested.c17 enum trap_behaviour { enum
30 const enum trap_behaviour behaviour;
491 static enum trap_behaviour check_cnthctl_el1pcten(struct kvm_vcpu *vcpu) in check_cnthctl_el1pcten()
499 static enum trap_behaviour check_cnthctl_el1pten(struct kvm_vcpu *vcpu) in check_cnthctl_el1pten()
533 static enum trap_behaviour check_cptr_tta(struct kvm_vcpu *vcpu) in check_cptr_tta()
546 static enum trap_behaviour check_mdcr_hpmn(struct kvm_vcpu *vcpu) in check_mdcr_hpmn()
2158 static enum trap_behaviour get_behaviour(struct kvm_vcpu *vcpu, in get_behaviour()
2161 enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY; in get_behaviour()
2173 enum trap_behaviour b) in __compute_trap_behaviour()
2200 enum trap_behaviour b = BEHAVE_HANDLE_LOCALLY; in compute_trap_behaviour()
[all …]