Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/u-boot/common/
H A Dandroid_bootloader.c614 uint8_t unlocked = true; in android_image_verify_resource() local
631 if (ops->read_is_device_unlocked(ops, (bool *)&unlocked) != AVB_IO_RESULT_OK) in android_image_verify_resource()
634 printf("Device is: %s\n", (unlocked & LOCK_MASK)? "UNLOCKED" : "LOCKED"); in android_image_verify_resource()
636 if (unlocked & LOCK_MASK) { in android_image_verify_resource()
761 uint8_t unlocked = true; in android_slot_verify() local
801 if (ops->read_is_device_unlocked(ops, (bool *)&unlocked) != AVB_IO_RESULT_OK) in android_slot_verify()
805 (unlocked & LOCK_MASK)? "UNLOCKED" : "LOCKED"); in android_slot_verify()
808 if (unlocked & LOCK_MASK) in android_slot_verify()
869 if (unlocked & LOCK_MASK) in android_slot_verify()
875 if (unlocked & LOCK_MASK) in android_slot_verify()
[all …]
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio_iommu_type1.c472 bool unlocked = false; in follow_fault_pfn() local
477 &unlocked); in follow_fault_pfn()
478 if (unlocked) in follow_fault_pfn()
645 long unlocked = 0, locked = 0; in vfio_unpin_pages_remote() local
650 unlocked++; in vfio_unpin_pages_remote()
657 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote()
659 return unlocked; in vfio_unpin_pages_remote()
699 int unlocked; in vfio_unpin_page_external() local
705 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external()
708 vfio_lock_acct(dma, -unlocked, true); in vfio_unpin_page_external()
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dpriv.c263 bool unlocked; in handle_iske() local
284 unlocked = false; in handle_iske()
290 FAULT_FLAG_WRITE, &unlocked); in handle_iske()
310 bool unlocked; in handle_rrbe() local
331 unlocked = false; in handle_rrbe()
336 FAULT_FLAG_WRITE, &unlocked); in handle_rrbe()
361 bool unlocked; in handle_sske() local
395 unlocked = false; in handle_sske()
407 FAULT_FLAG_WRITE, &unlocked); in handle_sske()
1091 bool unlocked = false; in handle_pfmf() local
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/board/olpc/
H A Dreadme.txt58 Firmware prompt by pressing ESC during the early boot (needs an unlocked
96 Once your machine is unlocked, it will automatically boot from your media
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c-topology.rst163 adapter during the transaction are unlocked I2C transfers (using e.g.
178 caused by these subsystems are unlocked. This can be convoluted to
205 its select, those transfers must be unlocked I2C transfers so
208 unlocked I2C transfer, so that it does not deadlock the parent
243 issues any unlocked I2C transfers on the root adapter that may leak
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsstatesig.py180 unlocked = False
182 unlocked = True
193 unlocked = True
195 if not unlocked and recipename in self.lockedsigs:
/OK3568_Linux_fs/kernel/include/linux/
H A Drhashtable.h1050 goto unlocked; in __rhashtable_remove_fast_one()
1054 unlocked: in __rhashtable_remove_fast_one()
1177 goto unlocked; in __rhashtable_replace_fast()
1182 unlocked: in __rhashtable_replace_fast()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A D__init__.py334 unlocked = sorted(values.get('SIGGEN_UNLOCKED_RECIPES', []))
338 if unlocked != newunlocked:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcondition_variable321 // *__mutex must be unlocked before re-locking __lock so move
344 // *__mutex must be unlocked before re-locking __lock so move
395 // *__mutex must be unlocked before re-locking __lock so move
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcondition_variable321 // *__mutex must be unlocked before re-locking __lock so move
344 // *__mutex must be unlocked before re-locking __lock so move
395 // *__mutex must be unlocked before re-locking __lock so move
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dchangesets.rst33 through locking. An unlocked version __of_changeset_apply is available,
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dgmap.c641 bool unlocked; in gmap_fault() local
646 unlocked = false; in gmap_fault()
653 &unlocked)) { in gmap_fault()
661 if (unlocked) in gmap_fault()
879 bool unlocked = false; in gmap_pte_op_fixup() local
883 if (fixup_user_fault(mm, vmaddr, fault_flags, &unlocked)) in gmap_pte_op_fixup()
885 if (unlocked) in gmap_pte_op_fixup()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_sdma.c109 if (p->unlocked) { in amdgpu_vm_sdma_commit()
H A Damdgpu_vm.h216 bool unlocked; member
H A Damdgpu_vm.c1457 if (!params->unlocked) { in amdgpu_vm_update_ptes()
1469 if (params->unlocked) { in amdgpu_vm_update_ptes()
1598 bool unlocked, struct dma_resv *resv, in amdgpu_vm_bo_update_mapping() argument
1613 params.unlocked = unlocked; in amdgpu_vm_bo_update_mapping()
1629 if (!unlocked && !dma_fence_is_signaled(vm->last_unlocked)) { in amdgpu_vm_bo_update_mapping()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-arch.rst15 To request the scheduler call switch_to with the runqueue unlocked,
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A DKconfig168 program individual bits, as long as the register remains unlocked.
175 Register is locked, it cannot be unlocked.
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/
H A Dimage.qrc61 <file>images/cameraIcons/unlocked.png</file>
/OK3568_Linux_fs/kernel/include/linux/mfd/wm8350/
H A Dcore.h598 bool unlocked; member

1234