Home
last modified time | relevance | path

Searched defs:host_ctxt (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c165 static void handle___pkvm_vcpu_load(struct kvm_cpu_context *host_ctxt) in handle___pkvm_vcpu_load()
186 static void handle___pkvm_vcpu_put(struct kvm_cpu_context *host_ctxt) in handle___pkvm_vcpu_put()
198 static void handle___kvm_vcpu_run(struct kvm_cpu_context *host_ctxt) in handle___kvm_vcpu_run()
370 static void handle___kvm_adjust_pc(struct kvm_cpu_context *host_ctxt) in handle___kvm_adjust_pc()
401 handle___kvm_tlb_flush_vmid_range(struct kvm_cpu_context *host_ctxt) in handle___kvm_tlb_flush_vmid_range()
478 static void handle___pkvm_init(struct kvm_cpu_context *host_ctxt) in handle___pkvm_init()
546 static void handle___pkvm_init_vm(struct kvm_cpu_context *host_ctxt) in handle___pkvm_init_vm()
556 static void handle___pkvm_init_vcpu(struct kvm_cpu_context *host_ctxt) in handle___pkvm_init_vcpu()
614 static void handle_host_hcall(struct kvm_cpu_context *host_ctxt) in handle_host_hcall()
655 static void handle_host_smc(struct kvm_cpu_context *host_ctxt) in handle_host_smc()
[all …]
H A Dpsci-relay.c72 static unsigned long psci_forward(struct kvm_cpu_context *host_ctxt) in psci_forward()
107 static int psci_cpu_on(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_cpu_on()
151 static int psci_cpu_suspend(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_cpu_suspend()
179 static int psci_system_suspend(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_system_suspend()
206 struct kvm_cpu_context *host_ctxt; in __kvm_host_psci_cpu_entry() local
227 static unsigned long psci_0_1_handler(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_0_1_handler()
239 static unsigned long psci_0_2_handler(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_0_2_handler()
265 static unsigned long psci_1_0_handler(u64 func_id, struct kvm_cpu_context *host_ctxt) in psci_1_0_handler()
281 bool kvm_host_psci_handler(struct kvm_cpu_context *host_ctxt, u32 func_id) in kvm_host_psci_handler()
H A Dtlb.c24 struct kvm_cpu_context *host_ctxt; in enter_vmid_context() local
121 struct kvm_cpu_context *host_ctxt; in exit_vmid_context() local
H A Dswitch.c285 struct kvm_cpu_context *host_ctxt; in __kvm_vcpu_run() local
402 struct kvm_cpu_context *host_ctxt; in hyp_panic() local
H A Dsetup.c264 struct kvm_cpu_context *host_ctxt = host_data_ptr(host_ctxt); in __pkvm_init_finalise() local
H A Dffa.c792 bool kvm_host_ffa_handler(struct kvm_cpu_context *host_ctxt, u32 func_id) in kvm_host_ffa_handler()
H A Dmem_protect.c566 void handle_host_mem_abort(struct kvm_cpu_context *host_ctxt) in handle_host_mem_abort()
/linux-6.15/arch/arm64/kvm/hyp/vhe/
H A Dsysreg-sr.c194 struct kvm_cpu_context *host_ctxt; in __vcpu_load_switch_sysregs() local
255 struct kvm_cpu_context *host_ctxt; in __vcpu_put_switch_sysregs() local
H A Dswitch.c595 struct kvm_cpu_context *host_ctxt; in __kvm_vcpu_run_vhe() local
679 struct kvm_cpu_context *host_ctxt; in __hyp_call_panic() local
/linux-6.15/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h136 struct kvm_cpu_context *host_ctxt; in __debug_switch_to_guest_common() local
155 struct kvm_cpu_context *host_ctxt; in __debug_switch_to_host_common() local
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h659 struct kvm_cpu_context host_ctxt; member