Home
last modified time | relevance | path

Searched refs:behaviour (Results 1 – 25 of 35) sorted by relevance

12

/qemu/hw/ppc/
H A Dspapr_hcall.c1398 uint64_t behaviour = H_CPU_BEHAV_FAVOUR_SECURITY; in h_get_cpu_characteristics() local
1410 behaviour |= H_CPU_BEHAV_L1D_FLUSH_PR; in h_get_cpu_characteristics()
1413 behaviour |= H_CPU_BEHAV_NO_L1D_FLUSH_ENTRY; in h_get_cpu_characteristics()
1414 behaviour |= H_CPU_BEHAV_NO_L1D_FLUSH_UACCESS; in h_get_cpu_characteristics()
1418 behaviour |= H_CPU_BEHAV_L1D_FLUSH_PR; in h_get_cpu_characteristics()
1425 behaviour |= H_CPU_BEHAV_BNDS_CHK_SPEC_BAR; in h_get_cpu_characteristics()
1431 behaviour |= H_CPU_BEHAV_BNDS_CHK_SPEC_BAR; in h_get_cpu_characteristics()
1445 behaviour |= H_CPU_BEHAV_FLUSH_COUNT_CACHE; in h_get_cpu_characteristics()
1456 args[1] = behaviour; in h_get_cpu_characteristics()
/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.
H A Dtarget-riscv.rst82 This is the default behaviour if no ``-bios`` option is included. This option
H A Dgdb.rst163 Changing single-stepping behaviour
/qemu/docs/devel/
H A Ddocs.rst61 name, behaviour and help text for each monitor command.
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 Dclocks.rst98 parameter to initialize the clocks: it has the same behaviour as calling the
296 of 0. If this is not the desired behaviour, ``clock_set()``,
446 ``qdev_alias_clock()`` can be used to achieve this behaviour. Note
H A Dci-jobs.rst.inc150 the jobs immediately, as was the historical behaviour
H A Dmulti-thread-tcg.rst317 behaviour. While QEMU doesn't model cache behaviour these instructions
H A Dbuild-system.rst485 the rules needed to build QEMU. Their behaviour is influenced by a
522 behaviour of the Makefiles. This avoids the need for QEMU makefiles to
/qemu/docs/devel/migration/
H A Dpostcopy.rst128 Source behaviour
155 Destination behaviour
195 ``CMD_PACKAGED`` (7) the main thread returns to normal running behaviour and
H A Dmain.rst110 - Take care with internal device state or behaviour that might become
114 much more common if a default behaviour is changed.
260 fall back on default behaviour when the subsection isn't present.
H A Dcompatibility.rst392 the old behaviour or the new behaviour::
/qemu/crypto/
H A Dcipher-gnutls.c.inc323 * all-zeros IV, to match behaviour of other backends.
/qemu/linux-headers/asm-powerpc/
H A Dkvm.h448 __u64 behaviour; /* recommended software behaviour */ member
/qemu/target/ppc/
H A Dkvm.c2421 if (~c.behaviour & c.behaviour_mask & H_CPU_BEHAV_L1D_FLUSH_PR) { in parse_cap_ppc_safe_cache()
2435 if (~c.behaviour & c.behaviour_mask & H_CPU_BEHAV_BNDS_CHK_SPEC_BAR) { in parse_cap_ppc_safe_bounds_check()
2446 if ((~c.behaviour & c.behaviour_mask & H_CPU_BEHAV_FLUSH_COUNT_CACHE) && in parse_cap_ppc_safe_indirect_branch()
2450 } else if (c.behaviour & c.behaviour_mask & H_CPU_BEHAV_FLUSH_COUNT_CACHE) { in parse_cap_ppc_safe_indirect_branch()
/qemu/docs/
H A Dpcie.txt299 will remain PCI and have transitional behaviour as default.
307 to override the behaviour.
/qemu/
H A DREADME.rst24 by users wishing to have full control over its behaviour and settings.
H A Dhmp-commands-info.hx4 HXCOMM which specify the name, behaviour and help text for HMP commands.
/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc1038 /* This instruction has the same behaviour like th.sync.i. */
1044 /* This instruction has the same behaviour like th.sync. */
/qemu/docs/system/arm/
H A Dvirt.rst14 to have the same behaviour as that of previous QEMU releases, so
/qemu/docs/about/
H A Dremoved-features.rst43 behaviour that could be changed by this option in qemu-kvm is now the default
330 QEMU 5.1 changes the default behaviour from ``-bios none`` to ``-bios default``
755 command, which has the same behaviour but a less misleading name.
/qemu/qapi/
H A Dqom.json552 # long enough. 0 selects a default behaviour (default: 0)
556 # encountering events. 0 selects a default behaviour (default: 0)
/qemu/docs/interop/
H A Dqmp-spec.rst428 command, consider introducing a new one with the new behaviour

12