File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -967,8 +967,6 @@ void kvm_arm_resume_guest(struct kvm *kvm);
967
967
#define kvm_call_hyp_nvhe (f , ...) f(__VA_ARGS__)
968
968
#endif /* __KVM_NVHE_HYPERVISOR__ */
969
969
970
- void force_vm_exit (const cpumask_t * mask );
971
-
972
970
int handle_exit (struct kvm_vcpu * vcpu , int exception_index );
973
971
void handle_exit_early (struct kvm_vcpu * vcpu , int exception_index );
974
972
@@ -1049,8 +1047,6 @@ static inline bool kvm_system_needs_idmapped_vectors(void)
1049
1047
return cpus_have_const_cap (ARM64_SPECTRE_V3A );
1050
1048
}
1051
1049
1052
- void kvm_arm_vcpu_ptrauth_trap (struct kvm_vcpu * vcpu );
1053
-
1054
1050
static inline void kvm_arch_sync_events (struct kvm * kvm ) {}
1055
1051
static inline void kvm_arch_sched_in (struct kvm_vcpu * vcpu , int cpu ) {}
1056
1052
@@ -1118,8 +1114,6 @@ static inline bool kvm_vm_is_protected(struct kvm *kvm)
1118
1114
return false;
1119
1115
}
1120
1116
1121
- void kvm_init_protected_traps (struct kvm_vcpu * vcpu );
1122
-
1123
1117
int kvm_arm_vcpu_finalize (struct kvm_vcpu * vcpu , int feature );
1124
1118
bool kvm_arm_vcpu_is_finalized (struct kvm_vcpu * vcpu );
1125
1119
Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ void vgic_v2_fold_lr_state(struct kvm_vcpu *vcpu);
199
199
void vgic_v2_populate_lr (struct kvm_vcpu * vcpu , struct vgic_irq * irq , int lr );
200
200
void vgic_v2_clear_lr (struct kvm_vcpu * vcpu , int lr );
201
201
void vgic_v2_set_underflow (struct kvm_vcpu * vcpu );
202
- void vgic_v2_set_npie (struct kvm_vcpu * vcpu );
203
202
int vgic_v2_has_attr_regs (struct kvm_device * dev , struct kvm_device_attr * attr );
204
203
int vgic_v2_dist_uaccess (struct kvm_vcpu * vcpu , bool is_write ,
205
204
int offset , u32 * val );
@@ -233,7 +232,6 @@ void vgic_v3_fold_lr_state(struct kvm_vcpu *vcpu);
233
232
void vgic_v3_populate_lr (struct kvm_vcpu * vcpu , struct vgic_irq * irq , int lr );
234
233
void vgic_v3_clear_lr (struct kvm_vcpu * vcpu , int lr );
235
234
void vgic_v3_set_underflow (struct kvm_vcpu * vcpu );
236
- void vgic_v3_set_npie (struct kvm_vcpu * vcpu );
237
235
void vgic_v3_set_vmcr (struct kvm_vcpu * vcpu , struct vgic_vmcr * vmcr );
238
236
void vgic_v3_get_vmcr (struct kvm_vcpu * vcpu , struct vgic_vmcr * vmcr );
239
237
void vgic_v3_enable (struct kvm_vcpu * vcpu );
You can’t perform that action at this time.
0 commit comments