Home
last modified time | relevance | path

Searched refs:range (Results 126 – 150 of 183) sorted by relevance

12345678

/qemu/hw/nvme/
H A Dctrl.c2475 NvmeDsmRange *range; member
2512 NvmeDsmRange *range; in nvme_dsm_md_cb() local
2520 range = &iocb->range[iocb->idx - 1]; in nvme_dsm_md_cb()
2521 slba = le64_to_cpu(range->slba); in nvme_dsm_md_cb()
2522 nlb = le32_to_cpu(range->nlb); in nvme_dsm_md_cb()
2554 NvmeDsmRange *range; in nvme_dsm_cb() local
2570 range = &iocb->range[iocb->idx++]; in nvme_dsm_cb()
2571 slba = le64_to_cpu(range->slba); in nvme_dsm_cb()
2572 nlb = le32_to_cpu(range->nlb); in nvme_dsm_cb()
2614 iocb->range = g_new(NvmeDsmRange, nr); in nvme_dsm()
[all …]
/qemu/block/
H A Dtrace-events202 curl_setup_preadv(uint64_t bytes, uint64_t start, const char *range) "reading %" PRIu64 " at %" PRI…
212 …ctor, int64_t len) "bs %p %s starts at sector offset 0x%" PRIx64 " over a range of 0x%" PRIx64 " s…
/qemu/scripts/
H A Ddump-guest-memory.py415 for cur in range(int(current_map["nr"])):
H A Danalyze-migration.py441 for i in range(1, array_len):
/qemu/hw/timer/
H A Dtrace-events104 hpet_timer_id_out_of_range(uint8_t timer_id) "timer id out of range: 0x%" PRIx8
/qemu/docs/interop/
H A Dqcow2.txt739 Each bit of the bitmap is responsible for strictly defined range of the virtual
740 disk. For bit number bit_nr the corresponding range (in bytes) will be:
896 corresponding range of the virtual disk (see above) was written to while the
897 bitmap was 'enabled'. An unset bit means that this range was not written to.
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c903 reg_struct.range.start = (uintptr_t)dev_region->mmap_addr; in generate_faults()
904 reg_struct.range.len = dev_region->size + dev_region->mmap_offset; in generate_faults()
924 (uint64_t)reg_struct.range.start, in generate_faults()
925 (uint64_t)reg_struct.range.len); in generate_faults()
/qemu/python/tests/
H A Dprotocol.py148 for _ in range(2):
/qemu/docs/specs/
H A Dacpi_erst.rst42 capture kernel panic information in a wide range of guests: from
H A Dvmgenid.rst34 ROM, or device MMIO range.
H A Dppc-spapr-xive.rst261 range ``[ 0x0 ... 0x1FFF ]`` and its type : ``MSI`` or ``LSI``
/qemu/include/hw/pci/
H A Dpci.h361 void pci_bus_get_w64_range(PCIBus *bus, Range *range);
/qemu/docs/system/
H A Ddevice-url-syntax.rst.inc160 The amount of data to read ahead with each range request to the
H A Dvnc-security.rst119 integration with a wide range of authentication mechanisms, such as PAM,
H A Dauthz.rst95 In some network backends it will be desirable to grant access to a range of
/qemu/include/libdecnumber/
H A DdecNumberLocal.h223 #error DECDPUN must be in the range 1-9
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py423 for i in range(10):
/qemu/docs/system/arm/
H A Demulation.rst142 - FEAT_TLBIRANGE (TLB invalidate range instructions)
/qemu/tests/qapi-schema/
H A Dqapi-schema-test.json200 # For testing integer range flattening in opts-visitor. The following schema
/qemu/docs/system/i386/
H A Dsgx.rst53 to physical EPC. Because physical EPC is protected via range registers,
/qemu/python/qemu/machine/
H A Dmachine.py312 for _ in range(self._console_index):
/qemu/hw/i386/
H A Dtrace-events37 …t64_t start, uint64_t end) "walk (base=0x%"PRIx64", level=%"PRIu32") iova range 0x%"PRIx64" - 0x%"…
/qemu/hw/arm/
H A Dsmmuv3.c1242 uint8_t range = CMD_STE_RANGE(&cmd); in smmuv3_cmdq_consume() local
1250 mask = (1ULL << (range + 1)) - 1; in smmuv3_cmdq_consume()
/qemu/audio/
H A Dcoreaudio.m395 "Could not get device buffer frame range\n");
/qemu/tests/qemu-iotests/
H A D049.out98 qemu-img: TEST_DIR/t.qcow2: Value '-1024' is out of range for parameter 'size'

12345678