/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A 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_rea [all...] |
H 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 opcod [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | opal.h | 30 int64_t opal_invalid_call(void); 31 int64_t opal_npu_map_lpar(uint64_t phb_id, uint64_t bdf, uint64_t lparid, 33 int64_t opal_npu_spa_setup(uint64_t phb_id, uint32_t bdfn, 35 int64_t opal_npu_spa_clear_cache(uint64_t phb_id, uint32_t bdfn, 37 int64_t opal_npu_tl_set(uint64_t phb_id, uint32_t bdfn, long cap, 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_spac [all...] |
H 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 opcod [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_quota.h | 64 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 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 dblock [all...] |
H A D | xfs_trans.h | 139 int64_t t_icount_delta; /* superblock icount change */ 140 int64_t t_ifree_delta; /* superblock ifree change */ 141 int64_t t_fdblocks_delta; /* superblock fdblocks chg */ 142 int64_t t_res_fdblocks_delta; /* on-disk only chg */ 143 int64_t t_frextents_delta;/* superblock freextents chg*/ 144 int64_t t_res_frextents_delta; /* on-disk only chg */ 145 int64_t t_dblocks_delta;/* superblock dblocks change */ 146 int64_t t_agcount_delta;/* superblock agcount change */ 147 int64_t t_imaxpct_delta;/* superblock imaxpct change */ 148 int64_t t_rextsize_delt [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/fw/cfe/ |
H 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 offse [all...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/fw/cfe/ |
H 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 offse [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H 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 */ 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_delt [all...] |
H A D | xfs_quota.h | 64 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 nblk in xfs_trans_reserve_quota_bydquots() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A 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 opcod in opal_call() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H 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 opcod in opal_call() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | test_util.c | 57 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()
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | icp10100.c | 280 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_lu in icp10100_get_pressure() [all...] |
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | icp10100.c | 282 int64_t val1, val2; in icp10100_get_pressure() 285 int64_t a, b, c; in icp10100_get_pressure() 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_lu in icp10100_get_pressure() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H 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()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H 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;
|
H 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;
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H 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;
|
H 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;
|
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
H A D | core_feature_base.h | 1050 __STATIC_FORCEINLINE int64_t __AMOADD_D(volatile int64_t *addr, int64_t value) in __AMOADD_D() 1052 register int64_t result; in __AMOADD_D() 1066 __STATIC_FORCEINLINE int64_t __AMOAND_D(volatile int64_t *addr, int64_t value) in __AMOAND_D() 1068 register int64_t result; in __AMOAND_D() 1082 __STATIC_FORCEINLINE int64_t __AMOOR_D(volatile int64_t *add [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H 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()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H 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 valu [all...] |