Home
last modified time | relevance | path

Searched refs:taken (Results 1 – 25 of 677) sorted by relevance

12345678910>>...28

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgf100.c129 s64 taken; in gf100_ltc_invalidate() local
132 taken = nvkm_wait_msec(device, 2000, 0x70004, 0x00000003, 0x00000000); in gf100_ltc_invalidate()
134 if (taken > 0) in gf100_ltc_invalidate()
135 nvkm_debug(&ltc->subdev, "LTC invalidate took %lld ns\n", taken); in gf100_ltc_invalidate()
142 s64 taken; in gf100_ltc_flush() local
145 taken = nvkm_wait_msec(device, 2000, 0x70010, 0x00000003, 0x00000000); in gf100_ltc_flush()
147 if (taken > 0) in gf100_ltc_flush()
148 nvkm_debug(&ltc->subdev, "LTC flush took %lld ns\n", taken); in gf100_ltc_flush()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Daperture_gm.c246 unsigned long request, avail, max, taken; in alloc_resource() local
256 taken = gvt->gm.vgpu_allocated_low_gm_size; in alloc_resource()
257 avail = max - taken; in alloc_resource()
267 taken = gvt->gm.vgpu_allocated_high_gm_size; in alloc_resource()
268 avail = max - taken; in alloc_resource()
278 taken = gvt->fence.vgpu_allocated_fence_num; in alloc_resource()
279 avail = max - taken; in alloc_resource()
296 BYTES_TO_MB(max), BYTES_TO_MB(taken)); in alloc_resource()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-nic.txt14 The remaining 6 PHYs are taken according to the mode of DSAF.
16 In NIC mode of DSAF, all 6 PHYs are taken as ethernet ports to the CPU. The
26 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a
43 In NIC mode of DSAF, all 6 PHYs of service DSAF are taken as ethernet ports
53 In Switch mode of DSAF, all 6 PHYs of service DSAF are taken as physical
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etm4x337 The value it taken directly from the HW.
344 (0x310). The value is taken directly from the HW.
351 (0x314). The value is taken directly from the HW.
358 (0xFB4). The value is taken directly from the HW.
365 (0xFB8). The value is taken directly from the HW.
372 (0xFC8). The value is taken directly from the HW.
379 (offset 0xFBC). The value is taken directly read
387 (0xFCC). The value is taken directly from the HW.
394 (0xFE0). The value is taken directly from the HW.
401 (0xFE4). The value is taken directly from the HW.
[all …]
H A Dsysfs-bus-iio-sx93109 combining measurements taken from a given set of
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dfirmware.txt9 - id: The string name of the firmware. This is taken from the 'id'
13 - extended-modes: The Extended Modes bitfield, taken from the
16 - virtual-traps: The virtual traps, taken from the firmware binary.
/openbmc/linux/Documentation/locking/
H A Dhwspinlock.rst104 msecs). If the hwspinlock is already taken, the function will busy loop
120 msecs). If the hwspinlock is already taken, the function will busy loop
136 msecs). If the hwspinlock is already taken, the function will busy loop
153 msecs). If the hwspinlock is already taken, the function will busy loop
170 msecs). If the hwspinlock is already taken, the function will busy loop
187 it is already taken.
195 notably -EBUSY if the hwspinlock was already taken).
204 it is already taken.
211 notably -EBUSY if the hwspinlock was already taken).
220 it is already taken.
[all …]
/openbmc/linux/Documentation/virt/kvm/
H A Dlocking.rst12 - cpus_read_lock() is taken outside kvm_lock and kvm_usage_lock
14 - kvm->lock is taken outside vcpu->mutex
16 - kvm->lock is taken outside kvm->slots_lock and kvm->irq_lock
18 - kvm->slots_lock is taken outside kvm->irq_lock, though acquiring
24 are taken on the waiting side when modifying memslots, so MMU notifiers
38 be taken inside a kvm->srcu read-side critical section; that is, the
45 ``synchronize_srcu()``. It _can_ therefore be taken inside a
51 - vcpu->mutex is taken outside kvm->arch.hyperv.hv_lock and kvm->arch.xen.xen_lock
54 kvm->arch.mmu_unsync_pages_lock are taken inside kvm->arch.mmu_lock, and
55 cannot be taken without already holding kvm->arch.mmu_lock (typically with
[all …]
/openbmc/linux/arch/m68k/ifpsp060/
H A Dfpsp.doc171 exception taken ---> enter _060_fpsp_snan --|
179 exception taken ---> enter _060_fpsp_operr --|
187 exception taken ---> enter _060_fpsp_dz --|
195 exception taken ---> enter _060_fpsp_inex --|
204 exception taken ---> enter _060_fpsp_ovfl --|
216 exception taken ---> enter _060_fpsp_unfl --|
229 exception taken ---> enter _060_fpsp_fline --|
266 exception taken ---> enter _060_fpsp_unsupp --|
288 exception taken ---> enter _060_fpsp_effadd --|
/openbmc/qemu/qapi/
H A Drun-state.json282 # @action: action that has been taken
304 # An enumeration of the actions taken when the watchdog device's timer
381 # @action: @WatchdogAction action taken when watchdog timer expires.
396 # Set the actions that will be taken by the emulator in response to
399 # @reboot: @RebootAction action taken on guest reboot.
401 # @shutdown: @ShutdownAction action taken on guest shutdown.
403 # @panic: @PanicAction action taken on guest panic.
405 # @watchdog: @WatchdogAction action taken when watchdog timer expires.
430 # @action: action that has been taken, currently always "pause"
450 # @action: action that has been taken, currently always "run"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2016-9296.patch6 Patch taken from https://sourceforge.net/p/p7zip/bugs/185/
7 This patch file taken from Debian's patch set for p7zip
/openbmc/linux/Documentation/networking/devlink/
H A Dmlx4.rst52 value on the catastrophic buffer, a snapshot will be taken by the driver.
56 Snapshots for both of these regions are taken on the same event triggers.
/openbmc/linux/arch/alpha/kernel/
H A Dcore_t2.c183 unsigned int value, cpu, taken; in conf_read() local
215 if ((taken = mcheck_taken(cpu))) { in conf_read()
237 unsigned int cpu, taken; in conf_write() local
267 if ((taken = mcheck_taken(cpu))) { in conf_write()
H A Dproto.h203 unsigned char taken; member
208 #define mcheck_taken(cpu) (*((void)(cpu), &__mcheck_info.taken))
/openbmc/linux/tools/perf/util/
H A Dblock-range.c212 .taken = entry->taken, in block_range__create()
218 entry->taken = 0; in block_range__create()
/openbmc/qemu/docs/devel/migration/
H A Dbest-practices.rst39 - Care should be taken with device emulation code so that newer
42 - Care should be taken with newer firmware so that backward migration
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-2.1.5-spaces.patch8 string as input as we mangle in place. Some of this was taken from the
21 + * string as input as we mangle in place. Some of this was taken from the
/openbmc/pldm/requester/
H A DREADME.md41 command code of an outstanding request, then no action is taken on the
44 empty response, so that further action can be taken.
/openbmc/linux/Documentation/arch/ia64/
H A Dfsys.rst146 unless proper safe-guards are taken (e.g., interruptions are avoided),
152 user-level, care needs to be taken to clear any scratch registers
190 bits. Because of that, some care needs to be taken to ensure things
219 PSR.tb Lazy redirect. If a taken-branch trap occurs while in
223 taken branch would occur on the branch invoking the
227 return will trigger a taken-branch trap, but since the trap is
228 taken _after_ restoring the privilege level, the CPU has already
239 be taken. The trap handler then modifies the saved machine
/openbmc/linux/Documentation/filesystems/
H A Ddirectory-locking.rst17 The lock is taken shared.
19 2) object creation. Locking rules: same as above, but the lock is taken
29 Take the locks that need to be taken, in inode pointer order if need
34 After the locks had been taken, call the method. All locks are exclusive.
60 All ->i_rwsem are taken exclusive.
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst100 This measure is taken during the same interval as
128 measurement was taken.
157 This measure is taken during the same interval as
185 measurement was taken.
233 measurement was taken.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/
H A D50-org.freedesktop.NetworkManager.rules2 /* taken from https://wiki.archlinux.org/index.php/NetworkManager#Set_up_PolicyKit_permissions */
/openbmc/u-boot/board/toradex/colibri_vf/
H A Dimximage.cfg8 * The syntax is taken as close as possible with the kwbimage
/openbmc/u-boot/board/freescale/vf610twr/
H A Dimximage.cfg8 * The syntax is taken as close as possible with the kwbimage
/openbmc/u-boot/board/phytec/pcm052/
H A Dimximage.cfg8 * The syntax is taken as close as possible with the kwbimage

12345678910>>...28