Home
last modified time | relevance | path

Searched refs:take (Results 1 – 25 of 109) sorted by relevance

12345

/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/target/arm/tcg/
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/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-boxed-string.err2 args-boxed-string.json:2: command's 'data' cannot take built-in type 'str'
H A Dargs-union.err2 args-union.json:9: command's 'data' can take union type 'Uni' only with 'boxed': true
H A Dreturns-bad-type.err2 returns-bad-type.json:14: command's 'returns' cannot take array type ['int']
/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs634 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 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/tests/functional/acpi-bits/bits-config/
H A Dbits-cfg.txt16 # please take a look at boot/python/init.py in bits zip file
/qemu/docs/devel/
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
H A Dlockcnt.rst50 ``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 Dtrivial-patches.rst14 The trivial patches team take on the task of reviewing and building pull
H A Dloads-stores.rst53 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 D029.out24 qcow2_snapshot_load_tmp() should take the L1 size from the snapshot
H A Dmeson.build59 # Some individual tests take as long as 45 seconds
H A D283.out5 …rguments": {"driver": "blkdebug", "image": "base", "node-name": "other", "take-child-perms": ["wri…
H A Dpylintrc44 # List of note tags to take in consideration, separated by a comma.
/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/rust/qemu-api/src/
H A Dcell.rs454 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 Ddebian-all-test-cross.docker4 # While the normal cross builds take care to setup proper multiarch
/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst8 To work around this limitation, we take advantage of `Cirrus CI`_'s free
/qemu/target/hexagon/imported/
H A Dshift.idef801 "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",

12345