| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | spinlock.h | 140 * deny writer. Otherwise if unlocked grant to writer in arch_write_lock() 152 " brne %[val], %[UNLOCKED], 1b \n" /* while !UNLOCKED spin */ in arch_write_lock() 159 [UNLOCKED] "ir" (__ARCH_RW_LOCK_UNLOCKED__), in arch_write_lock() 173 " brne %[val], %[UNLOCKED], 4f \n" /* !UNLOCKED, bail */ in arch_write_trylock() 184 [UNLOCKED] "ir" (__ARCH_RW_LOCK_UNLOCKED__), in arch_write_trylock() 332 * deny writer. Otherwise if unlocked grant to writer in arch_write_trylock()
|
| H A D | spinlock_types.h | 20 * Unlocked : 0x0100_0000 22 * Write lock : 0x0, but only if prior value is "unlocked" 0x0100_0000
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 313 """ This function will make unlocked-sigs.inc match the recipes in the 314 workspace plus any extras we want unlocked. """ 324 unlockedsigs = os.path.join(confdir, 'unlocked-sigs.inc') 326 # Get current unlocked list if any 334 unlocked = sorted(values.get('SIGGEN_UNLOCKED_RECIPES', [])) 338 if unlocked != newunlocked: 344 "# contain recipes that are unlocked.\n")
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | android_bootloader.c | 614 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() 632 printf("Error determining whether device is unlocked.\n"); 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() 802 printf("Error determining whether device is unlocked.\n"); in android_slot_verify() 805 (unlocked & LOCK_MASK)? "UNLOCKED" : "LOCKED"); in android_slot_verify() 808 if (unlocked & LOCK_MASK) in android_slot_verify() [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/vfio/ |
| H A D | vfio_iommu_type1.c | 472 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/arch/mips/include/asm/octeon/ |
| H A D | cvmx-l2c.h | 256 * unlocked to allow for normal caching of DRAM. 270 * Note that this function will flush a matching but unlocked cache line. 275 * Returns 0: line not unlocked 276 * 1: line unlocked 286 * Returns Number of locked lines that the call unlocked
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | spinlock_types.h | 17 * Unlocked : 0x0100_0000 19 * Write lock : 0x0, but only if prior value is "unlocked" 0x0100_0000
|
| /OK3568_Linux_fs/kernel/include/linux/iio/imu/ |
| H A D | adis.h | 117 * registers. These functions also have unlocked variants 160 * __adis_write_reg_8() - Write single byte to a register (unlocked) 172 * __adis_write_reg_16() - Write 2 bytes to a pair of registers (unlocked) 184 * __adis_write_reg_32() - write 4 bytes to four registers (unlocked) 196 * __adis_read_reg_16() - read 2 bytes from a 16-bit register (unlocked) 215 * __adis_read_reg_32() - read 4 bytes from a 32-bit register (unlocked)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | keymaster.h | 44 * @unlock:used to read oem unlock status code,0:locked,1:unlocked 53 * @unlock: oem unlock status code,0:locked,1:unlocked
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | wait.h | 792 * unlocked while sleeping but @condition testing is done while lock 795 * The lock is locked/unlocked using spin_lock()/spin_unlock() 796 * functions which must match the way they are locked/unlocked outside 819 * unlocked while sleeping but @condition testing is done while lock 822 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq() 823 * functions which must match the way they are locked/unlocked outside 846 * unlocked while sleeping but @condition testing is done while lock 849 * The lock is locked/unlocked using spin_lock()/spin_unlock() 850 * functions which must match the way they are locked/unlocked outside 877 * unlocked while sleeping but @condition testing is done while lock [all …]
|
| H A D | hwspinlock.h | 390 * to call unlock on a @hwlock that is already unlocked. 407 * already unlocked. 422 * unlocked. 437 * unlocked. 453 * unlocked.
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H 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.
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/ |
| H A D | adis.c | 31 * __adis_write_reg() - write N bytes to register (unlocked version) 131 * __adis_read_reg() - read N bytes from register (unlocked version) 227 * __adis_update_bits_base() - ADIS Update bits function - Unlocked version 315 * __adis_check_status() - Check the device for error conditions (unlocked) 347 * __adis_reset() - Reset the device (unlocked version)
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-arch.rst | 15 To request the scheduler call switch_to with the runqueue unlocked, 19 Unlocked context switches introduce only a very minor performance
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | qspinlock.h | 33 * queued_spin_value_unlocked - is the spinlock structure unlocked? 35 * Return: 1 if it is unlocked, 0 otherwise
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 180 unlocked = False 182 unlocked = True 188 # If any unlocked recipe is in the direct dependencies then the 189 # current recipe should be unlocked as well. 193 unlocked = True 195 if not unlocked and recipename in self.lockedsigs:
|
| /OK3568_Linux_fs/buildroot/board/olpc/ |
| H A D | readme.txt | 58 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/arch/s390/kvm/ |
| H A D | priv.c | 263 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/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_mutex.c | 286 /* Compare against the unlocked state, and if true, in nfp_cpp_mutex_trylock() 308 /* Was it unlocked? */ in nfp_cpp_mutex_trylock() 310 /* The read value can only be 0x....0000 in the unlocked state. in nfp_cpp_mutex_trylock()
|
| /OK3568_Linux_fs/kernel/drivers/w1/slaves/ |
| H A D | w1_ds2413.c | 76 dev_dbg(&sl->dev, "%s, mutex unlocked, retries: %d\n", in state_read() 124 dev_dbg(&sl->dev, "%s, mutex unlocked, retries: %d\n", in output_write()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | mman.h | 109 until unlocked by a call to the `munlockall', until the process exits, 114 unlocked. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | mman.h | 109 until unlocked by a call to the `munlockall', until the process exits, 114 unlocked. */
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | lcnalloc.h | 84 * - The volume lcn bitmap must be unlocked on entry and is unlocked
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | i2c-topology.rst | 163 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
|