/linux/drivers/acpi/acpica/ |
H A D | hwregs.c | 201 u64 value64; in acpi_hw_read() local 231 value64 = 0; in acpi_hw_read() 241 &value64, access_width); in acpi_hw_read() 251 value64 = (u64)value32; in acpi_hw_read() 260 ACPI_MASK_BITS_ABOVE_64(access_width), value64); in acpi_hw_read() 296 u64 value64; in acpi_hw_write() local 325 value64 = ACPI_GET_BITS(&value, index * access_width, in acpi_hw_write() 338 value64, access_width); in acpi_hw_write() 346 (u32)value64, in acpi_hw_write() 491 u64 value64; in acpi_hw_register_read() local [all …]
|
/linux/drivers/acpi/pmic/ |
H A D | intel_pmic.c | 51 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_power_handler() argument 59 if (bits != 32 || !value64) in intel_pmic_power_handler() 62 if (function == ACPI_WRITE && !(*value64 == 0 || *value64 == 1)) in intel_pmic_power_handler() 73 d->get_power(regmap, reg, bit, value64) : in intel_pmic_power_handler() 74 d->update_power(regmap, reg, bit, *value64 == 1); in intel_pmic_power_handler() 170 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_thermal_handler() argument 177 if (bits != 32 || !value64) in intel_pmic_thermal_handler() 188 result = pmic_thermal_temp(opregion, reg, function, value64); in intel_pmic_thermal_handler() 190 result = pmic_thermal_aux(opregion, reg, function, value64); in intel_pmic_thermal_handler() 193 function, value64); in intel_pmic_thermal_handler() [all …]
|
/linux/tools/lib/ |
H A D | string.c | 208 u64 value64; in memchr_inv() local 214 value64 = value; in memchr_inv() 215 value64 |= value64 << 8; in memchr_inv() 216 value64 |= value64 << 16; in memchr_inv() 217 value64 |= value64 << 32; in memchr_inv() 234 if (*(u64 *)start != value64) in memchr_inv()
|
/linux/lib/ |
H A D | string.c | 834 u64 value64; in memchr_inv() local 840 value64 = value; in memchr_inv() 842 value64 *= 0x0101010101010101ULL; in memchr_inv() 844 value64 *= 0x01010101; in memchr_inv() 845 value64 |= value64 << 32; in memchr_inv() 847 value64 |= value64 << 8; in memchr_inv() 848 value64 |= value64 << 16; in memchr_inv() 849 value64 |= value64 << 32; in memchr_inv() 867 if (*(u64 *)start != value64) in memchr_inv()
|
/linux/drivers/acpi/x86/ |
H A D | cmos_rtc.c | 29 u32 bits, u64 *value64, in acpi_cmos_rtc_space_handler() argument 33 u8 *value = (u8 *)value64; in acpi_cmos_rtc_space_handler() 35 if (address > 0xff || !value64) in acpi_cmos_rtc_space_handler()
|
/linux/drivers/platform/x86/intel/ |
H A D | ishtp_eclite.c | 204 u32 bits, u64 *value64, in ecl_opregion_cmd_handler() argument 211 if (!region_context || !value64) in ecl_opregion_cmd_handler() 225 cmd->command = (u32)*value64; in ecl_opregion_cmd_handler() 235 cmd->offset = (u32)*value64; in ecl_opregion_cmd_handler() 238 cmd->length = (u32)*value64; in ecl_opregion_cmd_handler() 241 cmd->event_id = (u32)*value64; in ecl_opregion_cmd_handler() 254 u32 bits, u64 *value64, in ecl_opregion_data_handler() argument 261 if (!region_context || !value64) in ecl_opregion_data_handler() 274 memcpy(value64, data_addr, bytes); in ecl_opregion_data_handler() 276 memcpy(data_addr, value64, bytes); in ecl_opregion_data_handler()
|
/linux/fs/vboxsf/ |
H A D | vboxsf_wrappers.c | 157 parms.handle.u.value64 = handle; in vboxsf_close() 210 parms.handle.u.value64 = handle; in vboxsf_read() 212 parms.offset.u.value64 = offset; in vboxsf_read() 234 parms.handle.u.value64 = handle; in vboxsf_write() 236 parms.offset.u.value64 = offset; in vboxsf_write() 261 parms.handle.u.value64 = handle; in vboxsf_dirinfo() 304 parms.handle.u.value64 = handle; in vboxsf_fsinfo()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_kms.c | 238 uint64_t value64; in radeon_info_ioctl() local 441 value = (uint32_t *)&value64; in radeon_info_ioctl() 443 value64 = radeon_get_gpu_clock_counter(rdev); in radeon_info_ioctl() 540 value = (uint32_t *)&value64; in radeon_info_ioctl() 542 value64 = atomic64_read(&rdev->num_bytes_moved); in radeon_info_ioctl() 545 value = (uint32_t *)&value64; in radeon_info_ioctl() 548 value64 = ttm_resource_manager_usage(man); in radeon_info_ioctl() 551 value = (uint32_t *)&value64; in radeon_info_ioctl() 554 value64 = ttm_resource_manager_usage(man); in radeon_info_ioctl()
|
/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 203 dm_bm_prefetch(bm, value64(f->n, i)); in prefetch_children() 310 b = value64(f->n, f->current_child); in dm_btree_del() 317 b = value64(f->n, f->current_child); in dm_btree_del() 363 block = value64(ro_node(s), i); in btree_lookup_raw() 449 r = dm_btree_lookup_next_single(info, value64(n, i), key, rkey, value_le); in dm_btree_lookup_next_single() 452 r = dm_btree_lookup_next_single(info, value64(n, i), key, rkey, value_le); in dm_btree_lookup_next_single() 715 root = value64(parent, index); in shadow_child() 1012 dm_block_t left_b = value64(parent, parent_index - 1); in rebalance_or_split() 1030 dm_block_t right_b = value64(parent, parent_index + 1); in rebalance_or_split() 1145 root = value64(node, i); in btree_insert_raw() [all …]
|
H A D | dm-btree-remove.c | 169 root = value64(parent, index); in init_child() 493 dm_block_t b = value64(n, 0); in rebalance_children() 588 root = value64(n, i); in remove_raw() 615 root = value64(n, index); in dm_btree_remove() 686 root = value64(n, i); in remove_nearest() 712 root = value64(n, index); in remove_one()
|
H A D | dm-btree-internal.h | 129 static inline uint64_t value64(struct btree_node *n, uint32_t index) in value64() function
|
/linux/include/uapi/linux/ |
H A D | vbox_vmmdev_types.h | 225 __u64 value64; member 248 __u64 value64; member
|
H A D | videodev2.h | 1854 __s64 value64; member 2543 __s64 value64; member
|
/linux/drivers/platform/surface/ |
H A D | surface3_power.c | 375 u32 bits, u64 *value64, in mshw0011_space_handler() argument 378 struct gsb_buffer *gsb = (struct gsb_buffer *)value64; in mshw0011_space_handler() 393 if (!value64 || !i2c_acpi_get_i2c_resource(ares, &sb)) { in mshw0011_space_handler()
|
H A D | surface_acpi_notify.c | 635 u32 bits, u64 *value64, void *opreg_context, in san_opreg_handler() argument 639 struct gsb_buffer *buffer = (struct gsb_buffer *)value64; in san_opreg_handler()
|
/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 695 parm64[i].u.value64 = parm32[i].u.value64; in vbg_hgcm_call32() 727 parm32[i].u.value64 = parm64[i].u.value64; in vbg_hgcm_call32()
|
/linux/fs/orangefs/ |
H A D | downcall.h | 78 __s64 value64; member
|
H A D | upcall.h | 193 __s64 value64; member
|
H A D | orangefs-sysfs.c | 507 (int)new_op->downcall.resp.param.u.value64); in sysfs_service_op_show() 807 new_op->upcall.req.param.u.value64 = val; in sysfs_service_op_store()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-api.c | 60 c->value64 = *ptr.p_s64; in ptr_to_user() 135 *ctrl->p_new.p_s64 = c->value64; in user_to_new() 544 p_new.p_s64 = &cs->controls[i].value64; in validate_ctrls() 871 c.value64 = 0; in v4l2_ctrl_g_ctrl_int64() 873 return c.value64; in v4l2_ctrl_g_ctrl_int64()
|
H A D | v4l2-compat-ioctl32.c | 666 __s64 value64; member 750 compat_s64 value64; member 784 compat_s64 value64; member 1155 size -= sizeof(ec32->value64); in v4l2_compat_put_array_args()
|
/linux/drivers/accel/habanalabs/common/ |
H A D | debugfs.c | 842 u64 value64, addr = entry->addr; in hl_data_read32() local 855 rc = hl_access_mem(hdev, addr, &value64, DEBUGFS_READ32); in hl_data_read32() 859 val = value64; /* downcast back to 32 */ in hl_data_read32() 871 u64 value64, addr = entry->addr; in hl_data_write32() local 884 value64 = value; in hl_data_write32() 885 rc = hl_access_mem(hdev, addr, &value64, DEBUGFS_WRITE32); in hl_data_write32()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_vf.c | 279 static int guc_action_query_single_klv64(struct xe_guc *guc, u32 key, u64 *value64) in guc_action_query_single_klv64() argument 288 *value64 = make_u64_from_u32(value[1], value[0]); in guc_action_query_single_klv64()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-ext-ctrls.rst | 76 ``id``, ``size``, ``reserved2`` and ``value/value64/string/ptr`` fields 83 ``value/value64/string/ptr`` fields of each struct 168 - ``value64``
|
/linux/drivers/acpi/ |
H A D | ec.c | 1344 u32 bits, u64 *value64, in acpi_ec_space_handler() argument 1349 u8 *value = (u8 *)value64; in acpi_ec_space_handler()
|