Searched full:similar (Results 1 – 25 of 233) sorted by relevance
12345678910
/qemu/crypto/ |
H A D | der.h | 65 * Decode sequence from DER-encoded data, similar with der_decode_int. 88 * Decode OID from DER-encoded data, similar with der_decode_int. 111 * Decode OCTET STRING from DER-encoded data, similar with der_decode_int. 134 * Decode BIT STRING from DER-encoded data, similar with der_decode_int.
|
/qemu/include/qemu/ |
H A D | error-report.h | 52 * Similar to error_report(), except it prints the message just once. 63 * Similar to warn_report(), except it prints the message just once.
|
H A D | futex.h | 2 * Wrappers around Linux futex syscall and similar
|
/qemu/tests/qtest/ |
H A D | device-plug-test.c | 172 /* similar to test_pci_unplug_request */ in test_spapr_cpu_unplug_request() 186 /* similar to test_pci_unplug_request */ in test_spapr_memory_unplug_request() 198 /* similar to test_pci_unplug_request */ in test_spapr_phb_unplug_request()
|
/qemu/target/ppc/ |
H A D | power8-pmu-regs.c.inc | 171 * similar to what is done in spr_write_MMCR0_ureg(). 212 /* The remaining steps are similar to PMCs 1-4 userspace read */ 245 /* The remaining steps are similar to PMCs 1-4 userspace write */
|
/qemu/util/ |
H A D | envlist.c | 52 * Sets environment value to envlist in similar manner 99 * Removes given env value from envlist in similar manner
|
/qemu/docs/ |
H A D | glossary.rst | 129 mount and access QEMU images, providing functionality similar to a loop device. 176 and user mode. The end goal is to have a similar set of functionality compared 271 minimal overhead, defining a set of data structures and hypercalls (similar to
|
/qemu/hw/nvram/ |
H A D | Kconfig | 12 # NMC93XX uses the NS uWire interface (similar to SPI but less configurable)
|
/qemu/docs/system/i386/ |
H A D | nitro-enclave.rst | 15 In QEMU, ``nitro-enclave`` is a machine type based on ``microvm`` similar to how 48 First, run `vhost-device-vsock`__ (or a similar tool that supports vhost-user-vsock).
|
H A D | sgx.rst | 30 requires explicit allocation of EPC to the VM. Similar to other specialized 120 directly modify the LC configuration. Similar to hardware behavior, locking
|
/qemu/docs/system/ |
H A D | target-xtensa.rst | 14 The sim pseudo board emulation provides an environment similar to one
|
H A D | targets.rst | 7 options are similar for all machines. Specific information about the
|
H A D | guest-loader.rst | 7 The guest loader is similar to the ``generic-loader`` although it is
|
/qemu/linux-user/microblaze/ |
H A D | target_syscall.h | 7 /* We use microblaze_reg_t to keep things similar to the kernel sources. */
|
/qemu/rust/qemu-api/src/ |
H A D | error.rs | 33 //! requires mentioning [`qemu_api::Error`](crate::Error) explicitly. Similar 158 /// similar to the C API `error_propagate`, but it panics if `*errp` 178 /// a possible error into `errp`. This is similar to the C API 199 /// This is similar to the C API `error_propagate`, but it panics if
|
/qemu/linux-user/ |
H A D | socket.h | 17 * For writing rarp and other similar things on the user
|
H A D | strace.h | 33 * in a format similar to:
|
/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 27 are conceptually similar they are currently not interchangeable. 121 right ``AioContext``. Other subsystems may wish to follow a similar approach.
|
/qemu/docs/about/ |
H A D | build-platforms.rst | 85 Ubuntu LTS. Other distros will be assumed to ship similar software versions. 91 similar versions.
|
/qemu/include/hw/intc/ |
H A D | armv7m_nvic.h | 108 * Similar to armv7m_nvic_set_pending(), but specifically for derived 121 * Similar to armv7m_nvic_set_pending(), but specifically for exceptions
|
/qemu/docs/system/devices/ |
H A D | ivshmem-flat.rst | 12 Similar to the ivshmem device, the ivshmem-flat device supports both peer
|
/qemu/tests/tcg/arm/ |
H A D | commpage.c | 7 * is a 32 bit invention and similar to the vdso segment in many ways.
|
/qemu/docs/specs/ |
H A D | pvpanic.rst | 38 The PCI interface is similar to the ISA interface except that it uses an MMIO
|
H A D | acpi_hw_reduced_hotplug.rst | 12 statements. It follows a very similar approach to the _EVT method
|
/qemu/hw/rtc/ |
H A D | m48t59-internal.h | 30 * The M48T02, M48T08 and M48T59 chips are very similar. The newer '59 has
|
12345678910