Home
last modified time | relevance | path

Searched refs:int64_t (Results 251 – 275 of 1238) sorted by relevance

1...<<11121314151617181920>>...50

/openbmc/qemu/hw/rtc/
H A Dpl031.c62 int64_t now = qemu_clock_get_ns(rtc_clock); in pl031_get_count()
78 int64_t now = qemu_clock_get_ns(rtc_clock); in pl031_set_alarm()
79 timer_mod(s->timer, now + (int64_t)ticks * NANOSECONDS_PER_SECOND); in pl031_set_alarm()
237 int64_t delta = qemu_clock_get_ns(rtc_clock) - qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in pl031_pre_save()
264 int64_t delta = qemu_clock_get_ns(rtc_clock) - in pl031_post_load()
/openbmc/qemu/audio/
H A Drate_template.h40 int64_t t; in NAME()
105 out.l = (ilast.l * ((int64_t) UINT_MAX - t) + icur.l * t) >> 32; in NAME()
106 out.r = (ilast.r * ((int64_t) UINT_MAX - t) + icur.r * t) >> 32; in NAME()
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dnet_target_decrease.cpp65 if (std::holds_alternative<int64_t>(value) || in run()
87 std::get<int64_t>(_state) - in run()
88 std::get<int64_t>(value)); in run()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c634 #define OP_SSS_D int64_t, int64_t, int64_t, int64_t, int64_t
638 #define OP_SUS_D int64_t, uint64_t, int64_t, uint64_t, int64_t
641 #define WOP_SSS_W int64_t, int32_t, int32_t, int64_t, int64_t
749 #define WOP_SSS_W int64_t, int32_t, int32_t, int64_t, int64_t
755 #define WOP_WSSS_W int64_t, int32_t, int64_t, int64_t, int64_t
1401 static int64_t do_mulh_d(int64_t s2, int64_t s1) in do_mulh_d()
2311 int64_t res = (int64_t)a + b; in aadd32()
2386 int64_t res = (int64_t)a - b; in RVVCALL()
2395 int64_t res = (int64_t)a - b; in asub64()
2424 int64_t res = (int64_t)a - b; in RVVCALL()
[all …]
/openbmc/qemu/include/hw/rtc/
H A Dmc146818rtc_regs.h84 static inline int64_t periodic_clock_to_ns(int64_t clocks) in periodic_clock_to_ns()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c67 int64_t val, int width, int slot) in log_store64()
359 int64_t RxxV, int64_t RssV, int64_t RttV, in HELPER()
377 int64_t RxxV, int64_t RssV, int64_t RttV) in HELPER()
392 int64_t HELPER(cabacdecbin_val)(int64_t RssV, int64_t RttV) in HELPER()
394 int64_t RddV = 0; in HELPER()
435 int32_t HELPER(cabacdecbin_pred)(int64_t RssV, int64_t RttV) in HELPER()
729 int64_t RddV; in HELPER()
789 int64_t RddV; in HELPER()
849 int64_t RddV; in HELPER()
909 int64_t RddV; in HELPER()
[all …]
/openbmc/phosphor-pid-control/sensors/
H A Dpluggable.hpp18 PluggableSensor(const std::string& name, int64_t timeout, in PluggableSensor()
27 void write(double value, bool force, int64_t* written) override;
/openbmc/qemu/include/hw/char/
H A Drenesas_sci.h49 int64_t trtime;
50 int64_t rx_next;
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c291 static inline uint32_t do_mulh_s(int64_t n, int64_t m) in do_mulh_s()
365 static inline uint64_t do_sadalp_d(int64_t n, int64_t m) in do_sadalp_d()
522 static inline int32_t do_sat_bhs(int64_t val, int64_t min, int64_t max)
531 static inline int64_t do_sqadd_d(int64_t n, int64_t m) in do_sqadd_d()
565 static inline int64_t do_sqsub_d(int64_t n, int64_t m) in DO_ZPZZ()
601 static inline int64_t do_suqadd_d(int64_t n, uint64_t m) in DO_ZPZZ()
1081 static inline int64_t do_sqdmull_d(int64_t n, int64_t m) in do_sqdmull_d()
1393 static int64_t do_cdot_d(uint64_t n, uint64_t m, int64_t a, in do_cdot_d()
1792 DO_VPZ_D(sve_smaxv_d, int64_t, int64_t, INT64_MIN, DO_MAX)
1802 DO_VPZ_D(sve_sminv_d, int64_t, int64_t, INT64_MAX, DO_MIN)
[all …]
H A Dtranslate.h432 int64_t shift, uint32_t opr_sz, uint32_t max_sz);
434 int64_t shift, uint32_t opr_sz, uint32_t max_sz);
437 int64_t shift, uint32_t opr_sz, uint32_t max_sz);
439 int64_t shift, uint32_t opr_sz, uint32_t max_sz);
441 int64_t shift, uint32_t opr_sz, uint32_t max_sz);
443 int64_t shift, uint32_t opr_sz, uint32_t max_sz);
446 int64_t shift, uint32_t opr_sz, uint32_t max_sz);
448 int64_t shift, uint32_t opr_sz, uint32_t max_sz);
473 typedef void GVecGen2iFn(unsigned, uint32_t, uint32_t, int64_t,
501 typedef void WideShiftImmFn(TCGv_i64, TCGv_i64, int64_t shift);
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c28 static uint32_t ns_to_ticks(NRF51TimerState *s, int64_t ns) in ns_to_ticks()
35 static int64_t ticks_to_ns(NRF51TimerState *s, uint32_t ticks) in ticks_to_ns()
43 static uint32_t update_counter(NRF51TimerState *s, int64_t now) in update_counter()
58 static void rearm_timer(NRF51TimerState *s, int64_t now) in rearm_timer()
60 int64_t min_ns = INT64_MAX; in rearm_timer()
64 int64_t delta_ns; in rearm_timer()
101 int64_t now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in timer_expire()
/openbmc/qemu/block/
H A Dbackup.c45 int64_t cluster_size;
258 int64_t offset = 0; in backup_run()
259 int64_t count; in backup_run()
315 static void backup_set_speed(BlockJob *job, int64_t speed) in backup_set_speed()
356 BlockDriverState *target, int64_t speed, in backup_job_create()
368 int64_t len, target_len; in backup_job_create()
370 int64_t cluster_size; in backup_job_create()
H A Ddmg.c74 read_uint64(BlockDriverState *bs, int64_t offset, uint64_t *result) in read_uint64()
89 read_uint32(BlockDriverState *bs, int64_t offset, uint32_t *result) in read_uint32()
103 static inline uint64_t buff_read_uint64(const uint8_t *buffer, int64_t offset) in buff_read_uint64()
108 static inline uint32_t buff_read_uint32(const uint8_t *buffer, int64_t offset) in buff_read_uint32()
149 static int64_t dmg_find_koly_offset(BdrvChild *file, Error **errp) in dmg_find_koly_offset()
152 int64_t length; in dmg_find_koly_offset()
153 int64_t offset = 0; in dmg_find_koly_offset()
224 int64_t offset = 0; in dmg_read_mish_block()
456 int64_t offset; in dmg_open()
729 dmg_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in dmg_co_preadv()
H A Dblkdebug.c97 int64_t offset;
189 int64_t sector; in add_rule()
634 blkdebug_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkdebug_co_preadv()
655 blkdebug_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkdebug_co_pwritev()
687 blkdebug_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkdebug_co_pwrite_zeroes()
720 blkdebug_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in blkdebug_co_pdiscard()
754 blkdebug_co_block_status(BlockDriverState *bs, bool want_zero, int64_t offset, in blkdebug_co_block_status()
755 int64_t bytes, int64_t *pnum, int64_t *map, in blkdebug_co_block_status()
971 static int64_t coroutine_fn GRAPH_RDLOCK
H A Daccounting.c106 int64_t bytes, enum BlockAcctType type) in block_acct_start()
131 int64_t latency_ns) in block_latency_histogram_account()
207 int64_t time_ns = qemu_clock_get_ns(clock_type); in block_account_one_io()
208 int64_t latency_ns = time_ns - cookie->start_time_ns; in block_account_one_io()
281 int64_t block_acct_idle_time_ns(BlockAcctStats *stats) in block_acct_idle_time_ns()
H A Dbochs.c212 static int64_t coroutine_fn GRAPH_RDLOCK
213 seek_to_sector(BlockDriverState *bs, int64_t sector_num) in seek_to_sector()
248 bochs_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bochs_co_preadv()
265 int64_t block_offset = seek_to_sector(bs, sector_num); in bochs_co_preadv()
/openbmc/qemu/system/
H A Dcpus.c211 int64_t cpus_get_virtual_clock(void) in cpus_get_virtual_clock()
236 int64_t cpus_get_elapsed_ticks(void) in cpus_get_elapsed_ticks()
748 void qmp_memsave(int64_t addr, int64_t size, const char *filename, in qmp_memsave()
749 bool has_cpu, int64_t cpu_index, Error **errp) in qmp_memsave()
755 int64_t orig_addr = addr, orig_size = size; in qmp_memsave()
795 void qmp_pmemsave(int64_t addr, int64_t size, const char *filename, in qmp_pmemsave()
/openbmc/qemu/util/
H A Dtrace-events4 run_poll_handlers_begin(void *ctx, int64_t max_ns, int64_t timeout) "ctx %p max_ns %"PRId64 " timeo…
5 run_poll_handlers_end(void *ctx, bool progress, int64_t timeout) "ctx %p progress %d new timeout %"…
6 poll_shrink(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64
7 poll_grow(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64
28 …*mon, const char *dirpath, const char *filename, void *cb, void *opaque, int64_t id) "File monitor…
29 qemu_file_monitor_remove_watch(void *mon, const char *dirpath, int64_t id) "File monitor %p remove …
34 …nst char *dirpath, const char *filename, int ev, void *cb, void *opaque, int64_t id) "File monitor…
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c232 STATIC int64_t
240 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_bnobt_key_diff()
243 STATIC int64_t
250 int64_t diff; in xfs_cntbt_key_diff()
252 diff = (int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount; in xfs_cntbt_key_diff()
256 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_cntbt_key_diff()
259 STATIC int64_t
268 return (int64_t)be32_to_cpu(k1->alloc.ar_startblock) - in xfs_bnobt_diff_two_keys()
272 STATIC int64_t
279 int64_t diff; in xfs_cntbt_diff_two_keys()
H A Dxfs_ag_resv.c219 error = xfs_mod_fdblocks(mp, -(int64_t)hidden_space, true); in __xfs_ag_resv_init()
373 xfs_trans_mod_sb(args->tp, field, -(int64_t)args->len); in xfs_ag_resv_alloc_extent()
382 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_RES_FDBLOCKS, -(int64_t)len); in xfs_ag_resv_alloc_extent()
386 -((int64_t)args->len - len)); in xfs_ag_resv_alloc_extent()
413 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, (int64_t)len); in xfs_ag_resv_free_extent()
/openbmc/qemu/tests/qtest/
H A Dlibqtest-single.h301 static inline int64_t clock_step_next(void) in clock_step_next()
314 static inline int64_t clock_step(int64_t step) in clock_step()
/openbmc/qemu/
H A Devent-loop-base.c47 int64_t *field = (void *)event_loop_base + info->offset; in event_loop_base_get_param()
58 int64_t *field = (void *)base + info->offset; in event_loop_base_set_param()
59 int64_t value; in event_loop_base_set_param()
/openbmc/phosphor-fan-presence/monitor/
H A Dtypes.hpp36 using PropertyValue = std::variant<bool, int64_t, std::string>;
69 if (auto int64Ptr = entry.get_ptr<const int64_t*>()) in getPropValue()
112 int64_t offset;
/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.cpp197 std::pair<std::map<int64_t, conf::PIDConf>, std::map<int64_t, conf::ZoneConfig>>
201 std::map<int64_t, conf::PIDConf> pidConfig; in buildPIDsFromJson()
203 std::map<int64_t, conf::ZoneConfig> zoneConfig; in buildPIDsFromJson()
209 int64_t id; in buildPIDsFromJson()
/openbmc/qemu/include/hw/timer/
H A Dnpcm7xx_timer.h48 int64_t expires_ns;
49 int64_t remaining_ns;

1...<<11121314151617181920>>...50