Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c236 cpu_reg(host_ctxt, 1) = ret; in handle___kvm_vcpu_run()
270 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_share_guest()
291 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_unshare_guest()
310 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_relax_perms_guest()
331 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_wrprotect_guest()
353 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_test_clear_young_guest()
371 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_mkyoung_guest()
446 __kvm_timer_set_cntvoff(cpu_reg(host_ctxt, 1)); in handle___kvm_timer_set_cntvoff()
460 cpu_reg(host_ctxt, 1) = __vgic_v3_get_gic_config(); in handle___vgic_v3_get_gic_config()
495 cpu_reg(host_ctxt, 1) = __pkvm_init(phys, size, nr_cpus, per_cpu_base, in handle___pkvm_init()
[all …]
H A Dpsci-relay.c74 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()
H A Dffa.c100 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()
104 cpu_reg(ctxt, 4) = res->a4; in ffa_set_retval()
105 cpu_reg(ctxt, 5) = res->a5; in ffa_set_retval()
106 cpu_reg(ctxt, 6) = res->a6; in ffa_set_retval()
107 cpu_reg(ctxt, 7) = res->a7; in ffa_set_retval()
126 cpu_reg(ctxt, 8) = res->a8; in ffa_set_retval()
127 cpu_reg(ctxt, 9) = res->a9; in ffa_set_retval()
[all …]
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2_fw.h12 static const struct cpu_reg cpu_reg_com = {
28 static const struct cpu_reg cpu_reg_cp = {
44 static const struct cpu_reg cpu_reg_rxp = {
60 static const struct cpu_reg cpu_reg_tpat = {
76 static const struct cpu_reg cpu_reg_txp = {
H A Dbnx2.h7015 struct cpu_reg { struct
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dnvidia,tegra20-cpufreq.txt30 cpu_reg: regulator0 {
53 cpu-supply = <&cpu_reg>;
/linux/drivers/cpufreq/
H A Dmediatek-cpufreq-hw.c375 struct regulator *cpu_reg; in mtk_cpufreq_hw_driver_probe() local
384 cpu_reg = devm_regulator_get(cpu_dev, "cpu"); in mtk_cpufreq_hw_driver_probe()
385 if (IS_ERR(cpu_reg)) in mtk_cpufreq_hw_driver_probe()
386 return dev_err_probe(&pdev->dev, PTR_ERR(cpu_reg), in mtk_cpufreq_hw_driver_probe()