Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 201) sorted by relevance

123456789

/Linux-v5.10/arch/powerpc/include/asm/
Dopal.h30 int64_t opal_invalid_call(void);
31 int64_t opal_npu_destroy_context(uint64_t phb_id, uint64_t pid, uint64_t bdf);
32 int64_t opal_npu_init_context(uint64_t phb_id, int pasid, uint64_t msr,
34 int64_t opal_npu_map_lpar(uint64_t phb_id, uint64_t bdf, uint64_t lparid,
36 int64_t opal_npu_spa_setup(uint64_t phb_id, uint32_t bdfn,
38 int64_t opal_npu_spa_clear_cache(uint64_t phb_id, uint32_t bdfn,
40 int64_t opal_npu_tl_set(uint64_t phb_id, uint32_t bdfn, long cap,
43 int64_t opal_console_write(int64_t term_number, __be64 *length,
45 int64_t opal_console_read(int64_t term_number, __be64 *length,
47 int64_t opal_console_write_buffer_space(int64_t term_number,
[all …]
Dasm-prototypes.h49 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-v5.10/fs/xfs/
Dxfs_trans.h137 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 */
141 int64_t t_frextents_delta;/* superblock freextents chg*/
142 int64_t t_res_frextents_delta; /* on-disk only chg */
144 int64_t t_ag_freeblks_delta; /* debugging counter */
145 int64_t t_ag_flist_delta; /* debugging counter */
146 int64_t t_ag_btree_delta; /* debugging counter */
148 int64_t t_dblocks_delta;/* superblock dblocks change */
[all …]
Dxfs_quota.h64 int64_t qt_bcount_delta; /* dquot blk count changes */
65 int64_t qt_delbcnt_delta; /* delayed 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 struct xfs_inode *, int64_t, long, uint);
88 struct xfs_dquot *, struct xfs_dquot *, int64_t, long, uint);
128 struct xfs_inode *ip, int64_t nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks()
135 int64_t nblks, long nions, uint flags) in xfs_trans_reserve_quota_bydquots()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dopal-call.c95 static int64_t opal_call(int64_t a0, int64_t a1, int64_t a2, int64_t a3, in opal_call()
96 int64_t a4, int64_t a5, int64_t a6, int64_t a7, int64_t opcode) in opal_call()
101 int64_t ret; in opal_call()
123 int64_t name(int64_t a0, int64_t a1, int64_t a2, int64_t a3, \
124 int64_t a4, int64_t a5, int64_t a6, int64_t a7); \
125 int64_t name(int64_t a0, int64_t a1, int64_t a2, int64_t a3, \
126 int64_t a4, int64_t a5, int64_t a6, int64_t a7) \
/Linux-v5.10/arch/mips/include/asm/fw/cfe/
Dcfe_api.h66 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-v5.10/drivers/iio/pressure/
Dicp10100.c280 int64_t val1, val2; in icp10100_get_pressure()
283 int64_t a, b, c; in icp10100_get_pressure()
292 val1 = (int64_t)st->cal[0] * (int64_t)t_square; in icp10100_get_pressure()
294 val1 = (int64_t)st->cal[1] * (int64_t)t_square; in icp10100_get_pressure()
297 val1 = (int64_t)st->cal[2] * (int64_t)t_square; in icp10100_get_pressure()
303 val1 = (int64_t)p_lut[0] * (int64_t)p_lut[1] * in icp10100_get_pressure()
304 (int64_t)(p_calib[0] - p_calib[1]) + in icp10100_get_pressure()
305 (int64_t)p_lut[1] * (int64_t)p_lut[2] * in icp10100_get_pressure()
306 (int64_t)(p_calib[1] - p_calib[2]) + in icp10100_get_pressure()
307 (int64_t)p_lut[2] * (int64_t)p_lut[0] * in icp10100_get_pressure()
[all …]
/Linux-v5.10/tools/testing/selftests/kvm/lib/
Dtest_util.c57 int64_t timespec_to_ns(struct timespec ts) in timespec_to_ns()
59 return (int64_t)ts.tv_nsec + 1000000000LL * (int64_t)ts.tv_sec; in timespec_to_ns()
62 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns()
75 int64_t ns1 = timespec_to_ns(ts1); in timespec_add()
76 int64_t ns2 = timespec_to_ns(ts2); in timespec_add()
82 int64_t ns1 = timespec_to_ns(ts1); in timespec_sub()
83 int64_t ns2 = timespec_to_ns(ts2); in timespec_sub()
97 int64_t ns = timespec_to_ns(ts) / divisor; in timespec_div()
/Linux-v5.10/arch/powerpc/boot/
Dopal.c21 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-v5.10/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_bitfields_probed.c31 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;
Dtest_core_reloc_bitfields_direct.c31 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;
Dstrobemeta.h55 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()
Dcore_reloc_types.h603 int64_t s64_field;
614 int64_t u64_field;
626 int64_t s64_field;
715 int64_t ub1;
716 int64_t ub2;
717 int64_t ub7;
718 int64_t sb4;
719 int64_t sb20;
720 int64_t u32;
721 int64_t s32;
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Dbw_fixed.c30 (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-v5.10/Documentation/translations/zh_CN/arm/
Dkernel_user_helpers.txt228 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-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dbw_fixed.h33 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-v5.10/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_timestamp.h19 int64_t lo;
20 int64_t up;
46 int64_t timestamp;
63 size_t sensor_nb, int64_t timestamp);
65 static inline int64_t
Dinv_icm42600_timestamp.c113 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-v5.10/drivers/gpu/drm/nouveau/dispnv04/
Dtvmodesnv17.c257 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-v5.10/arch/mips/include/asm/octeon/
Dcvmx-fau.h62 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-v5.10/tools/perf/util/
Dsort.c82 static int64_t cmp_null(const void *l, const void *r) in cmp_null()
94 static int64_t
135 static int64_t
141 static int64_t
147 static int64_t
171 static int64_t _sort__dso_cmp(struct map *map_l, struct map *map_r) in _sort__dso_cmp()
191 static int64_t
235 static int64_t _sort__addr_cmp(u64 left_ip, u64 right_ip) in _sort__addr_cmp()
237 return (int64_t)(right_ip - left_ip); in _sort__addr_cmp()
240 int64_t _sort__sym_cmp(struct symbol *sym_l, struct symbol *sym_r) in _sort__sym_cmp()
[all …]
Dsort.h267 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *);
268 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *);
269 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *);
308 int64_t
310 int64_t
312 int64_t
314 int64_t
/Linux-v5.10/arch/powerpc/sysdev/xics/
Dics-opal.c45 int64_t rc; in ics_opal_unmask_irq()
83 int64_t rc; in ics_opal_mask_real_irq()
114 int64_t rc; in ics_opal_set_affinity()
180 int64_t rc; in ics_opal_map()
200 int64_t rc; in ics_opal_mask_unknown()
214 int64_t rc; in ics_opal_get_server()
/Linux-v5.10/include/linux/iio/
Dbuffer.h34 void *data, int64_t timestamp) in iio_push_to_buffers_with_timestamp()
37 size_t ts_offset = indio_dev->scan_bytes / sizeof(int64_t) - 1; in iio_push_to_buffers_with_timestamp()
38 ((int64_t *)data)[ts_offset] = timestamp; in iio_push_to_buffers_with_timestamp()
/Linux-v5.10/drivers/input/misc/
Dhp_sdc_rtc.c136 static int64_t hp_sdc_rtc_read_i8042timer (uint8_t loadcmd, int numreg) in hp_sdc_rtc_read_i8042timer()
184 int64_t raw; in hp_sdc_rtc_read_rt()
203 int64_t raw; in hp_sdc_rtc_read_fhs()
220 int64_t raw; in hp_sdc_rtc_read_mt()
237 int64_t raw; in hp_sdc_rtc_read_dt()
254 int64_t raw; in hp_sdc_rtc_read_ct()

123456789