Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c317 typedef void (*hcall_t)(struct kvm_cpu_context *); typedef
319 #define HANDLE_FUNC(x) [__KVM_HOST_SMCCC_FUNC_##x] = (hcall_t)handle_##x
321 static const hcall_t host_hcall[] = {
357 hcall_t hfn; in handle_host_hcall()