Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/include/asm/
Dkvm_hyp.h119 bool kvm_host_psci_handler(struct kvm_cpu_context *host_ctxt, u32 func_id);
/linux-6.14.4/arch/arm64/kvm/hyp/nvhe/
Dpsci-relay.c281 bool kvm_host_psci_handler(struct kvm_cpu_context *host_ctxt, u32 func_id) in kvm_host_psci_handler() function
Dhyp-main.c662 handled = kvm_host_psci_handler(host_ctxt, func_id); in handle_host_smc()