Searched full:corresponds (Results 1 – 25 of 91) sorted by relevance
1234
/qemu/include/standard-headers/linux/ |
H A D | virtio_mem.h | 58 * The "region_size" corresponds to the maximum amount of memory that can 59 * be provided by a device. The "size" corresponds to the amount of memory 60 * that is currently plugged. "requested_size" corresponds to a request
|
H A D | vmclock-abi.h | 129 * corresponds to the 'subtype' field in virtio-rtc, which indicates
|
/qemu/rust/qemu-api/src/ |
H A D | log.rs | 13 /// Corresponds to `LOG_GUEST_ERROR` in the C implementation. 17 /// Corresponds to `LOG_UNIMP` in the C implementation.
|
H A D | sysbus.rs | 55 /// region with a number that corresponds to the order of calls to 67 /// a number that corresponds to the order of calls to `init_irq`.
|
/qemu/target/arm/tcg/ |
H A D | translate-a64.h | 34 /* This function corresponds to CheckStreamingSVEEnabled. */ 40 /* This function corresponds to CheckSMEAndZAEnabled. */ 46 /* Note that this function corresponds to CheckStreamingSVEAndZAEnabled. */
|
H A D | vec_internal.h | 236 * Corresponds to the ARM pseudocode function BFDotAdd, specialized 251 * Corresponds to the ARM pseudocode function BFDotAdd, specialized
|
/qemu/tests/tcg/s390x/ |
H A D | lpsw.S | 32 .quad 0x1000180000000,expected_pswa /* corresponds to short_psw */
|
/qemu/tests/qtest/ |
H A D | stm32l4x5_exti-test.c | 178 * Bit 0 in EXTI_*1 registers (EXTI0) corresponds to GPIO Px_0 in test_software_interrupt() 212 * Bit 3 in EXTI_*2 registers (EXTI35) corresponds to PVM 1 Wakeup in test_software_interrupt() 348 * Bit 0 in EXTI_*1 registers (EXTI0) corresponds to GPIO Px_0 in test_no_software_interrupt() 380 * Bit 3 in EXTI_*2 registers (EXTI35) corresponds to PVM 1 Wakeup in test_no_software_interrupt()
|
/qemu/include/system/ |
H A D | cpu-throttle.h | 36 * time. A throttle_percentage of 25 corresponds to a 75% duty cycle roughly.
|
H A D | ramblock.h | 89 * RAM block length that corresponds to the used_length on the migration
|
/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 54 APQI corresponds to a given usage domain number within the adapter. This tuple 83 to the KVM guest. Each bit in the mask, from left to right, corresponds to 89 corresponds to an AP queue index (APQI) from 0-255. If a bit is set, the 95 guest. Each bit in the mask, from left to right, corresponds to a domain from 229 to least significant bit in big endian order), corresponds to an APID from 236 to least significant bit in big endian order), corresponds to an APQI from
|
/qemu/scripts/tracetool/format/ |
H A D | __init__.py | 10 A new format named 'foo-bar' corresponds to Python module
|
/qemu/hw/virtio/ |
H A D | virtio-pmem-pci.c | 59 /* the plugged size corresponds to the region size */ in virtio_pmem_pci_get_plugged_size()
|
/qemu/include/hw/misc/ |
H A D | tz-ppc.h | 61 * corresponds to the hardware allowing this to be set as a Verilog
|
/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 577 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in 588 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in 611 * corresponds to an area of 4x1 tiles in the main surface. The main surface 667 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in 678 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in 701 * corresponds to an area of 4x1 tiles in the main surface. The main surface 960 * the page kind "0", which corresponds to "pitch/linear" and hence is unusable 962 * which corresponds to the "generic" kind used for simple single-sample 1325 * this corresponds to the luma plane. 1329 * For semi-planar and fully-planar YUV buffers, this corresponds to the chroma plane(s).
|
/qemu/contrib/ivshmem-server/ |
H A D | ivshmem-server.h | 80 * @shm_path: Path to the shared memory. The path corresponds to a POSIX
|
/qemu/docs/devel/ |
H A D | reset.rst | 40 clean state prior to loading a snapshot. (This corresponds to a reset 163 Three methods should be defined or left empty. Each method corresponds to a
|
H A D | tcg.rst | 123 This address corresponds to the TB that will be patched; it may be
|
/qemu/include/hw/mem/ |
H A D | memory-device.h | 92 * most devices, this corresponds to the size of the memory region.
|
/qemu/scripts/tracetool/backend/ |
H A D | __init__.py | 10 A new backend named 'foo-bar' corresponds to Python module
|
/qemu/target/xtensa/ |
H A D | xtensa-isa-internal.h | 209 * arrays corresponds to "special" registers and the second to "user"
|
/qemu/include/hw/intc/ |
H A D | armv7m_nvic.h | 190 * This corresponds to the pseudocode IsReqExecPriNeg().
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hotplug.rst | 482 corresponds to ``reg`` property in ``/memory`` node. 483 - DRC index of the LMB that corresponds to ``ibm,my-drc-index`` property
|
/qemu/util/ |
H A D | crc-ccitt.c | 20 * be seen in entry 128, 0x8408. This corresponds to x^0 + x^5 + x^12.
|
/qemu/linux-user/aarch64/ |
H A D | signal.c | 209 * at a subsequent address. This corresponds to a little-endian store in target_setup_sve_record() 343 * at a subsequent address. This corresponds to a little-endian load in target_restore_sve_record()
|
1234