| /linux/arch/riscv/kvm/ |
| H A D | vcpu_sbi_base.c | 21 unsigned long *out_val = &retdata->out_val; in kvm_sbi_ext_base_handler() local 25 *out_val = (KVM_SBI_VERSION_MAJOR << in kvm_sbi_ext_base_handler() 30 *out_val = KVM_SBI_IMPID; in kvm_sbi_ext_base_handler() 33 *out_val = LINUX_VERSION_CODE; in kvm_sbi_ext_base_handler() 47 *out_val = sbi_ext && sbi_ext->probe ? in kvm_sbi_ext_base_handler() 52 *out_val = vcpu->arch.mvendorid; in kvm_sbi_ext_base_handler() 55 *out_val = vcpu->arch.marchid; in kvm_sbi_ext_base_handler() 58 *out_val = vcpu->arch.mimpid; in kvm_sbi_ext_base_handler()
|
| H A D | vcpu_sbi_hsm.c | 97 retdata->out_val = ret; in kvm_sbi_ext_hsm_handler()
|
| H A D | vcpu_sbi.c | 595 .out_val = 0, in kvm_riscv_vcpu_sbi_ecall() 647 cp->a1 = sbi_ret.out_val; in kvm_riscv_vcpu_sbi_ecall()
|
| H A D | vcpu_sbi_fwft.c | 336 ret = kvm_sbi_fwft_get(vcpu, cp->a0, &retdata->out_val); in kvm_sbi_ext_fwft_handler()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | mmap.c | 93 CHECK_FAIL(bss_data->out_val); in test_mmap() 95 CHECK_FAIL(skel->bss->out_val); in test_mmap() 112 CHECK_FAIL(bss_data->out_val != 123); in test_mmap() 114 CHECK_FAIL(skel->bss->out_val != 123); in test_mmap() 190 CHECK_FAIL(bss_data->out_val != 321); in test_mmap() 192 CHECK_FAIL(skel->bss->out_val != 321); in test_mmap() 242 CHECK_FAIL(bss_data->out_val != 321); in test_mmap() 244 CHECK_FAIL(skel->bss->out_val != 321); in test_mmap()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_mmio.c | 283 u32 timeout_us, u32 *out_val, bool atomic, bool expect_match) in __xe_mmio_wait32() argument 329 if (out_val) in __xe_mmio_wait32() 330 *out_val = read; in __xe_mmio_wait32() 355 u32 *out_val, bool atomic) in xe_mmio_wait32() argument 357 return __xe_mmio_wait32(mmio, reg, mask, val, timeout_us, out_val, atomic, true); in xe_mmio_wait32() 374 u32 *out_val, bool atomic) in xe_mmio_wait32_not() argument 376 return __xe_mmio_wait32(mmio, reg, mask, val, timeout_us, out_val, atomic, false); in xe_mmio_wait32_not()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_mmap.c | 25 __u64 out_val = 0; variable 33 out_val = in_val; in test_mmap()
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | sbi_pmu_test.c | 252 long out_val = 0; in verify_sbi_requirement_assert() local 255 probe = guest_sbi_probe_extension(SBI_EXT_PMU, &out_val); in verify_sbi_requirement_assert() 256 GUEST_ASSERT(probe && out_val == 1); in verify_sbi_requirement_assert() 434 long out_val = 0; in test_pmu_basic_sanity() local 440 probe = guest_sbi_probe_extension(SBI_EXT_PMU, &out_val); in test_pmu_basic_sanity() 441 GUEST_ASSERT(probe && out_val == 1); in test_pmu_basic_sanity()
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | debugfs.c | 176 static int send_ec_cmd(struct wilco_ec_device *ec, u8 sub_cmd, u8 *out_val) in send_ec_cmd() argument 199 *out_val = rs.val; in send_ec_cmd()
|
| /linux/tools/testing/selftests/kvm/include/riscv/ |
| H A D | sbi.h | 129 bool guest_sbi_probe_extension(int extid, long *out_val);
|
| /linux/arch/riscv/include/asm/ |
| H A D | kvm_vcpu_sbi.h | 30 unsigned long out_val; member
|
| H A D | kvm_aia.h | 134 unsigned long *out_val);
|
| /linux/tools/testing/selftests/kvm/lib/riscv/ |
| H A D | processor.c | 504 bool guest_sbi_probe_extension(int extid, long *out_val) in guest_sbi_probe_extension() 517 if (out_val) in get_host_sbi_spec_version() 518 *out_val = ret.value; 488 guest_sbi_probe_extension(int extid,long * out_val) guest_sbi_probe_extension() argument
|
| /linux/drivers/iio/light/ |
| H A D | gp2ap020a00f.c | 966 int i, out_val, ret; in gp2ap020a00f_trigger_handler() local 977 out_val = le16_to_cpup((__le16 *)&priv->buffer[d_size]); in gp2ap020a00f_trigger_handler() 978 gp2ap020a00f_output_to_lux(priv, &out_val); in gp2ap020a00f_trigger_handler() 980 put_unaligned_le32(out_val, &priv->buffer[d_size]); in gp2ap020a00f_trigger_handler()
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | hif.h | 163 u32 *out_val);
|
| H A D | hif.c | 1389 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac, u32 *out_val) in wilc_get_inactive_time() argument 1411 wid.val = (s8 *)out_val; in wilc_get_inactive_time()
|
| /linux/tools/perf/arch/arm/util/ |
| H A D | cs-etm.c | 614 __u64 *out_val) in cs_etm_get_ro_signed() argument 629 *out_val = (__u64) val; in cs_etm_get_ro_signed()
|
| /linux/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 537 goto out_val; in event_to_attr() 546 out_val: in event_to_attr()
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-dfll.c | 615 static u32 dfll_set_force_output_value(struct tegra_dfll *td, u8 out_val) in dfll_set_force_output_value() argument 619 val = (val & DFLL_OUTPUT_FORCE_ENABLE) | (out_val & OUT_MASK); in dfll_set_force_output_value()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 5172 u32 out_val[3]; in fec_enet_init_stop_mode() local 5179 ret = of_property_read_u32_array(np, "fsl,stop-mode", out_val, in fec_enet_init_stop_mode() 5180 ARRAY_SIZE(out_val)); in fec_enet_init_stop_mode() 5194 fep->stop_gpr.reg = out_val[1]; in fec_enet_init_stop_mode() 5195 fep->stop_gpr.bit = out_val[2]; in fec_enet_init_stop_mode()
|