Home
last modified time | relevance | path

Searched refs:long (Results 1 – 25 of 114) sorted by relevance

12345

/qemu/accel/kvm/
H A Dtrace-events4 kvm_ioctl(unsigned long type, void *arg) "type 0x%lx, arg %p"
5 kvm_vm_ioctl(unsigned long type, void *arg) "type 0x%lx, arg %p"
6 kvm_vcpu_ioctl(int cpu_index, unsigned long type, void *arg) "cpu_index %d, type 0x%lx, arg %p"
8 kvm_device_ioctl(int fd, unsigned long type, void *arg) "dev fd %d, type 0x%lx, arg %p"
11 kvm_init_vcpu(int cpu_index, unsigned long arch_cpu_id) "index: %d id: %lu"
12 kvm_create_vcpu(int cpu_index, unsigned long arch_cpu_id, int kvm_fd) "index: %d, id: %lu, kvm fd: …
13 kvm_destroy_vcpu(int cpu_index, unsigned long arch_cpu_id) "index: %d id: %lu"
14 kvm_park_vcpu(int cpu_index, unsigned long arch_cpu_id) "index: %d id: %lu"
15 kvm_unpark_vcpu(unsigned long arch_cpu_id, const char *msg) "id: %lu %s"
/qemu/tests/tcg/aarch64/
H A Dbti-crt.c.inc38 unsigned long flags;
39 unsigned long restorer;
40 unsigned long mask;
46 register int x3 __asm__("x3") = sizeof(unsigned long);
/qemu/hw/vfio/
H A Dtrace-events22 vfio_pci_load_rom(const char *name, unsigned long size, unsigned long offset, unsigned long flags) …
38 …io_populate_device_config(const char *name, unsigned long size, unsigned long offset, unsigned lon…
117 …nst char *dev, int index, const char *name, unsigned long flags, unsigned long offset, unsigned lo…
118 vfio_region_mmap_fault(const char *name, int index, unsigned long offset, unsigned long size, int f…
119 vfio_region_mmap(const char *name, unsigned long offset, unsigned long end) "Region %s [0x%lx - 0x%…
123 vfio_region_unmap(const char *name, unsigned long offset, unsigned long end) "Region %s unmap [0x%l…
125 vfio_region_sparse_mmap_entry(int i, unsigned long start, unsigned long end) "sparse entry %d [0x%l…
/qemu/scripts/coccinelle/
H A Doverflow_muldiv64.cocci5 { uint64_t, int64_t, long, unsigned long } a, b;
H A Dswap_muldiv64.cocci8 { uint64_t, int64_t, long, unsigned long } b;
/qemu/hw/scsi/
H A Dtrace-events53 megasas_qf_busy(unsigned long pa) "all frames busy for frame 0x%lx"
56 megasas_qf_map_failed(int cmd, unsigned long frame) "scmd %d: frame %lu"
61 megasas_handle_scsi(const char *frame, int bus, int dev, int lun, void *sdev, unsigned long size) "…
74 megasas_handle_io(int cmd, const char *frame, int dev, int lun, unsigned long lba, unsigned long co…
76 megasas_io_read_start(int cmd, unsigned long lba, unsigned long count, unsigned long len) "scmd %d:…
77 megasas_io_write_start(int cmd, unsigned long lba, unsigned long count, unsigned long len) "scmd %d…
93 megasas_dcmd_invalid_xfer_len(int cmd, unsigned long size, unsigned long max) "scmd %d: xfer len %l…
95 megasas_dcmd_dummy(int cmd, unsigned long size) "scmd %d: xfer len %ld"
96 megasas_dcmd_set_fw_time(int cmd, unsigned long time) "scmd %d: Set FW time 0x%lx"
104 megasas_dcmd_unsupported(int cmd, unsigned long size) "scmd %d: set properties len %ld"
[all …]
/qemu/scripts/
H A Dmeson-buildoptions.py110 def help_line(left, opt, indent, long): argument
112 if long:
116 if "choices" in opt and long:
/qemu/target/hexagon/idef-parser/
H A DREADME.rst310 long 64 signed
311 long int
312 signed long
313 signed long int
315 unsigned long 64 unsigned
316 unsigned long int
318 long long 64 signed
319 long long int
320 signed long long
321 signed long long int
[all …]
/qemu/tests/qemu-iotests/
H A D092.out24 qemu-io: can't open device TEST_DIR/t.qcow: Backing file name too long
25 qemu-io: can't open device TEST_DIR/t.qcow: Backing file name too long
H A Dmeson.build59 # Some individual tests take as long as 45 seconds
/qemu/hw/xen/
H A Dtrace-events46 xen_ram_alloc(unsigned long ram_addr, unsigned long size) "requested: 0x%lx, size 0x%lx"
47 xen_client_set_memory(uint64_t start_addr, unsigned long size, bool log_dirty) "0x%"PRIx64" size 0x…
60 xen_map_ioreq_server_shared_page(long unsigned int ioreq_pfn) "shared page at pfn 0x%lx"
61 xen_map_ioreq_server_buffered_io_page(long unsigned int ioreq_pfn) "buffered io page at pfn 0x%lx"
/qemu/migration/
H A Dtrace-events95 get_queued_page(const char *block_name, uint64_t tmp_offset, unsigned long page_abs) "%s/0x%" PRIx6…
96 get_queued_page_not_dirty(const char *block_name, uint64_t tmp_offset, unsigned long page_abs) "%s/…
99 migration_bitmap_clear_dirty(char *str, uint64_t start, uint64_t size, unsigned long page) "rb %s s…
124 postcopy_preempt_triggered(char *str, unsigned long page) "during sending ramblock %s offset 0x%lx"
125 postcopy_preempt_restored(char *str, unsigned long page) "ramblock %s offset 0x%lx"
136 multifd_recv_sync_main(long packet_num) "packet num %ld"
145 multifd_send_sync_main(long packet_num) "packet num %ld"
249 qemu_rdma_write_one_post(uint64_t chunk, long addr, long remote, uint32_t len) "Posting chunk: %" P…
280 postcopy_discard_send_range(const char *ramblock, unsigned long start, unsigned long length) "%s:%l…
/qemu/docs/devel/
H A Dtcg-icount.rst10 TCG has long supported a feature known as icount which allows for
13 long an instruction would take on real hardware. That is a job for
37 executed. The budget of instructions is limited by how long it will be
H A Dtrivial-patches.rst43 A single team member can be on duty as long as they like. The suggested
/qemu/rust/qemu-api/src/
H A Dchardev.rs205 pub fn send_break(&self, long: bool) -> io::Result<()> { in send_break()
207 let mut duration: c_int = long.into(); in send_break()
/qemu/tests/qapi-schema/
H A Dunion-base-union.json2 # TODO: It would be possible to allow a union as a base, as long as all
/qemu/target/arm/tcg/
H A Dsve.decode907 # SVE2 multiply-add long (indexed)
925 # SVE2 integer multiply long (indexed)
1392 ## SVE2 integer add/subtract long
1409 ## SVE2 integer add/subtract interleaved long
1427 ## SVE2 integer multiply long
1438 ## SVE2 bitwise shift left long
1472 ## SVE2 integer absolute difference and accumulate long
1479 ## SVE2 integer add/subtract long with carry
1567 ## SVE2 saturating multiply-add long
1574 ## SVE2 saturating multiply-add interleaved long
[all …]
/qemu/docs/specs/
H A Dpci-serial.rst21 IO bar, 8 bytes long, with the 16550 UART mapped to it.
H A Dpci-testdev.rst20 * 1,2,4 for byte,word or long write.
/qemu/nbd/
H A Dtrace-events25 nbd_init_set_block_size(unsigned long block_size) "Setting block size to %lu"
26 nbd_init_set_size(unsigned long sectors) "Setting size to %lu block(s)"
79 nbd_handshake_timer_cb(void) "client took too long to negotiate"
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmilatency.py251 bins = [long(tsc_per_usec * 10**i) for i in range(9)]
66 (max_latency, smi_count_delta, bins) = bits.smi_latency(long(15 * tsc_per_sec), bins)
/qemu/qapi/
H A Ddump.json52 # can take very long depending on the amount of guest memory.
111 # Describe the status of a long-running background guest memory dump.
/qemu/audio/
H A Dtrace-events8 alsa_read_zero(long len) "Failed to read %ld frames (read zero)"
/qemu/docs/spin/
H A Daio_notify_bug.promela113 /* There must be infinitely many transitions of event as long
H A Daio_notify_accept.promela125 /* There must be infinitely many transitions of event as long

12345