| /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 | 841 u64 value64; in memchr_inv() local 847 value64 = value; in memchr_inv() 849 value64 *= 0x0101010101010101ULL; in memchr_inv() 851 value64 *= 0x01010101; in memchr_inv() 852 value64 |= value64 << 32; in memchr_inv() 854 value64 |= value64 << 8; in memchr_inv() 855 value64 |= value64 << 16; in memchr_inv() 856 value64 |= value64 << 32; in memchr_inv() 874 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/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
|
| /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
|
| /linux/drivers/i2c/ |
| H A D | i2c-core-acpi.c | 667 u32 bits, u64 *value64, in i2c_acpi_space_handler() argument 670 struct gsb_buffer *gsb = (struct gsb_buffer *)value64; in i2c_acpi_space_handler() 692 if (!value64 || !i2c_acpi_get_i2c_resource(ares, &sb)) { in i2c_acpi_space_handler()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-dqevent.rst | 229 - ``value64``
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_ioc.h | 1088 __le64 value64[2]; member
|
| /linux/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_pm.c | 4817 uint64_t value64 = 0; in amdgpu_debugfs_pm_info_pp() local 4873 …if (!amdgpu_dpm_read_sensor(adev, AMDGPU_PP_SENSOR_ENABLED_SMC_FEATURES_MASK, (void *)&value64, &s… in amdgpu_debugfs_pm_info_pp() 4874 seq_printf(m, "SMC Feature Mask: 0x%016llx\n", value64); in amdgpu_debugfs_pm_info_pp()
|