Home
last modified time | relevance | path

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

12345678910>>...50

/openbmc/linux/arch/powerpc/include/asm/
H A Dopal.h30 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 …]
H A Dasm-prototypes.h34 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);
/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h54 int64_t offset, int64_t len,
59 BlockAIOCB *blk_aio_pdiscard(BlockBackend *blk, int64_t offset, int64_t bytes,
88 int64_t blk_nb_sectors(BlockBackend *blk);
122 int64_t offset, int64_t bytes,
123 int64_t *pnum, int64_t *map,
128 int64_t bytes, int64_t *pnum);
141 int coroutine_fn blk_co_pread(BlockBackend *blk, int64_t offset, int64_t bytes,
162 int coroutine_fn blk_co_pwrite(BlockBackend *blk, int64_t offset, int64_t bytes,
182 int64_t offset, int64_t bytes,
200 int64_t offset, int64_t len);
[all …]
H A Dcpu-timers.h41 int64_t icount_get_raw(void);
44 int64_t icount_get(void);
51 int64_t icount_to_ns(int64_t icount);
57 int64_t icount_round(int64_t count);
77 int64_t cpu_get_ticks(void);
83 int64_t cpu_get_clock(void);
88 int64_t cpus_get_virtual_clock(void);
89 int64_t cpus_get_elapsed_ticks(void);
/openbmc/qemu/include/block/
H A Dblock-io.h46 bdrv_pwrite_zeroes(BdrvChild *child, int64_t offset, int64_t bytes,
52 bdrv_pread(BdrvChild *child, int64_t offset, int64_t bytes, void *buf,
56 bdrv_pwrite(BdrvChild *child, int64_t offset,int64_t bytes,
60 bdrv_pwrite_sync(BdrvChild *child, int64_t offset, int64_t bytes,
64 bdrv_co_pwrite_sync(BdrvChild *child, int64_t offset, int64_t bytes,
140 int64_t offset, int64_t bytes, int64_t *pnum,
144 int64_t offset, int64_t bytes, int64_t *pnum,
152 int64_t bytes, int64_t *pnum);
161 int64_t bytes, int64_t *pnum);
206 int64_t offset, int64_t bytes,
[all …]
H A Dblock_int-io.h39 int64_t offset, int64_t bytes, QEMUIOVector *qiov, size_t qiov_offset);
41 BlockDriverState *bs, bool want_zero, int64_t offset, int64_t bytes,
42 int64_t *pnum, int64_t *map, BlockDriverState **file);
44 int64_t offset, int64_t bytes);
48 int64_t offset, int64_t bytes, QEMUIOVector *qiov,
51 int64_t offset, int64_t bytes,
54 int64_t offset, int64_t bytes, QEMUIOVector *qiov,
57 int64_t offset, int64_t bytes,
61 int64_t offset, int64_t bytes, void *buf, BdrvRequestFlags flags) in bdrv_co_pread()
106 void bdrv_set_dirty(BlockDriverState *bs, int64_t offset, int64_t bytes);
[all …]
H A Ddirty-bitmap.h57 int64_t offset, int64_t bytes);
59 int64_t offset, int64_t bytes);
97 int64_t offset, int64_t bytes);
99 int64_t offset, int64_t bytes);
118 int64_t bdrv_dirty_bitmap_next_dirty(BdrvDirtyBitmap *bitmap, int64_t offset,
119 int64_t bytes);
120 int64_t bdrv_dirty_bitmap_next_zero(BdrvDirtyBitmap *bitmap, int64_t offset,
121 int64_t bytes);
123 int64_t start, int64_t end, int64_t max_dirty_count,
124 int64_t *dirty_start, int64_t *dirty_count);
[all …]
H A Dblock_int-common.h79 int64_t bytes;
502 int64_t offset, int64_t bytes, QEMUIOVector *qiov,
506 int64_t offset, int64_t bytes, QEMUIOVector *qiov,
535 int64_t offset, int64_t bytes, QEMUIOVector *qiov,
539 BlockDriverState *bs, int64_t offset, int64_t bytes,
575 BlockDriverState *bs, int64_t offset, int64_t bytes,
591 BdrvChild *dst, int64_t dst_offset, int64_t bytes,
605 BdrvChild *dst, int64_t dst_offset, int64_t bytes,
635 bool want_zero, int64_t offset, int64_t bytes, int64_t *pnum,
748 int64_t offset, int64_t len);
[all …]
H A Dreqlist.h27 int64_t offset;
28 int64_t bytes;
40 void reqlist_init_req(BlockReqList *reqs, BlockReq *req, int64_t offset,
41 int64_t bytes);
43 BlockReq *reqlist_find_conflict(BlockReqList *reqs, int64_t offset,
44 int64_t bytes);
53 bool coroutine_fn reqlist_wait_one(BlockReqList *reqs, int64_t offset,
54 int64_t bytes, CoMutex *lock);
61 void coroutine_fn reqlist_wait_all(BlockReqList *reqs, int64_t offset,
62 int64_t bytes, CoMutex *lock);
[all …]
H A Dblock-copy.h38 void block_copy_reset(BlockCopyState *s, int64_t offset, int64_t bytes);
40 int64_t coroutine_fn GRAPH_RDLOCK
41 block_copy_reset_unallocated(BlockCopyState *s, int64_t offset, int64_t *count);
43 int coroutine_fn block_copy(BlockCopyState *s, int64_t offset, int64_t bytes,
61 int64_t offset, int64_t bytes,
62 int max_workers, int64_t max_chunk,
98 int64_t block_copy_cluster_size(BlockCopyState *s);
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp47 int64_t getAverage(std::tuple<tstamp, int64_t, int64_t>& values) in getAverage() argument
52 bool valueClose(int64_t value, int64_t goal) in valueClose()
72 static void driveGoal(int64_t& seriesCnt, int64_t setPwm, int64_t goal, in driveGoal() argument
89 int64_t n0 = static_cast<int64_t>(r0.value); in driveGoal()
90 int64_t n1 = static_cast<int64_t>(r1.value); in driveGoal()
133 static void driveTime([[maybe_unused]] int64_t& seriesCnt, int64_t setPwm, in driveTime() argument
155 int64_t n0 = static_cast<int64_t>(r0.value); in driveTime()
156 int64_t n1 = static_cast<int64_t>(r1.value); in driveTime()
177 std::vector<std::tuple<tstamp, int64_t, int64_t>> series; in driveMain()
201 int64_t pwm0_value = static_cast<int64_t>(r0.value); in driveMain()
[all …]
/openbmc/qemu/include/qemu/
H A Dtimer.h750 int qemu_timeout_ns_to_ms(int64_t ns);
775 static inline int64_t qemu_soonest_timeout(int64_t timeout1, int64_t timeout2) in qemu_soonest_timeout()
813 extern int64_t clock_start;
819 extern int64_t clock_freq;
821 static inline int64_t get_clock(void) in get_clock()
832 static inline int64_t get_clock(void) in get_clock()
853 int64_t retval; in cpu_get_host_ticks()
879 int64_t val; in cpu_get_host_ticks()
889 int64_t val; in cpu_get_host_ticks()
910 int64_t val; in cpu_get_host_ticks()
[all …]
H A Dhbitmap.h300 int64_t hbitmap_next_dirty(const HBitmap *hb, int64_t start, int64_t count);
312 int64_t hbitmap_next_zero(const HBitmap *hb, int64_t start, int64_t count);
328 bool hbitmap_next_dirty_area(const HBitmap *hb, int64_t start, int64_t end,
329 int64_t max_dirty_count,
330 int64_t *dirty_start, int64_t *dirty_count);
341 bool hbitmap_status(const HBitmap *hb, int64_t start, int64_t count,
342 int64_t *pnum);
351 int64_t hbitmap_iter_next(HBitmapIter *hbi);
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_madd.c9 int64_t madd(int64_t a, int32_t rs, int32_t rt) in madd()
14 int64_t r; in madd()
24 r = ((int64_t)hi << 32) | (uint32_t)lo; in madd()
26 assert(a + (int64_t)rs * rt == r); in madd()
32 int64_t madd1(int64_t a, int32_t rs, int32_t rt) in madd1()
37 int64_t r; in madd1()
49 assert(a + (int64_t)rs * rt == r); in madd1()
55 static int64_t madd_variants(int64_t a, int32_t rs, int32_t rt) in madd_variants()
57 int64_t rd = madd(a, rs, rt); in madd_variants()
58 int64_t rd1 = madd1(a, rs, rt); in madd_variants()
[all …]
H A Dtest_r5900_mult.c9 static int64_t mult(int32_t rs, int32_t rt) in mult()
12 int64_t r; in mult()
20 r = ((int64_t)hi << 32) | (uint32_t)lo; in mult()
22 assert((int64_t)rs * rt == r); in mult()
28 static int64_t mult1(int32_t rs, int32_t rt) in mult1()
31 int64_t r; in mult1()
39 r = ((int64_t)hi << 32) | (uint32_t)lo; in mult1()
41 assert((int64_t)rs * rt == r); in mult1()
47 static int64_t mult_variants(int32_t rs, int32_t rt) in mult_variants()
49 int64_t rd = mult(rs, rt); in mult_variants()
[all …]
/openbmc/qemu/tests/tcg/hexagon/
H A Dmulti_result.c54 static int64_t vacsh(int64_t Rxx, int64_t Rss, int64_t Rtt, in vacsh()
79 static int64_t vminub(int64_t Rtt, int64_t Rss, int32_t *pred_result) in vminub()
81 int64_t result; in vminub()
93 static int64_t add_carry(int64_t Rss, int64_t Rtt, in add_carry()
96 int64_t result; in add_carry()
109 static int64_t sub_carry(int64_t Rss, int64_t Rtt, in sub_carry()
112 int64_t result; in sub_carry()
151 int64_t res64; in test_vacsh()
186 int64_t res64; in test_vminub()
204 int64_t res64; in test_add_carry()
[all …]
/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.hpp35 createDbusWrite(const std::string& path, int64_t min, int64_t max,
38 DbusWritePercent(const std::string& path, int64_t min, int64_t max, in DbusWritePercent()
45 void write(double value, bool force, int64_t* written) override;
50 int64_t oldValue = -1;
57 createDbusWrite(const std::string& path, int64_t min, int64_t max,
60 DbusWrite(const std::string& path, int64_t min, int64_t max, in DbusWrite()
67 void write(double value, bool needRedundant, int64_t* rawWritten) override;
72 int64_t oldValue = -1;
/openbmc/qemu/target/mips/tcg/
H A Dvr54xx_helper.c50 return set_HI_LOT0(env, 0 - ((int64_t)(int32_t)arg1 * in helper_muls()
51 (int64_t)(int32_t)arg2)); in helper_muls()
64 return set_HI_LOT0(env, (int64_t)get_HILO(env) + (int64_t)(int32_t)arg1 * in helper_macc()
65 (int64_t)(int32_t)arg2); in helper_macc()
71 return set_HIT0_LO(env, (int64_t)get_HILO(env) + (int64_t)(int32_t)arg1 * in helper_macchi()
72 (int64_t)(int32_t)arg2); in helper_macchi()
92 return set_HI_LOT0(env, (int64_t)get_HILO(env) - (int64_t)(int32_t)arg1 * in helper_msac()
99 return set_HIT0_LO(env, (int64_t)get_HILO(env) - (int64_t)(int32_t)arg1 * in helper_msachi()
120 return set_HIT0_LO(env, (int64_t)(int32_t)arg1 * (int64_t)(int32_t)arg2); in helper_mulhi()
133 return set_HIT0_LO(env, 0 - (int64_t)(int32_t)arg1 * in helper_mulshi()
[all …]
/openbmc/qemu/accel/tcg/
H A Dicount-common.c133 int64_t icount; in icount_get_raw()
145 int64_t icount_get(void) in icount_get()
147 int64_t icount; in icount_get()
158 int64_t icount_to_ns(int64_t icount) in icount_to_ns()
173 int64_t cur_time; in icount_adjust()
174 int64_t cur_icount; in icount_adjust()
175 int64_t delta; in icount_adjust()
227 int64_t icount_round(int64_t count) in icount_round()
236 int64_t warp_start; in icount_warp_rt()
296 int64_t clock; in icount_start_warp_timer()
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_quota.h64 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 …]
/openbmc/phosphor-pid-control/test/
H A Ddbus_util_unittest.cpp95 std::map<std::string, int64_t> zones = { in TEST()
98 const std::map<std::string, int64_t> expected_zones = { in TEST()
109 std::map<std::string, int64_t> zones; in TEST()
120 std::map<std::string, int64_t> zones = { in TEST()
133 constexpr int64_t index = 0; in TEST()
134 std::map<std::string, int64_t> zones; in TEST()
145 constexpr int64_t index = 5; in TEST()
146 std::map<std::string, int64_t> zones; in TEST()
157 std::map<std::string, int64_t> zones = { in TEST()
171 std::map<std::string, int64_t> zones = { in TEST()
[all …]
/openbmc/qemu/block/
H A Dcoroutines.h51 int64_t offset,
52 int64_t bytes,
53 int64_t *pnum,
54 int64_t *map,
59 bdrv_co_readv_vmstate(BlockDriverState *bs, QEMUIOVector *qiov, int64_t pos);
62 bdrv_co_writev_vmstate(BlockDriverState *bs, QEMUIOVector *qiov, int64_t pos);
82 int64_t offset,
83 int64_t bytes,
84 int64_t *pnum,
85 int64_t *map,
H A Dsnapshot-access.c31 int64_t offset, int64_t bytes, in snapshot_access_co_preadv_part()
44 bool want_zero, int64_t offset, in snapshot_access_co_block_status()
45 int64_t bytes, int64_t *pnum, in snapshot_access_co_block_status()
46 int64_t *map, BlockDriverState **file) in snapshot_access_co_block_status()
53 snapshot_access_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in snapshot_access_co_pdiscard()
60 int64_t offset, int64_t bytes, in snapshot_access_co_pwrite_zeroes()
68 int64_t offset, int64_t bytes, in snapshot_access_co_pwritev_part()
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_int64.c8 static always_inline int64_t add64(const int64_t a, const int64_t b) in add64()
13 static always_inline int64_t sub64(const int64_t a, const int64_t b) in sub64()
20 int64_t a = 1; in main()
21 int64_t b = 2; in main()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-call.c96 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) \

12345678910>>...50