Searched refs:cpu_reg (Results 1 – 5 of 5) sorted by relevance
| /arch/arm64/kvm/hyp/nvhe/ |
| A D | psci-relay.c | 74 return psci_call(cpu_reg(host_ctxt, 0), cpu_reg(host_ctxt, 1), in psci_forward() 75 cpu_reg(host_ctxt, 2), cpu_reg(host_ctxt, 3)); in psci_forward() 215 cpu_reg(host_ctxt, 0) = boot_args->r0; in __kvm_host_psci_cpu_entry() 303 cpu_reg(host_ctxt, 0) = ret; in kvm_host_psci_handler() 304 cpu_reg(host_ctxt, 1) = 0; in kvm_host_psci_handler() 305 cpu_reg(host_ctxt, 2) = 0; in kvm_host_psci_handler() 306 cpu_reg(host_ctxt, 3) = 0; in kvm_host_psci_handler()
|
| A D | hyp-main.c | 235 cpu_reg(host_ctxt, 1) = ret; in handle___kvm_vcpu_run() 269 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_share_guest() 290 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_unshare_guest() 309 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_relax_perms_guest() 330 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_wrprotect_guest() 352 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_test_clear_young_guest() 370 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_mkyoung_guest() 445 __kvm_timer_set_cntvoff(cpu_reg(host_ctxt, 1)); in handle___kvm_timer_set_cntvoff() 541 cpu_reg(host_ctxt, 1) = haddr; in handle___pkvm_create_private_mapping() 546 cpu_reg(host_ctxt, 1) = __pkvm_prot_finalize(); in handle___pkvm_prot_finalize() [all …]
|
| A D | ffa.c | 100 cpu_reg(ctxt, 0) = res->a0; in ffa_set_retval() 101 cpu_reg(ctxt, 1) = res->a1; in ffa_set_retval() 102 cpu_reg(ctxt, 2) = res->a2; in ffa_set_retval() 103 cpu_reg(ctxt, 3) = res->a3; in ffa_set_retval()
|
| A D | setup.c | 331 cpu_reg(host_ctxt, 1) = ret; in __pkvm_init_finalise()
|
| /arch/arm64/kvm/hyp/include/nvhe/ |
| A D | trap_handler.h | 14 #define cpu_reg(ctxt, r) (ctxt)->regs.regs[r] macro 16 type name = (type)cpu_reg(ctxt, (reg))
|
Completed in 108 milliseconds