/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); 159 int64_t opal_pci_poll(uint64_t id); 160 int64_t opal_return_cpu(void); 192 int64_t opal_sync_host_reboot(void); 199 int64_t opal_handle_hmi(void); [all …]
|
A D | asm-prototypes.h | 49 int64_t __opal_call(int64_t a0, int64_t a1, int64_t a2, int64_t a3, 50 int64_t a4, int64_t a5, int64_t a6, int64_t a7, 51 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 */ 81 uint, int64_t); 85 int64_t dblocks, int64_t rblocks, bool force); 88 struct xfs_dquot *, struct xfs_dquot *, int64_t, long, uint); 91 struct xfs_dquot *pdqp, int64_t dblocks); 112 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_reserve_blkres() 134 struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, in xfs_trans_reserve_quota_nblks() [all …]
|
A D | xfs_trans.h | 131 int64_t t_icount_delta; /* superblock icount change */ 132 int64_t t_ifree_delta; /* superblock ifree change */ 133 int64_t t_fdblocks_delta; /* superblock fdblocks chg */ 134 int64_t t_res_fdblocks_delta; /* on-disk only chg */ 136 int64_t t_res_frextents_delta; /* on-disk only chg */ 137 int64_t t_dblocks_delta;/* superblock dblocks change */ 138 int64_t t_agcount_delta;/* superblock agcount change */ 139 int64_t t_imaxpct_delta;/* superblock imaxpct change */ 140 int64_t t_rextsize_delta;/* superblock rextsize chg */ 142 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/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/arch/mips/include/asm/fw/cfe/ |
A D | cfe_api.h | 66 int64_t fwi_version; /* major, minor, eco version */ 67 int64_t fwi_totalmem; /* total installed mem */ 68 int64_t fwi_flags; /* various flags */ 69 int64_t fwi_boardid; /* board ID */ 70 int64_t fwi_bootarea_va; /* VA of boot area */ 71 int64_t fwi_bootarea_pa; /* PA of boot area */ 72 int64_t fwi_bootarea_size; /* size of boot area */ 79 int64_t cfe_getticks(void); 102 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer, 106 int cfe_writeblk(int handle, int64_t offset, const char *buffer,
|
/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;
|
A D | strobemeta.h | 55 int64_t val; 62 int64_t value; 95 int64_t id; 97 int64_t cnt; 132 int64_t tls_mode; 141 int64_t offset; 145 int64_t req_meta_idx; 169 int64_t req_id; 176 int64_t int_vals[STROBE_MAX_INTS]; 294 return (void *)((loc->tls_mode + 1) * (int64_t)addr); in calc_location()
|
A D | core_reloc_types.h | 620 int64_t s64_field; 631 int64_t u64_field; 643 int64_t s64_field; 716 int64_t ub1; 717 int64_t ub2; 718 int64_t ub7; 719 int64_t sb4; 720 int64_t sb20; 721 int64_t u32; 722 int64_t s32; [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/calcs/ |
A D | bw_fixed.c | 30 (int64_t)(-(1LL << 63)) 33 (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() 57 struct bw_fixed bw_frc_to_fixed(int64_t numerator, int64_t denominator) in bw_frc_to_fixed() 104 res.value = (int64_t)(res_value); in bw_frc_to_fixed() 116 int64_t multiplicand; in bw_floor2() 129 int64_t multiplicand; in bw_ceil2()
|
/linux/Documentation/translations/zh_CN/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/nouveau/dispnv04/ |
A D | tvmodesnv17.c | 257 int64_t k1; 258 int64_t ki; 259 int64_t ki2; 260 int64_t ki3; 261 int64_t kr; 262 int64_t kir; 263 int64_t ki2r; 264 int64_t ki3r; 265 int64_t kf; 266 int64_t kif; [all …]
|
/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/scsi/qla2xxx/ |
A D | qla_edif_bsg.h | 83 int64_t bytes; 84 int64_t time; 107 int64_t rekey_count; 108 int64_t rekey_config_value; 109 int64_t rekey_consumed_value; 135 int64_t rekey_count; 137 int64_t tx_bytes; 138 int64_t rx_bytes;
|
/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/drivers/iio/imu/inv_icm42600/ |
A D | inv_icm42600_timestamp.h | 19 int64_t lo; 20 int64_t up; 46 int64_t timestamp; 63 size_t sensor_nb, int64_t timestamp); 65 static inline int64_t
|
A D | inv_icm42600_timestamp.c | 113 size_t sensor_nb, int64_t timestamp) in inv_icm42600_timestamp_interrupt() 116 int64_t delta, interval; in inv_icm42600_timestamp_interrupt() 142 interval = (int64_t)ts->period * (int64_t)sensor_nb; in inv_icm42600_timestamp_interrupt() 170 int64_t interval; in inv_icm42600_timestamp_apply_odr() 192 interval = (int64_t)(fifo_nb - fifo_no) * (int64_t)fifo_period; in inv_icm42600_timestamp_apply_odr()
|
/linux/tools/perf/util/ |
A D | sort.c | 97 static int64_t 138 static int64_t 144 static int64_t 150 static int64_t 194 static int64_t 266 static int64_t 269 int64_t ret; in sort__sym_cmp() 287 static int64_t 1049 int64_t 1075 int64_t [all …]
|
A D | sort.h | 276 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *); 277 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *); 278 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *); 317 int64_t 319 int64_t 321 int64_t 323 int64_t
|
/linux/tools/testing/selftests/kvm/lib/ |
A D | test_util.c | 61 int64_t timespec_to_ns(struct timespec ts) in timespec_to_ns() 63 return (int64_t)ts.tv_nsec + 1000000000LL * (int64_t)ts.tv_sec; in timespec_to_ns() 66 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns() 79 int64_t ns1 = timespec_to_ns(ts1); in timespec_add() 80 int64_t ns2 = timespec_to_ns(ts2); in timespec_add() 86 int64_t ns1 = timespec_to_ns(ts1); in timespec_sub() 87 int64_t ns2 = timespec_to_ns(ts2); in timespec_sub() 101 int64_t ns = timespec_to_ns(ts) / divisor; in timespec_div()
|
/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/arch/powerpc/sysdev/xics/ |
A D | ics-opal.c | 45 int64_t rc; in ics_opal_unmask_irq() 72 int64_t rc; in ics_opal_mask_real_irq() 103 int64_t rc; in ics_opal_set_affinity() 156 int64_t rc; in ics_opal_check() 173 int64_t rc; in ics_opal_mask_unknown() 187 int64_t rc; in ics_opal_get_server()
|