/linux-6.3-rc2/drivers/vfio/ |
A D | vfio_iommu_type1.c | 522 bool unlocked = false; in follow_fault_pfn() local 527 &unlocked); in follow_fault_pfn() 528 if (unlocked) in follow_fault_pfn() 730 unlocked++; in vfio_unpin_pages_remote() 739 return unlocked; in vfio_unpin_pages_remote() 779 int unlocked; in vfio_unpin_page_external() local 790 return unlocked; in vfio_unpin_page_external() 942 long unlocked = 0; in vfio_sync_unpin() local 959 return unlocked; in vfio_sync_unpin() 1037 long unlocked = 0; in vfio_unmap_unpin() local [all …]
|
/linux-6.3-rc2/Documentation/driver-api/nvdimm/ |
A D | security.rst | 22 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.3-rc2/arch/s390/kvm/ |
A D | priv.c | 262 bool unlocked; in handle_iske() local 283 unlocked = false; in handle_iske() 289 FAULT_FLAG_WRITE, &unlocked); in handle_iske() 309 bool unlocked; in handle_rrbe() local 330 unlocked = false; in handle_rrbe() 335 FAULT_FLAG_WRITE, &unlocked); in handle_rrbe() 360 bool unlocked; in handle_sske() local 394 unlocked = false; in handle_sske() 406 FAULT_FLAG_WRITE, &unlocked); in handle_sske() 1104 bool unlocked = false; in handle_pfmf() local [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_vm_pt.c | 682 bool unlocked) in amdgpu_vm_pt_free_dfs() argument 687 if (unlocked) { in amdgpu_vm_pt_free_dfs() 897 if (!params->unlocked) { in amdgpu_vm_ptes_update() 909 if (params->unlocked) { in amdgpu_vm_ptes_update() 1009 params->unlocked); in amdgpu_vm_ptes_update()
|
A D | amdgpu_vm.h | 207 bool unlocked; member 407 bool immediate, bool unlocked, bool flush_tlb,
|
A D | amdgpu_vm_sdma.c | 132 if (p->unlocked) { in amdgpu_vm_sdma_commit()
|
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/clients/ |
A D | dtx.rst | 62 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.3-rc2/drivers/mfd/ |
A D | wm8350-regmap.c | 290 if (!wm8350->unlocked) { in wm8350_writeable()
|
A D | wm8350-core.c | 149 wm8350->unlocked = false; in wm8350_reg_lock() 180 wm8350->unlocked = true; in wm8350_reg_unlock()
|
/linux-6.3-rc2/fs/netfs/ |
A D | io.c | 115 pgoff_t unlocked = 0; in netfs_rreq_unmark_after_write() local 130 if (have_unlocked && folio_index(folio) <= unlocked) in netfs_rreq_unmark_after_write() 132 unlocked = folio_index(folio); in netfs_rreq_unmark_after_write()
|
/linux-6.3-rc2/Documentation/i2c/ |
A D | i2c-topology.rst | 131 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.3-rc2/Documentation/devicetree/ |
A D | changesets.rst | 33 through locking. An unlocked version __of_changeset_apply is available,
|
/linux-6.3-rc2/include/linux/ |
A D | rhashtable.h | 1060 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.3-rc2/Documentation/locking/ |
A D | hwspinlock.rst | 257 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.
|
A D | rt-mutex.rst | 24 unlocked.
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-ccp | 17 whether the AMD CPU or APU has been unlocked for debugging.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/input/ |
A D | adi,adp5588.yaml | 60 If this property is set, the keyboard will be locked and only unlocked
|
/linux-6.3-rc2/Documentation/trace/ |
A D | intel_th.rst | 139 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.3-rc2/arch/s390/mm/ |
A D | gmap.c | 639 bool unlocked; in gmap_fault() local 644 unlocked = false; in gmap_fault() 651 &unlocked)) { in gmap_fault() 659 if (unlocked) in gmap_fault() 883 bool unlocked = false; in gmap_pte_op_fixup() local 887 if (fixup_user_fault(mm, vmaddr, fault_flags, &unlocked)) in gmap_pte_op_fixup() 889 if (unlocked) in gmap_pte_op_fixup()
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-arch.rst | 15 To request the scheduler call switch_to with the runqueue unlocked,
|
/linux-6.3-rc2/mm/ |
A D | gup.c | 1257 bool *unlocked) in fixup_user_fault() argument 1264 if (unlocked) in fixup_user_fault() 1288 *unlocked = true; in fixup_user_fault() 1302 *unlocked = true; in fixup_user_fault() 1816 bool unlocked = false; in fault_in_safe_writeable() local 1826 if (fixup_user_fault(mm, start, FAULT_FLAG_WRITE, &unlocked)) in fault_in_safe_writeable()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ |
A D | arm,syscon-icst.yaml | 21 these frequencies, the system controller must first be unlocked by
|
/linux-6.3-rc2/drivers/mtd/chips/ |
A D | Kconfig | 168 program individual bits, as long as the register remains unlocked. 175 Register is locked, it cannot be unlocked.
|
/linux-6.3-rc2/include/linux/mfd/wm8350/ |
A D | core.h | 598 bool unlocked; member
|
/linux-6.3-rc2/tools/memory-model/ |
A D | lock.cat | 52 * An LKR must always see an unlocked value; spin_lock() calls nested
|