Home
last modified time | relevance | path

Searched defs:u64 (Results 1 – 25 of 26) sorted by relevance

12

/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs150 const fn hpet_next_wrap(cur_tick: u64) -> u64 { in hpet_next_wrap()
154 const fn hpet_time_after(a: u64, b: u64) -> bool { in hpet_time_after()
158 const fn ticks_to_ns(value: u64) -> u64 { in ticks_to_ns()
162 const fn ns_to_ticks(value: u64) -> u64 { in ns_to_ticks()
167 const fn hpet_fixup_reg(new: u64, old: u64, mask: u64) -> u64 { in hpet_fixup_reg()
171 const fn activating_bit(old: u64, new: u64, shift: usize) -> bool { in activating_bit()
176 const fn deactivating_bit(old: u64, new: u64, shift: usize) -> bool { in deactivating_bit()
284 fn calculate_cmp64(&self, cur_tick: u64, target: u64) -> u64 { in calculate_cmp64()
360 fn arm_timer(&mut self, tick: u64) { in arm_timer()
402 fn set_tn_cfg_reg(&mut self, shift: u32, len: u32, val: u64) { in set_tn_cfg_reg()
[all …]
H A Dfw_cfg.rs59 pub(crate) fn update_hpet_cfg(hpet_id: usize, timer_block_id: u32, address: u64) { in update_hpet_cfg()
/qemu/rust/qemu-api/src/
H A Dmemory.rs48 ) -> u64 { in memory_region_ops_read_cb()
52 unsafe extern "C" fn memory_region_ops_write_cb<T, F: for<'a> FnCall<(&'a T, hwaddr, u64, u32)>>( in memory_region_ops_write_cb() argument
55 data: u64, in memory_region_ops_write_cb()
69 pub const fn write<F: for<'a> FnCall<(&'a T, hwaddr, u64, u32)>>(mut self, _f: &F) -> Self { in write() argument
154 size: u64, in do_init_io()
173 size: u64, in init_io()
H A Dsysbus.rs76 fn mmio_addr(&self, id: u32) -> Option<u64> { in mmio_addr()
90 fn mmio_map(&self, id: u32, addr: u64) { in mmio_map()
H A Dtimer.rs89 pub fn modify(&self, expire_time: u64) { in modify()
114 pub fn get_ns(&self) -> u64 { in get_ns()
/qemu/include/qobject/
H A Dqnum.h52 uint64_t u64; member
/qemu/include/hw/remote/
H A Dmpqemu-link.h82 uint64_t u64; member
/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h24 typedef unsigned long long u64; typedef
/qemu/tests/unit/
H A Dtest-opts-visitor.c100 uint64List *u64; in test_value() local
H A Dtest-visitor-serialization.c52 uint64_t u64; member
H A Dtest-qobject-input-visitor.c284 uint64_t u64; in test_visitor_in_large_number() local
/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs537 fn read(&self, offset: hwaddr, _size: u32) -> u64 { in read()
558 fn write(&self, offset: hwaddr, value: u64, _size: u32) { in write()
667 addr: u64, in pl011_create()
/qemu/tests/tcg/multiarch/
H A Dsha512.c113 uint64_t u64[8]; member
135 uint64_t u64[16]; member
/qemu/include/qemu/
H A Dqemu-plugin.h288 uint64_t u64; member
/qemu/linux-user/
H A Dfd-trans.c515 uint64_t *u64; in host_to_target_data_bridge_nlattr() local
601 uint64_t *u64; in host_to_target_slave_data_bridge_nlattr() local
784 uint64_t *u64; in host_to_target_data_inet6_nlattr() local
898 uint64_t *u64; in host_to_target_data_vf_stats_nlattr() local
/qemu/qapi/
H A Dstring-input-visitor.c40 uint64_t u64; member
/qemu/tests/fp/
H A Dfp-bench.c96 uint64_t u64; member
/qemu/hw/virtio/
H A Dvhost-user.c179 uint64_t u64; member
214 uint64_t u64; member
1078 static int vhost_user_get_u64(struct vhost_dev *dev, int request, uint64_t *u64) in vhost_user_get_u64()
1385 static int vhost_user_set_u64(struct vhost_dev *dev, int request, uint64_t u64, in vhost_user_set_u64()
/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h111 uint64_t u64; member
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h171 uint64_t u64; member
203 uint64_t u64; member
/qemu/hw/display/
H A Dvhost-user-gpu.c107 uint64_t u64; member
/qemu/target/ppc/
H A Dkvm.c569 uint64_t u64; in kvm_get_one_spr() member
602 uint64_t u64; in kvm_put_one_spr() member
H A Dcpu.h336 uint64_t u64[2]; member
/qemu/tests/qtest/
H A Dvhost-user-test.c122 uint64_t u64; member
/qemu/hw/net/
H A Dvmxnet3.h30 #define u64 uint64_t macro

12