| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | opal.h | 30 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 …]
|
| 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-v5.4/fs/xfs/ |
| D | xfs_trans.h | 121 int64_t t_icount_delta; /* superblock icount change */ 122 int64_t t_ifree_delta; /* superblock ifree change */ 123 int64_t t_fdblocks_delta; /* superblock fdblocks chg */ 124 int64_t t_res_fdblocks_delta; /* on-disk only chg */ 125 int64_t t_frextents_delta;/* superblock freextents chg*/ 126 int64_t t_res_frextents_delta; /* on-disk only chg */ 128 int64_t t_ag_freeblks_delta; /* debugging counter */ 129 int64_t t_ag_flist_delta; /* debugging counter */ 130 int64_t t_ag_btree_delta; /* debugging counter */ 132 int64_t t_dblocks_delta;/* superblock dblocks change */ [all …]
|
| D | xfs_quota.h | 63 int64_t qt_bcount_delta; /* dquot blk count changes */ 64 int64_t qt_delbcnt_delta; /* delayed dquot blk count changes */ 68 int64_t qt_rtbcount_delta;/* dquot realtime blk changes */ 69 int64_t qt_delrtb_delta; /* delayed RT blk count changes */ 73 int64_t qt_icount_delta; /* dquot inode count changes */ 80 uint, int64_t); 84 struct xfs_inode *, int64_t, long, uint); 87 struct xfs_dquot *, struct xfs_dquot *, int64_t, long, uint); 127 struct xfs_inode *ip, int64_t nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks() 134 int64_t nblks, long nions, uint flags) in xfs_trans_reserve_quota_bydquots()
|
| D | xfs_mount.h | 174 int64_t m_low_space[XFS_LOWSP_MAX]; 441 extern int xfs_mod_icount(struct xfs_mount *mp, int64_t delta); 442 extern int xfs_mod_ifree(struct xfs_mount *mp, int64_t delta); 443 extern int xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta, 445 extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta); 463 void xfs_mod_delalloc(struct xfs_mount *mp, int64_t delta);
|
| D | xfs_ioctl32.h | 51 int64_t bs_blocks; /* number of blocks */ 103 int64_t sx_version; /* version */ 104 int64_t sx_fdtarget; /* fd of target file */ 105 int64_t sx_fdtmp; /* fd of tmp file */
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | opal-call.c | 95 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.4/arch/mips/include/asm/fw/cfe/ |
| 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-v5.4/arch/powerpc/boot/ |
| 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-v5.4/drivers/gpu/drm/amd/display/dc/calcs/ |
| 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-v5.4/Documentation/translations/zh_CN/arm/ |
| 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-v5.4/drivers/gpu/drm/amd/display/dc/inc/ |
| 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-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
| 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-v5.4/arch/mips/include/asm/octeon/ |
| 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-v5.4/tools/perf/util/ |
| D | sort.c | 79 static int64_t cmp_null(const void *l, const void *r) in cmp_null() 91 static int64_t 132 static int64_t 138 static int64_t 144 static int64_t 168 static int64_t _sort__dso_cmp(struct map *map_l, struct map *map_r) in _sort__dso_cmp() 188 static int64_t 232 static int64_t _sort__addr_cmp(u64 left_ip, u64 right_ip) in _sort__addr_cmp() 234 return (int64_t)(right_ip - left_ip); in _sort__addr_cmp() 237 static int64_t _sort__sym_cmp(struct symbol *sym_l, struct symbol *sym_r) in _sort__sym_cmp() [all …]
|
| D | sort.h | 259 int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *); 260 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *); 261 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *); 300 int64_t 302 int64_t 304 int64_t
|
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ |
| 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]; 290 return (void *)((loc->tls_mode + 1) * (int64_t)addr); in calc_location()
|
| D | core_reloc_types.h | 557 int64_t s64_field; 568 int64_t u64_field; 580 int64_t s64_field; 591 int64_t s64_field; 603 int64_t s64_field; 616 int64_t s64_field; 626 int64_t s32_field; /* not 32-bit anymore */ 629 int64_t s64_field;
|
| /Linux-v5.4/arch/powerpc/sysdev/xics/ |
| D | ics-opal.c | 45 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.4/include/linux/iio/ |
| D | buffer.h | 34 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.4/drivers/iio/common/ssp_sensors/ |
| D | ssp_iio.c | 71 unsigned int len, int64_t timestamp) in ssp_common_process_data() 74 int64_t calculated_time = 0; in ssp_common_process_data() 88 timestamp + (int64_t)le32_to_cpu(time) * 1000000; in ssp_common_process_data()
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_alloc_btree.c | 236 STATIC int64_t 244 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_bnobt_key_diff() 247 STATIC int64_t 254 int64_t diff; in xfs_cntbt_key_diff() 256 diff = (int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount; in xfs_cntbt_key_diff() 260 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_cntbt_key_diff() 263 STATIC int64_t 269 return (int64_t)be32_to_cpu(k1->alloc.ar_startblock) - in xfs_bnobt_diff_two_keys() 273 STATIC int64_t 279 int64_t diff; in xfs_cntbt_diff_two_keys()
|
| D | xfs_types.h | 17 typedef int64_t xfs_fsize_t; /* bytes in a file */ 23 typedef int64_t xfs_lsn_t; /* log sequence number */ 35 typedef int64_t xfs_srtblock_t; /* signed version of xfs_rtblock_t */ 36 typedef int64_t xfs_sfiloff_t; /* signed block number in a file */
|
| D | xfs_ag_resv.c | 212 error = xfs_mod_fdblocks(mp, -(int64_t)hidden_space, true); in __xfs_ag_resv_init() 343 xfs_trans_mod_sb(args->tp, field, -(int64_t)args->len); in xfs_ag_resv_alloc_extent() 352 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_RES_FDBLOCKS, -(int64_t)len); in xfs_ag_resv_alloc_extent() 356 -((int64_t)args->len - len)); in xfs_ag_resv_alloc_extent() 383 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, (int64_t)len); in xfs_ag_resv_free_extent()
|
| /Linux-v5.4/Documentation/arm/ |
| D | kernel_user_helpers.rst | 213 int __kuser_cmpxchg64(const int64_t *oldval, 214 const int64_t *newval, 215 volatile int64_t *ptr); 244 typedef int (__kuser_cmpxchg64_t)(const int64_t *oldval, 245 const int64_t *newval, 246 volatile int64_t *ptr); 249 int64_t atomic_add64(volatile int64_t *ptr, int64_t val) 251 int64_t old, new;
|