Searched full:behaviour (Results 1 – 25 of 166) sorted by relevance
1234567
/qemu/include/hw/ |
H A D | ptimer.h | 38 * 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 D | irq.h | 92 * provide default behaviour if its output is left floating, and
|
/qemu/include/hw/ssi/ |
H A D | ssi.h | 39 /* 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 D | fifo32.h | 84 * 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 D | fifo8.h | 37 * 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 D | cutils.h | 66 * 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 D | gpex.c | 107 * 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 D | versatile.c | 40 * 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 D | pnv_adu.h | 2 * QEMU PowerPC PowerNV Emulation of some ADU behaviour
|
H A D | pnv_chiptod.h | 2 * QEMU PowerPC PowerNV Emulation of some CHIPTOD behaviour
|
H A D | pnv_sbe.h | 2 * QEMU PowerPC PowerNV Emulation of some SBE behaviour
|
/qemu/hw/ppc/ |
H A D | spapr_hcall.c | 1411 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 D | postcopy.rst | 117 Source behaviour 144 Destination behaviour 184 ``CMD_PACKAGED`` (7) the main thread returns to normal running behaviour and
|
/qemu/linux-user/ |
H A D | semihost.c | 23 * program is expecting more normal behaviour. This is slow but
|
/qemu/scripts/coccinelle/ |
H A D | inplace-byteswaps.cocci | 3 // undefined behaviour if the expression being swapped is a field in a
|
/qemu/docs/system/ |
H A D | introduction.rst | 84 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 D | tz-msc.c | 77 * 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 D | rtc.h | 42 * The behaviour of the clock whose value this function returns will
|
/qemu/tests/qtest/ |
H A D | cmsdk-apb-timer-test.c | 50 /* Check write-1-to-clear behaviour of INTSTATUS */ in test_timer()
|
/qemu/tests/functional/ |
H A D | test_netdev_ethtool.py | 6 # device behaviour.
|
/qemu/hw/net/ |
H A D | ne2000.c | 445 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 D | memory.rst | 346 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 D | docs.rst | 61 name, behaviour and help text for each monitor command.
|
/qemu/docs/about/ |
H A D | emulation.rst | 212 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 D | armv7m.h | 92 /* MR providing default PPB behaviour */
|
1234567