Home
last modified time | relevance | path

Searched refs:unlocked (Results 1 – 25 of 74) sorted by relevance

123

/linux-6.15/drivers/vfio/
H A Dvfio_iommu_type1.c530 bool unlocked = false; in follow_fault_pfn() local
535 &unlocked); in follow_fault_pfn()
536 if (unlocked) in follow_fault_pfn()
744 unlocked++; in vfio_unpin_pages_remote()
753 return unlocked; in vfio_unpin_pages_remote()
796 int unlocked; in vfio_unpin_page_external() local
807 return unlocked; in vfio_unpin_page_external()
964 long unlocked = 0; in vfio_sync_unpin() local
981 return unlocked; in vfio_sync_unpin()
1059 long unlocked = 0; in vfio_unmap_unpin() local
[all …]
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_pt.c562 bool unlocked = params->unlocked; in amdgpu_vm_pt_free_list() local
570 WARN_ON(unlocked); in amdgpu_vm_pt_free_list()
816 if (!params->unlocked) { in amdgpu_vm_ptes_update()
828 if (params->unlocked) { in amdgpu_vm_ptes_update()
879 if (cursor.level < AMDGPU_VM_PTB && params->unlocked) in amdgpu_vm_ptes_update()
H A Damdgpu_vm.h273 bool unlocked; member
517 bool immediate, bool unlocked, bool flush_tlb,
H A Damdgpu_vm_sdma.c124 if (p->unlocked) { in amdgpu_vm_sdma_commit()
H A Damdgpu_vm.c1047 if (!params->unlocked && vm->is_compute_context) { in amdgpu_vm_tlb_flush()
1081 bool immediate, bool unlocked, bool flush_tlb, in amdgpu_vm_update_range() argument
1118 params.unlocked = unlocked; in amdgpu_vm_update_range()
1129 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_update_range()
/linux-6.15/Documentation/driver-api/nvdimm/
H A Dsecurity.rst22 that DIMM. The following states are available: disabled, unlocked, locked,
62 a locked DIMM can be unlocked. Once unlocked, the DIMM will remain unlocked
/linux-6.15/arch/s390/kvm/
H A Dpriv.c261 bool unlocked; in handle_iske() local
282 unlocked = false; in handle_iske()
288 FAULT_FLAG_WRITE, &unlocked); in handle_iske()
308 bool unlocked; in handle_rrbe() local
329 unlocked = false; in handle_rrbe()
334 FAULT_FLAG_WRITE, &unlocked); in handle_rrbe()
359 bool unlocked; in handle_sske() local
393 unlocked = false; in handle_sske()
405 FAULT_FLAG_WRITE, &unlocked); in handle_sske()
1137 bool unlocked = false; in handle_pfmf() local
[all …]
H A Dpv.c643 bool unlocked; in unpack_one() local
654 ret = fixup_user_fault(kvm->mm, vmaddr, FAULT_FLAG_WRITE, &unlocked); in unpack_one()
/linux-6.15/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst62 The latch can additionally be locked and, correspondingly, unlocked, which
67 unlocked.
82 instructions/commands. In case the latch is unlocked, the led will flash
93 - If the latch is unlocked, the EC will open the latch and the clipboard
120 unlocked before it is opened.
343 The latch has neither been opened nor unlocked.
567 the latch on timeout. The latch is unlocked by default. This command will be
576 timeout. The latch is unlocked by default. This command will not open the
578 ignored if the latch is already unlocked.
602 lock is reset to the unlocked state.
/linux-6.15/drivers/mfd/
H A Dwm8350-regmap.c290 if (!wm8350->unlocked) { in wm8350_writeable()
H A Dwm8350-core.c149 wm8350->unlocked = false; in wm8350_reg_lock()
180 wm8350->unlocked = true; in wm8350_reg_unlock()
/linux-6.15/Documentation/i2c/
H A Di2c-topology.rst131 adapter during the transaction are unlocked I2C transfers (using e.g.
155 its select, those transfers must be unlocked I2C transfers so
158 unlocked I2C transfer, so that it does not deadlock the parent
185 caused by these subsystems are unlocked. This can be convoluted to
213 issues any unlocked I2C transfers on the root adapter that may leak
/linux-6.15/Documentation/devicetree/
H A Dchangesets.rst33 through locking. An unlocked version __of_changeset_apply is available,
/linux-6.15/include/linux/
H A Drhashtable.h1060 goto unlocked; in __rhashtable_remove_fast_one()
1064 unlocked: in __rhashtable_remove_fast_one()
1188 goto unlocked; in __rhashtable_replace_fast()
1193 unlocked: in __rhashtable_replace_fast()
/linux-6.15/Documentation/locking/
H A Dhwspinlock.rst257 code should **never** unlock an hwspinlock which is already unlocked
265 The caller should **never** unlock an hwspinlock which is already unlocked.
278 The caller should **never** unlock an hwspinlock which is already unlocked.
290 The caller should **never** unlock an hwspinlock which is already unlocked.
300 The caller should **never** unlock an hwspinlock which is already unlocked.
H A Drt-mutex.rst24 unlocked.
/linux-6.15/Documentation/scheduler/
H A Dsched-arch.rst15 To request the scheduler call switch_to with the runqueue unlocked,
/linux-6.15/Documentation/trace/
H A Dintel_th.rst139 switch to the next window in the buffer if it is unlocked, or stop
143 unlocked and can be used again to collect trace data.
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-ccp17 whether the AMD CPU or APU has been unlocked for debugging.
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dadi,adp5588.yaml63 If this property is set, the keyboard will be locked and only unlocked
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Darm,syscon-icst.yaml21 these frequencies, the system controller must first be unlocked by
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_vm.h282 void xe_vm_kill(struct xe_vm *vm, bool unlocked);
/linux-6.15/drivers/mtd/chips/
H A DKconfig168 program individual bits, as long as the register remains unlocked.
175 Register is locked, it cannot be unlocked.
/linux-6.15/mm/
H A Dgup.c1631 bool *unlocked) in fixup_user_fault() argument
1638 if (unlocked) in fixup_user_fault()
1662 *unlocked = true; in fixup_user_fault()
1676 *unlocked = true; in fixup_user_fault()
2194 bool unlocked = false; in fault_in_safe_writeable() local
2204 if (fixup_user_fault(mm, start, FAULT_FLAG_WRITE, &unlocked)) in fault_in_safe_writeable()
/linux-6.15/include/linux/mfd/wm8350/
H A Dcore.h598 bool unlocked; member

123