| /linux/arch/powerpc/include/asm/ |
| A D | opal.h | 30 int64_t opal_invalid_call(void); 40 int64_t opal_console_write(int64_t term_number, __be64 *length, 42 int64_t opal_console_read(int64_t term_number, __be64 *length, 44 int64_t opal_console_write_buffer_space(int64_t term_number, 46 int64_t opal_console_flush(int64_t term_number); 55 int64_t opal_cec_reboot(void); 156 int64_t opal_pci_poll(uint64_t id); 157 int64_t opal_return_cpu(void); 189 int64_t opal_sync_host_reboot(void); 196 int64_t opal_handle_hmi(void); [all …]
|
| A D | asm-prototypes.h | 34 int64_t __opal_call(int64_t a0, int64_t a1, int64_t a2, int64_t a3, 35 int64_t a4, int64_t a5, int64_t a6, int64_t a7, 36 int64_t opcode, uint64_t msr);
|
| /linux/fs/xfs/ |
| A D | xfs_quota.h | 64 int64_t qt_bcount_delta; /* dquot blk count changes */ 69 int64_t qt_rtbcount_delta;/* dquot realtime blk changes */ 70 int64_t qt_delrtb_delta; /* delayed RT blk count changes */ 74 int64_t qt_icount_delta; /* dquot inode count changes */ 97 uint, int64_t); 101 int64_t dblocks, int64_t rblocks, bool force); 107 struct xfs_dquot *pdqp, int64_t dblocks); 165 struct xfs_inode *ip, uint field, int64_t delta) in xfs_trans_mod_dquot_byino() 171 struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, in xfs_trans_reserve_quota_nblks() 179 int64_t nblks, long nions, uint flags) in xfs_trans_reserve_quota_bydquots() [all …]
|
| A D | xfs_trans.h | 137 int64_t t_icount_delta; /* superblock icount change */ 138 int64_t t_ifree_delta; /* superblock ifree change */ 139 int64_t t_fdblocks_delta; /* superblock fdblocks chg */ 140 int64_t t_res_fdblocks_delta; /* on-disk only chg */ 142 int64_t t_res_frextents_delta; /* on-disk only chg */ 143 int64_t t_dblocks_delta;/* superblock dblocks change */ 144 int64_t t_agcount_delta;/* superblock agcount change */ 145 int64_t t_imaxpct_delta;/* superblock imaxpct change */ 146 int64_t t_rextsize_delta;/* superblock rextsize chg */ 148 int64_t t_rblocks_delta;/* superblock rblocks change */ [all …]
|
| /linux/arch/powerpc/platforms/powernv/ |
| A D | opal-call.c | 96 static int64_t opal_call(int64_t a0, int64_t a1, int64_t a2, int64_t a3, in opal_call() 97 int64_t a4, int64_t a5, int64_t a6, int64_t a7, int64_t opcode) in opal_call() 102 int64_t ret; in opal_call() 127 int64_t name(int64_t a0, int64_t a1, int64_t a2, int64_t a3, \ 128 int64_t a4, int64_t a5, int64_t a6, int64_t a7); \ 129 int64_t name(int64_t a0, int64_t a1, int64_t a2, int64_t a3, \ 130 int64_t a4, int64_t a5, int64_t a6, int64_t a7) \
|
| /linux/arch/mips/include/asm/fw/cfe/ |
| A D | cfe_api.h | 63 int64_t fwi_version; /* major, minor, eco version */ 64 int64_t fwi_totalmem; /* total installed mem */ 65 int64_t fwi_flags; /* various flags */ 66 int64_t fwi_boardid; /* board ID */ 67 int64_t fwi_bootarea_va; /* VA of boot area */ 68 int64_t fwi_bootarea_pa; /* PA of boot area */ 69 int64_t fwi_bootarea_size; /* size of boot area */ 76 int64_t cfe_getticks(void); 99 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer, 103 int cfe_writeblk(int handle, int64_t offset, const char *buffer,
|
| /linux/drivers/iio/pressure/ |
| A D | icp10100.c | 294 val1 = (int64_t)st->cal[0] * (int64_t)t_square; in icp10100_get_pressure() 296 val1 = (int64_t)st->cal[1] * (int64_t)t_square; in icp10100_get_pressure() 299 val1 = (int64_t)st->cal[2] * (int64_t)t_square; in icp10100_get_pressure() 305 val1 = (int64_t)p_lut[0] * (int64_t)p_lut[1] * in icp10100_get_pressure() 307 (int64_t)p_lut[1] * (int64_t)p_lut[2] * in icp10100_get_pressure() 309 (int64_t)p_lut[2] * (int64_t)p_lut[0] * in icp10100_get_pressure() 313 (int64_t)p_lut[1] * (int64_t)(p_calib[2] - p_calib[0]); in icp10100_get_pressure() 317 val1 = (int64_t)p_calib[0] * (int64_t)p_lut[0] - in icp10100_get_pressure() 318 (int64_t)p_calib[1] * (int64_t)p_lut[1] - in icp10100_get_pressure() 320 val2 = (int64_t)p_lut[0] - (int64_t)p_lut[1]; in icp10100_get_pressure() [all …]
|
| /linux/drivers/iio/common/inv_sensors/ |
| A D | inv_sensors_timestamp.c | 108 const int64_t period_min = ts->min_period * ts->mult; in inv_align_timestamp_it() 110 int64_t add_max, sub_max; in inv_align_timestamp_it() 111 int64_t delta, jitter; in inv_align_timestamp_it() 112 int64_t adjust; in inv_align_timestamp_it() 118 add_max = period_max - (int64_t)ts->period; in inv_align_timestamp_it() 119 sub_max = period_min - (int64_t)ts->period; in inv_align_timestamp_it() 132 size_t sample_nb, int64_t timestamp) in inv_sensors_timestamp_interrupt() 135 int64_t delta, interval; in inv_sensors_timestamp_interrupt() 156 interval = (int64_t)ts->period * (int64_t)sample_nb; in inv_sensors_timestamp_interrupt() 171 int64_t interval; in inv_sensors_timestamp_apply_odr() [all …]
|
| /linux/arch/powerpc/boot/ |
| A D | opal.c | 21 int64_t opal_console_write(int64_t term_number, u64 *length, const u8 *buffer); 22 int64_t opal_console_read(int64_t term_number, uint64_t *length, u8 *buffer); 23 int64_t opal_console_write_buffer_space(uint64_t term_number, uint64_t *length); 24 int64_t opal_console_flush(uint64_t term_number); 25 int64_t opal_poll_events(uint64_t *outstanding_event_mask); 44 int64_t rc; in opal_con_putc()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_core_reloc_bitfields_probed.c | 31 int64_t ub1; 32 int64_t ub2; 33 int64_t ub7; 34 int64_t sb4; 35 int64_t sb20; 36 int64_t u32; 37 int64_t s32;
|
| A D | test_core_reloc_bitfields_direct.c | 31 int64_t ub1; 32 int64_t ub2; 33 int64_t ub7; 34 int64_t sb4; 35 int64_t sb20; 36 int64_t u32; 37 int64_t s32;
|
| /linux/Documentation/translations/zh_CN/arch/arm/ |
| A D | kernel_user_helpers.txt | 228 int __kuser_cmpxchg64(const int64_t *oldval, 229 const int64_t *newval, 230 volatile int64_t *ptr); 259 typedef int (__kuser_cmpxchg64_t)(const int64_t *oldval, 260 const int64_t *newval, 261 volatile int64_t *ptr); 264 int64_t atomic_add64(volatile int64_t *ptr, int64_t val) 266 int64_t old, new;
|
| /linux/Documentation/translations/zh_TW/arch/arm/ |
| A D | kernel_user_helpers.txt | 228 int __kuser_cmpxchg64(const int64_t *oldval, 229 const int64_t *newval, 230 volatile int64_t *ptr); 259 typedef int (__kuser_cmpxchg64_t)(const int64_t *oldval, 260 const int64_t *newval, 261 volatile int64_t *ptr); 264 int64_t atomic_add64(volatile int64_t *ptr, int64_t val) 266 int64_t old, new;
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| A D | bw_fixed.h | 33 int64_t value; 37 (int64_t)(-(1LL << (63 - BW_FIXED_BITS_PER_FRACTIONAL_PART))) 40 (int64_t)((1ULL << (63 - BW_FIXED_BITS_PER_FRACTIONAL_PART)) - 1) 68 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value); 69 static inline struct bw_fixed bw_int_to_fixed(int64_t value) in bw_int_to_fixed() 85 struct bw_fixed bw_frc_to_fixed(int64_t num, int64_t denum); 87 static inline struct bw_fixed fixed31_32_to_bw_fixed(int64_t raw) in fixed31_32_to_bw_fixed()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| A D | tvmodesnv17.c | 256 int64_t k1; 257 int64_t ki; 258 int64_t ki2; 259 int64_t ki3; 260 int64_t kr; 261 int64_t kir; 262 int64_t ki2r; 263 int64_t ki3r; 264 int64_t kf; 265 int64_t kif; [all …]
|
| /linux/tools/perf/util/ |
| A D | sort.h | 114 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *); 115 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *); 116 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *); 146 int64_t 148 int64_t 150 int64_t 152 int64_t
|
| A D | sort.c | 110 static int64_t 146 static int64_t 197 static int64_t 203 static int64_t 209 static int64_t 328 int64_t ret; in sort__sym_cmp() 428 int64_t ret; in sort__symoff_cmp() 440 int64_t ret; in sort__symoff_sort() 1362 int64_t 1388 int64_t [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/basics/ |
| A D | bw_fixed.c | 30 ((int64_t)((1ULL << 63) - 1)) 41 static uint64_t abs_i64(int64_t arg) in abs_i64() 49 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value) in bw_int_to_fixed_nonconst() 58 struct bw_fixed bw_frc_to_fixed(int64_t numerator, int64_t denominator) in bw_frc_to_fixed() 103 res.value = (int64_t)(res_value); in bw_frc_to_fixed() 114 int64_t multiplicand; in bw_floor2() 126 int64_t multiplicand; in bw_ceil2()
|
| /linux/include/linux/iio/common/ |
| A D | inv_sensors_timestamp.h | 27 int64_t lo; 28 int64_t up; 60 int64_t timestamp; 74 size_t sample_nb, int64_t timestamp); 76 static inline int64_t inv_sensors_timestamp_pop(struct inv_sensors_timestamp *ts) in inv_sensors_timestamp_pop()
|
| /linux/arch/mips/include/asm/octeon/ |
| A D | cvmx-fau.h | 62 int64_t value:63; 153 int64_t value) in __cvmx_fau_atomic_address() 170 static inline int64_t cvmx_fau_fetch_and_add64(cvmx_fau_reg_64_t reg, in cvmx_fau_fetch_and_add64() 171 int64_t value) in cvmx_fau_fetch_and_add64() 233 cvmx_fau_tagwait_fetch_and_add64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_tagwait_fetch_and_add64() 337 static inline uint64_t __cvmx_fau_iobdma_data(uint64_t scraddr, int64_t value, in __cvmx_fau_iobdma_data() 365 int64_t value) in cvmx_fau_async_fetch_and_add64() 445 int64_t value) in cvmx_fau_async_tagwait_fetch_and_add64() 526 static inline void cvmx_fau_atomic_add64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_atomic_add64() 576 static inline void cvmx_fau_atomic_write64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_atomic_write64()
|
| /linux/include/linux/iio/ |
| A D | buffer.h | 38 void *data, int64_t timestamp) in iio_push_to_buffers_with_timestamp() 41 size_t ts_offset = indio_dev->scan_bytes / sizeof(int64_t) - 1; in iio_push_to_buffers_with_timestamp() 42 ((int64_t *)data)[ts_offset] = timestamp; in iio_push_to_buffers_with_timestamp() 50 int64_t timestamp);
|
| /linux/tools/testing/selftests/kvm/lib/ |
| A D | test_util.c | 79 int64_t timespec_to_ns(struct timespec ts) in timespec_to_ns() 81 return (int64_t)ts.tv_nsec + 1000000000LL * (int64_t)ts.tv_sec; in timespec_to_ns() 84 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns() 97 int64_t ns1 = timespec_to_ns(ts1); in timespec_add() 98 int64_t ns2 = timespec_to_ns(ts2); in timespec_add() 104 int64_t ns1 = timespec_to_ns(ts1); in timespec_sub() 105 int64_t ns2 = timespec_to_ns(ts2); in timespec_sub() 119 int64_t ns = timespec_to_ns(ts) / divisor; in timespec_div()
|
| /linux/arch/powerpc/sysdev/xics/ |
| A D | ics-opal.c | 44 int64_t rc; in ics_opal_unmask_irq() 71 int64_t rc; in ics_opal_mask_real_irq() 102 int64_t rc; in ics_opal_set_affinity() 154 int64_t rc; in ics_opal_check() 171 int64_t rc; in ics_opal_mask_unknown() 185 int64_t rc; in ics_opal_get_server()
|
| /linux/drivers/iio/adc/ |
| A D | qcom-spmi-rradc.c | 304 int64_t *slope) in rradc_get_fab_coeff() 346 int64_t r_id; in rradc_post_process_batt_id() 349 r_id = ((int64_t)adc_code * RR_ADC_FS_VOLTAGE_MV); in rradc_post_process_batt_id() 604 int64_t fab_offset, fab_slope; in rradc_read_scale() 660 int64_t fab_offset, fab_slope; in rradc_read_offset() 661 int64_t offset1, offset2; in rradc_read_offset() 685 (int64_t)(RR_ADC_TEMP_FS_VOLTAGE_NUM)); in rradc_read_offset() 689 (int64_t)fab_slope; in rradc_read_offset() 704 (int64_t)RR_ADC_TEMP_FS_VOLTAGE_DEN * in rradc_read_offset() 705 (int64_t)RR_ADC_CHAN_MSB; in rradc_read_offset() [all …]
|
| /linux/fs/xfs/scrub/ |
| A D | quotacheck.h | 12 int64_t bcount; 15 int64_t icount; 18 int64_t rtbcount;
|