Home
last modified time | relevance | path

Searched full:take (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/qemu/tests/qemu-iotests/tests/
H A Dmirror-top-perms58 Before commit 53431b9086b28, mirror-top used to not take any
65 take its own locks, e.g. a format driver.)
67 the mirroring VM tries to take back the image, restores the
94 # forced to take the WRITE permission so it can write to the
H A Dqcow2-internal-snapshots64 echo "=== Write some data, take a snapshot and overwrite part of it ==="
99 # Take a second snapshot
/qemu/include/block/
H A Dblock_int-global-state.h54 * @on_error: The action to take upon error.
86 * @on_error: The action to take upon error.
111 * @on_error: The action to take upon error.
143 * @on_source_error: The action to take upon error reading from the source.
144 * @on_target_error: The action to take upon error writing to the target.
180 * @on_source_error: The action to take upon error reading from the source.
181 * @on_target_error: The action to take upon error writing to the target.
182 * @on_cbw_error: The action to take upon error in copy-before-write operations.
/qemu/target/arm/tcg/
H A Dmte_helper.h38 * accessible, and do not take watchpoint traps. The calling code must
41 * that the page is going to be accessible. We will take watchpoint traps.
42 * (3) probe = false, ra != 0 : non-probe -- we will take both memory access
H A Dm-nocp.decode22 # should take precedence over UNDEF faults over the whole wide
46 # Special cases which do not take an early NOCP: VLLDM and VLSTM
58 # for the UNDEFs there that must take precedence over NOCP.)
/qemu/include/qemu/
H A Dstats64.h19 * those architectures, it tries hard not to take the lock.
99 /* If the high part is affected, take the lock. */ in stat64_add()
153 /* If the value changes in any way, we have to take the lock. */ in stat64_min()
193 /* If the value changes in any way, we have to take the lock. */ in stat64_max()
/qemu/target/microblaze/
H A Dop_helper.c406 bool take = env->msr & MSR_EE; in mb_transaction_failed_internal() local
413 take &= cpu->cfg.iopb_bus_exception; in mb_transaction_failed_internal()
417 take &= cpu->cfg.dopb_bus_exception; in mb_transaction_failed_internal()
421 take &= cpu->cfg.dopb_bus_exception; in mb_transaction_failed_internal()
428 take ? "TAKEN" : "DROPPED"); in mb_transaction_failed_internal()
430 if (take) { in mb_transaction_failed_internal()
/qemu/tests/qemu-iotests/
H A Dfindtests.py101 a.1 Take all tests from @groups
107 b.1 exclude_groups must be not specified, so just take @tests
110 c.1 Take all tests
/qemu/target/hexagon/
H A Dgen_helper_protos.py44 ## Add the TCG_CALL_NO_RWG_SE flag to helpers that don't take the env
45 ## argument and aren't HVX instructions. Since HVX instructions take
/qemu/ui/
H A Dui-qmp-cmds.c85 error_setg(errp, "Parameter 'time' doesn't take value '%s'", in qmp_expire_password()
219 * png_save: Take a screenshot as PNG
353 error_setg(errp, "There is no console to take a screendump from"); in qmp_screendump()
362 * further graphic update are possible until it is released. Take in qmp_screendump()
/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h48 #define TARGET_SA_ONSTACK 0x0001 /* take signal on signal stack */
66 #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */
/qemu/include/io/
H A Dchannel-file.h62 * and will take responsibility for closing it, so the
80 * The channel will own the duplicated file descriptor and will take
/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h48 #define TARGET_SA_ONSTACK 0x0001 /* take signal on signal stack */
66 #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */
/qemu/docs/devel/
H A Dconflict-resolution.rst6 Conflicts in the community can take many forms, from someone having a
45 1. Take no action. For example, if the leadership committee determines
H A Dtcg-icount.rst13 long an instruction would take on real hardware. That is a job for
48 number of instructions to take the budget to 0 meaning whatever timer
/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h57 #define TARGET_SA_ONSTACK 0x0001 /* take signal on signal stack */
78 #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */
/qemu/rust/qemu-api/src/
H A Dtimer.rs91 // take a Pin<&mut Self>, therefore the timer is pinned in modify()
97 // take a Pin<&mut Self>, therefore the timer is pinned in delete()
/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst397 uint32_t index; /* DRC index of resource to take action
400 uint32_t count; /* number of DR resources to take
405 uint32_t count; /* number of DR resources to take
408 uint32_t index; /* DRC index of first resource to take
409 * action on. guest will take action
417 * DRC to take action on
/qemu/tests/fp/
H A Dmeson.build112 # The full test suite can take a bit of time, default to a quick run
113 # "-l 2 -r all" can take more than a day for some operations and is best
/qemu/util/
H A Dstats64.c50 /* 64-bit writes always take the lock, so we can read in in stat64_get()
80 /* 64-bit reads always take the lock, so they don't care about the in stat64_add32_carry()
/qemu/tests/qapi-schema/
H A Dargs-alternate.err2 args-alternate.json:3: command's 'data' cannot take alternate type 'Alt'
H A Dreturns-alternate.err2 returns-alternate.json:3: command's 'returns' cannot take alternate type 'Alt'
H A Dargs-int.err2 args-int.json:2: command's 'data' cannot take built-in type 'int'
H A Dargs-any.err2 args-any.json:2: command's 'data' cannot take built-in type 'any'
H A Dargs-union.err2 args-union.json:9: command's 'data' can take union type 'Uni' only with 'boxed': true

12345678910>>...17