/qemu/target/microblaze/ |
H A D | op_helper.c | 406 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/target/arm/tcg/ |
H A D | m-nocp.decode | 22 # 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/tests/qapi-schema/ |
H A D | args-alternate.err | 2 args-alternate.json:3: command's 'data' cannot take alternate type 'Alt'
|
H A D | returns-alternate.err | 2 returns-alternate.json:3: command's 'returns' cannot take alternate type 'Alt'
|
H A D | args-int.err | 2 args-int.json:2: command's 'data' cannot take built-in type 'int'
|
H A D | args-any.err | 2 args-any.json:2: command's 'data' cannot take built-in type 'any'
|
H A D | args-boxed-string.err | 2 args-boxed-string.json:2: command's 'data' cannot take built-in type 'str'
|
H A D | args-union.err | 2 args-union.json:9: command's 'data' can take union type 'Uni' only with 'boxed': true
|
H A D | returns-bad-type.err | 2 returns-bad-type.json:14: command's 'returns' cannot take array type ['int']
|
/qemu/rust/hw/timer/hpet/src/ |
H A D | device.rs | 634 for timer in self.timers.iter().take(self.num_timers) { in set_cfg_reg() 646 for timer in self.timers.iter().take(self.num_timers) { in set_cfg_reg() 669 for (index, timer) in self.timers.iter().take(self.num_timers).enumerate() { 751 for timer in self.timers.iter().take(self.num_timers) { in realize() 855 for timer in self.timers.iter().take(self.num_timers) { in pre_save()
|
/qemu/tests/fp/ |
H A D | meson.build | 112 # 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/tests/functional/acpi-bits/bits-config/ |
H A D | bits-cfg.txt | 16 # please take a look at boot/python/init.py in bits zip file
|
/qemu/docs/devel/ |
H A D | tcg-icount.rst | 13 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
|
H A D | lockcnt.rst | 50 ``rcu_read_unlock()``; effectively, the RCU nesting count would take 81 to increment and decrement the counter, and to take and release the 140 all modifications of the counter take the lock appropriately, and it
|
H A D | trivial-patches.rst | 14 The trivial patches team take on the task of reviewing and building pull
|
H A D | loads-stores.rst | 53 There are also functions which take the size as an argument: 250 There are wrapper functions that are to be used which also take care of 309 They differ from ``cpu_{ld,st}_mmu`` in that they take the endianness 336 or device memory accesses. They take an AddressSpace, which is the
|
/qemu/tests/qemu-iotests/ |
H A D | 029.out | 24 qcow2_snapshot_load_tmp() should take the L1 size from the snapshot
|
H A D | meson.build | 59 # Some individual tests take as long as 45 seconds
|
H A D | 283.out | 5 …rguments": {"driver": "blkdebug", "image": "base", "node-name": "other", "take-child-perms": ["wri…
|
H A D | pylintrc | 44 # List of note tags to take in consideration, separated by a comma.
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hotplug.rst | 397 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/rust/qemu-api/src/ |
H A D | cell.rs | 454 pub fn take(&self) -> T { in take() method 538 panic!("already borrowed at {:?}", source.take().unwrap()) in panic_already_borrowed()
|
/qemu/tests/docker/dockerfiles/ |
H A D | debian-all-test-cross.docker | 4 # While the normal cross builds take care to setup proper multiarch
|
/qemu/.gitlab-ci.d/cirrus/ |
H A D | README.rst | 8 To work around this limitation, we take advantage of `Cirrus CI`_'s free
|
/qemu/target/hexagon/imported/ |
H A D | shift.idef | 801 "Vector truncate half to byte: take high", 810 "Vector truncate word to half: take low", 819 "Vector truncate word to half: take high", 829 "Vector truncate half to byte: take low", 838 "Vector truncate half to byte: take low", 848 "Vector truncate half to byte: take high",
|