Searched refs:locked (Results 1 – 22 of 22) sorted by relevance
/arch/c6x/platforms/ |
D | dscr.c | 110 struct locked_reg locked[MAX_LOCKED_REGS]; member 124 if (dscr.locked[i].key && reg == dscr.locked[i].reg) in find_locked_reg() 125 return &dscr.locked[i]; in find_locked_reg() 411 r = &dscr.locked[i]; in dscr_parse_locked_regs()
|
/arch/x86/include/asm/ |
D | qspinlock.h | 41 smp_store_release(&lock->locked, 0); in native_queued_spin_unlock()
|
/arch/s390/crypto/ |
D | paes_s390.c | 456 int ret, locked; in ctr_paes_crypt() local 458 locked = spin_trylock(&ctrblk_lock); in ctr_paes_crypt() 463 if (nbytes >= 2*AES_BLOCK_SIZE && locked) in ctr_paes_crypt() 478 if (locked) in ctr_paes_crypt() 484 if (locked) in ctr_paes_crypt()
|
D | des_s390.c | 393 int ret, locked; in ctr_desall_crypt() local 395 locked = spin_trylock(&ctrblk_lock); in ctr_desall_crypt() 400 if (nbytes >= 2*DES_BLOCK_SIZE && locked) in ctr_desall_crypt() 411 if (locked) in ctr_desall_crypt()
|
D | aes_s390.c | 692 int ret, locked; in ctr_aes_crypt() local 694 locked = spin_trylock(&ctrblk_lock); in ctr_aes_crypt() 699 if (nbytes >= 2*AES_BLOCK_SIZE && locked) in ctr_aes_crypt() 711 if (locked) in ctr_aes_crypt()
|
/arch/powerpc/mm/ |
D | mmu_context_iommu.c | 40 long ret = 0, locked, lock_limit; in mm_iommu_adjust_locked_vm() local 48 locked = mm->locked_vm + npages; in mm_iommu_adjust_locked_vm() 50 if (locked > lock_limit && !capable(CAP_IPC_LOCK)) in mm_iommu_adjust_locked_vm()
|
/arch/arm/mach-omap1/ |
D | sram.S | 55 tst r4, #1 << 0 @ dpll rate locked?
|
/arch/c6x/boot/dts/ |
D | tms320c6455.dtsi | 87 ti,dscr-locked-regs = <0x40008 0x40004 0x0f0a0b00>;
|
D | tms320c6472.dtsi | 126 ti,dscr-locked-regs = <0x200 0x204 0x0a1e183a
|
/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 70 unsigned long locked, lock_limit; in kvmppc_account_memlimit() local 72 locked = current->mm->locked_vm + stt_pages; in kvmppc_account_memlimit() 74 if (locked > lock_limit && !capable(CAP_IPC_LOCK)) in kvmppc_account_memlimit()
|
/arch/frv/kernel/ |
D | sleep.S | 206 # locked in icache. 277 # unlock the icache which was locked before going to sleep
|
/arch/arm/mach-omap2/ |
D | sram243x.S | 73 ldr r10, [r11] @ get locked value 295 cmp r8, #2 @ locked?
|
D | sram242x.S | 73 ldr r10, [r11] @ get locked value 295 cmp r8, #2 @ locked?
|
D | sleep34xx.S | 286 bne exit_nonoff_modes @ Return if locked 299 b exit_nonoff_modes @ Return when locked
|
/arch/mn10300/kernel/ |
D | mn10300-serial.c | 1583 int locked = 1; in mn10300_serial_console_write() local 1590 locked = 0; in mn10300_serial_console_write() 1592 locked = spin_trylock(&port->uart.lock); in mn10300_serial_console_write() 1653 if (locked) in mn10300_serial_console_write()
|
/arch/arm/mach-tegra/ |
D | sleep-tegra20.S | 169 ret lr @ locked
|
/arch/arm/boot/dts/ |
D | omap4-droid4-xt894.dts | 26 * We seem to have only 1021 MB accessible, 1021 - 1022 is locked,
|
D | ste-nomadik-stn8815.dtsi | 218 /* PLL1 is locked to MXTALI and variable from 20.4 to 334 MHz */
|
/arch/cris/arch-v32/drivers/ |
D | Kconfig | 20 speed and duplex will be locked to 100 Mbit and full duplex.
|
/arch/arc/ |
D | Kconfig | 152 -Insns: endian swap, load-locked/store-conditional, time-stamp-ctr
|
/arch/sh/ |
D | Kconfig | 739 atomic operations using a software implementation of load-locked/
|
/arch/arm/ |
D | Kconfig | 1828 If the console is locked while the system is rebooted, the messages
|