/openbmc/linux/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 523 bool unlocked = false; in follow_fault_pfn() local 528 &unlocked); in follow_fault_pfn() 529 if (unlocked) in follow_fault_pfn() 728 long unlocked = 0, locked = 0; in vfio_unpin_pages_remote() local 733 unlocked++; in vfio_unpin_pages_remote() 740 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote() 742 return unlocked; in vfio_unpin_pages_remote() 782 int unlocked; in vfio_unpin_page_external() local 788 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external() 791 vfio_lock_acct(dma, -unlocked, true); in vfio_unpin_page_external() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | avb.c | 239 bool unlocked = false; in do_avb_verify_part() local 253 if (avb_ops->read_is_device_unlocked(avb_ops, &unlocked) != in do_avb_verify_part() 263 unlocked, in do_avb_verify_part()
|
/openbmc/linux/Documentation/driver-api/nvdimm/ |
H 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
|
/openbmc/linux/arch/s390/kvm/ |
H A D | priv.c | 261 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() 1133 bool unlocked = false; in handle_pfmf() local [all …]
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/ |
H 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.
|
/openbmc/qemu/include/hw/misc/ |
H A D | aspeed_sdmc.h | 45 bool unlocked; member
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm_pt.c | 694 bool unlocked) in amdgpu_vm_pt_free_dfs() argument 699 if (unlocked) { in amdgpu_vm_pt_free_dfs() 960 if (!params->unlocked) { in amdgpu_vm_ptes_update() 972 if (params->unlocked) { in amdgpu_vm_ptes_update() 1072 params->unlocked); in amdgpu_vm_ptes_update()
|
H A D | amdgpu_vm.h | 219 bool unlocked; member 425 bool immediate, bool unlocked, bool flush_tlb,
|
/openbmc/linux/drivers/mfd/ |
H A D | wm8350-regmap.c | 290 if (!wm8350->unlocked) { in wm8350_writeable()
|
H A D | wm8350-core.c | 149 wm8350->unlocked = false; in wm8350_reg_lock() 180 wm8350->unlocked = true; in wm8350_reg_unlock()
|
/openbmc/linux/fs/netfs/ |
H 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()
|
/openbmc/linux/Documentation/i2c/ |
H 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
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sstatesig.py | 177 unlocked = False 179 unlocked = True 190 unlocked = True 192 if not unlocked and recipename in self.lockedsigs:
|
/openbmc/linux/include/linux/ |
H 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()
|
/openbmc/linux/Documentation/devicetree/ |
H A D | changesets.rst | 33 through locking. An unlocked version __of_changeset_apply is available,
|
/openbmc/linux/Documentation/locking/ |
H A D | hwspinlock.rst | 268 code should **never** unlock an hwspinlock which is already unlocked 276 The caller should **never** unlock an hwspinlock which is already unlocked. 289 The caller should **never** unlock an hwspinlock which is already unlocked. 301 The caller should **never** unlock an hwspinlock which is already unlocked. 311 The caller should **never** unlock an hwspinlock which is already unlocked.
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_boot_devices.robot | 234 # Boot parameter 5 is valid/unlocked 287 # Boot parameter 5 is valid/unlocked 342 # Boot parameter 5 is valid/unlocked 407 # Boot parameter 5 is valid/unlocked
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/ |
H A D | README.md | 54 - UserLockedForFailedAttempt - Locked or unlocked state of the user account.
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | __init__.py | 359 unlocked = sorted(values.get('SIGGEN_UNLOCKED_RECIPES', [])) 363 if unlocked != newunlocked:
|
/openbmc/linux/Documentation/trace/ |
H 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.
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_sdmc.c | 299 DEFINE_PROP_BOOL("unlocked", AspeedSDMCState, unlocked, false), 574 if (s->unlocked) { in aspeed_2700_sdmc_reset()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-ccp | 17 whether the AMD CPU or APU has been unlocked for debugging.
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-arch.rst | 15 To request the scheduler call switch_to with the runqueue unlocked,
|
/openbmc/linux/arch/s390/mm/ |
H A D | gmap.c | 651 bool unlocked; in gmap_fault() local 656 unlocked = false; in gmap_fault() 663 &unlocked)) { in gmap_fault() 671 if (unlocked) in gmap_fault() 895 bool unlocked = false; in gmap_pte_op_fixup() local 899 if (fixup_user_fault(mm, vmaddr, fault_flags, &unlocked)) in gmap_pte_op_fixup() 901 if (unlocked) in gmap_pte_op_fixup()
|
/openbmc/linux/mm/ |
H A D | gup.c | 1308 bool *unlocked) in fixup_user_fault() argument 1315 if (unlocked) in fixup_user_fault() 1339 *unlocked = true; in fixup_user_fault() 1353 *unlocked = true; in fixup_user_fault() 1858 bool unlocked = false; in fault_in_safe_writeable() local 1868 if (fixup_user_fault(mm, start, FAULT_FLAG_WRITE, &unlocked)) in fault_in_safe_writeable()
|