Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c198 static const hcall_t host_hcall[] = { variable
245 if (unlikely(id < hcall_min || id >= ARRAY_SIZE(host_hcall))) in handle_host_hcall()
248 hfn = host_hcall[id]; in handle_host_hcall()