Home
last modified time | relevance | path

Searched full:behaviour (Results 1 – 25 of 166) sorted by relevance

1234567

/qemu/include/hw/
H A Dptimer.h38 * traditional ptimer behaviour from before policy flags were introduced.
40 * timer behaviour. For a new device using ptimers, you should not
41 * use PTIMER_POLICY_LEGACY, but instead check the actual behaviour
45 * and are in a position to check or test the real hardware behaviour,
104 * @policy: PTIMER_POLICY_* bits specifying behaviour
167 * Note that if your counter behaviour is specified as having a
204 * need to call one of them. If the counter behaviour is specified
236 * be used to emulate the behaviour of timers which immediately
H A Dirq.h92 * provide default behaviour if its output is left floating, and
/qemu/include/hw/ssi/
H A Dssi.h39 /* if you have standard or no CS behaviour, just override transfer.
51 /* if you have non-standard CS behaviour override this to take control
52 * of the CS behaviour at the device level. transfer, set_cs, and
/qemu/include/qemu/
H A Dfifo32.h84 * Push a 32 bits data word to the FIFO. Behaviour is undefined if the FIFO
105 * Push a 32 bit word array to the FIFO. Behaviour is undefined if the FIFO
124 * Pop a 32 bits data word from the FIFO. Behaviour is undefined if the FIFO
H A Dfifo8.h37 * Push a data byte to the FIFO. Behaviour is undefined if the FIFO is full.
48 * Push a byte array to the FIFO. Behaviour is undefined if the FIFO is full.
58 * Pop a data byte from the FIFO. Behaviour is undefined if the FIFO is empty.
H A Dcutils.h66 * behaviour is undefined.
114 * This function has the same behaviour as the POSIX strnlen()
136 * This function has the same behaviour as the BSD strsep() function.
/qemu/hw/pci-host/
H A Dgpex.c107 * expose as SysBus MRs. The difference is in the behaviour of in gpex_host_realize()
117 * x86 PC behaviour, which is not mandated by the PCI spec proper in gpex_host_realize()
123 * the 'background' behaviour and which hold the real PCI MRs as in gpex_host_realize()
H A Dversatile.c40 * variants on the broken kernel behaviour:
42 * QEMU behaviour, so they use IRQ 27 for all slots
259 * known broken Linux kernel behaviour for this slot. in pci_vpb_broken_irq()
/qemu/include/hw/ppc/
H A Dpnv_adu.h2 * QEMU PowerPC PowerNV Emulation of some ADU behaviour
H A Dpnv_chiptod.h2 * QEMU PowerPC PowerNV Emulation of some CHIPTOD behaviour
H A Dpnv_sbe.h2 * QEMU PowerPC PowerNV Emulation of some SBE behaviour
/qemu/hw/ppc/
H A Dspapr_hcall.c1411 uint64_t behaviour = H_CPU_BEHAV_FAVOUR_SECURITY; in h_get_cpu_characteristics() local
1423 behaviour |= H_CPU_BEHAV_L1D_FLUSH_PR; in h_get_cpu_characteristics()
1426 behaviour |= H_CPU_BEHAV_NO_L1D_FLUSH_ENTRY; in h_get_cpu_characteristics()
1427 behaviour |= H_CPU_BEHAV_NO_L1D_FLUSH_UACCESS; in h_get_cpu_characteristics()
1431 behaviour |= H_CPU_BEHAV_L1D_FLUSH_PR; in h_get_cpu_characteristics()
1438 behaviour |= H_CPU_BEHAV_BNDS_CHK_SPEC_BAR; in h_get_cpu_characteristics()
1444 behaviour |= H_CPU_BEHAV_BNDS_CHK_SPEC_BAR; in h_get_cpu_characteristics()
1458 behaviour |= H_CPU_BEHAV_FLUSH_COUNT_CACHE; in h_get_cpu_characteristics()
1469 args[1] = behaviour; in h_get_cpu_characteristics()
/qemu/docs/devel/migration/
H A Dpostcopy.rst117 Source behaviour
144 Destination behaviour
184 ``CMD_PACKAGED`` (7) the main thread returns to normal running behaviour and
/qemu/linux-user/
H A Dsemihost.c23 * program is expecting more normal behaviour. This is slow but
/qemu/scripts/coccinelle/
H A Dinplace-byteswaps.cocci3 // undefined behaviour if the expression being swapped is a field in a
/qemu/docs/system/
H A Dintroduction.rst84 and boot behaviour. You will find often find example command lines in
121 that can control the behaviour of the ``scsi-hd`` device.
/qemu/hw/misc/
H A Dtz-msc.c77 * an MSCAction indicating the required behaviour. If the transaction in tz_msc_check()
113 * The TRM isn't clear on behaviour if irq_clear is high when a in tz_msc_check()
/qemu/include/system/
H A Drtc.h42 * The behaviour of the clock whose value this function returns will
/qemu/tests/qtest/
H A Dcmsdk-apb-timer-test.c50 /* Check write-1-to-clear behaviour of INTSTATUS */ in test_timer()
/qemu/tests/functional/
H A Dtest_netdev_ethtool.py6 # device behaviour.
/qemu/hw/net/
H A Dne2000.c445 addr &= ~1; /* XXX: check exact behaviour if not even */ in ne2000_mem_writew()
455 addr &= ~1; /* XXX: check exact behaviour if not even */ in ne2000_mem_writel()
475 addr &= ~1; /* XXX: check exact behaviour if not even */ in ne2000_mem_readw()
486 addr &= ~1; /* XXX: check exact behaviour if not even */ in ne2000_mem_readl()
/qemu/docs/devel/
H A Dmemory.rst346 which are sufficient for most devices. Some devices change behaviour
357 have device and bus specific behaviour (ignored, or machine check)
360 appropriate bus or CPU specific behaviour.
H A Ddocs.rst61 name, behaviour and help text for each monitor command.
/qemu/docs/about/
H A Demulation.rst212 behaviour. In this case the howvec plugin is being asked to use inline
260 Behaviour can be tweaked with the following arguments:
325 Behaviour can be tweaked with the following arguments:
371 Behaviour can be tweaked with the following arguments:
419 Behaviour can be tweaked with the following arguments:
/qemu/include/hw/arm/
H A Darmv7m.h92 /* MR providing default PPB behaviour */

1234567