Searched refs:cpu_reg (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | hyp-main.c | 255 cpu_reg(host_ctxt, 1) = ret; in handle___kvm_vcpu_run() 284 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_donate_guest() 306 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_share_guest() 324 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_unshare_guest() 340 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_relax_perms_guest() 358 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_wrprotect_guest() 377 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_test_clear_young_guest() 392 cpu_reg(host_ctxt, 1) = ret; in handle___pkvm_host_mkyoung_guest() 463 __kvm_timer_set_cntvoff(cpu_reg(host_ctxt, 1)); in handle___kvm_timer_set_cntvoff() 477 cpu_reg(host_ctxt, 1) = __vgic_v3_get_gic_config(); in handle___vgic_v3_get_gic_config() [all …]
|
| H 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() 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 D | bnx2_fw.h | 12 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 D | bnx2.h | 7015 struct cpu_reg { struct
|
| /linux/Documentation/devicetree/bindings/cpufreq/ |
| H A D | nvidia,tegra20-cpufreq.txt | 30 cpu_reg: regulator0 { 53 cpu-supply = <&cpu_reg>;
|
| /linux/drivers/cpufreq/ |
| H A D | mediatek-cpufreq-hw.c | 375 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()
|