Home
last modified time | relevance | path

Searched refs:LOCK (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/u-boot/arch/arm/mach-zynqmp/
H A Dmp.c12 #define LOCK 0 macro
65 if (mode == LOCK) { in set_r5_halt_mode()
80 if (mode == LOCK) { in set_r5_tcm_mode()
101 if (mode == LOCK) in set_r5_reset()
115 if (mode == LOCK) in release_r5_reset()
141 set_r5_reset(LOCK); in cpu_disable()
211 set_r5_tcm_mode(LOCK); in initialize_tcm()
212 set_r5_halt_mode(HALT, LOCK); in initialize_tcm()
214 release_r5_reset(LOCK); in initialize_tcm()
268 set_r5_reset(LOCK); in cpu_release()
[all …]
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c63 #define LOCK(flags) raw_spin_lock_irqsave(&feature_lock, flags); macro
148 LOCK(flags); in simple_feature_tweak()
189 LOCK(flags); in ohare_htw_scc_enable()
212 LOCK(flags); in ohare_htw_scc_enable()
228 LOCK(flags); in ohare_htw_scc_enable()
326 LOCK(flags); in heathrow_modem_enable()
334 LOCK(flags); in heathrow_modem_enable()
344 LOCK(flags); in heathrow_modem_enable()
347 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
350 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
[all …]
/openbmc/linux/lib/
H A Dlocking-selftest-rtmutex.h2 #undef LOCK
3 #define LOCK RTL macro
H A Dlocking-selftest-spin.h2 #undef LOCK
3 #define LOCK L macro
H A Dlocking-selftest-mutex.h2 #undef LOCK
3 #define LOCK ML macro
H A Dlocking-selftest-wsem.h2 #undef LOCK
3 #define LOCK WSL macro
H A Dlocking-selftest-rlock.h2 #undef LOCK
3 #define LOCK RL macro
H A Dlocking-selftest-rsem.h2 #undef LOCK
3 #define LOCK RSL macro
H A Dlocking-selftest-wlock.h2 #undef LOCK
3 #define LOCK WL macro
H A Dlocking-selftest.c272 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
303 LOCK(X1); \
304 LOCK(X2); /* this one should fail */
731 LOCK(A); \
764 LOCK(A); \
796 LOCK(A); \
802 LOCK(A); \
838 LOCK(A); \
845 LOCK(A); \
872 LOCK(A); \
[all …]
/openbmc/linux/include/linux/ceph/
H A Drados.h305 f(WRLOCK, __CEPH_OSD_OP(WR, LOCK, 1), "wrlock") \
306 f(WRUNLOCK, __CEPH_OSD_OP(WR, LOCK, 2), "wrunlock") \
307 f(RDLOCK, __CEPH_OSD_OP(WR, LOCK, 3), "rdlock") \
308 f(RDUNLOCK, __CEPH_OSD_OP(WR, LOCK, 4), "rdunlock") \
309 f(UPLOCK, __CEPH_OSD_OP(WR, LOCK, 5), "uplock") \
310 f(DNLOCK, __CEPH_OSD_OP(WR, LOCK, 6), "dnlock") \
/openbmc/linux/kernel/
H A DKconfig.locks96 # - DEBUG_SPINLOCK=n and GENERIC_LOCKBREAK=n and ARCH_INLINE_*LOCK=y
99 # - DEBUG_SPINLOCK=n and ARCH_INLINE_*LOCK=y
102 # - DEBUG_SPINLOCK=n and ARCH_INLINE_*LOCK=y
107 # - DEBUG_SPINLOCK=n and ARCH_INLINE_*LOCK=y
/openbmc/linux/drivers/watchdog/
H A Dnic7018_wdt.c14 #define LOCK 0xA5 macro
212 outb(LOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe()
228 outb(LOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_remove()
H A Dsp805_wdt.c54 #define LOCK 0x00000001 macro
176 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_config()
205 writel_relaxed(LOCK, wdt->base + WDTLOCK); in wdt_disable()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dlocal_ops.rst33 本地原子操作的目的是提供快速和高度可重入的每CPU计数器。它们通过移除LOCK
50 意味着删除LOCK前缀(在i386和x86_64上)和任何SMP同步屏障。如果架构在SMP和
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dsnps,pll-clock.txt12 registers and second for corresponding LOCK CGU register.
/openbmc/linux/Documentation/core-api/
H A Dlocal_ops.rst31 removing the LOCK prefix and memory barriers normally required to synchronize
51 their UP variant must be kept. It typically means removing LOCK prefix (on
/openbmc/linux/drivers/iommu/
H A Domap-iommu-debug.c55 pr_reg(LOCK); in omap2_iommu_dump_ctx()
/openbmc/linux/tools/perf/util/
H A Devent.h91 PERF_MEM_S(LOCK, NA) |\
/openbmc/qemu/hw/nvram/
H A Dxlnx-zynqmp-efuse.c41 FIELD(WR_LOCK, LOCK, 0, 16)
409 if (ARRAY_FIELD_EX32(s->regs, WR_LOCK, LOCK)) { in zynqmp_efuse_pgm_addr_postw()
/openbmc/qemu/hw/dma/
H A Dxlnx-zynq-devcfg.c66 REG32(LOCK, 0x04)
/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8qm-lvds-phy.c43 #define LOCK BIT(0) macro
/openbmc/linux/fs/lockd/
H A Dclnt4xdr.c559 PROC(LOCK, lockargs, res),
H A Dclntxdr.c564 PROC(LOCK, lockargs, res),
/openbmc/linux/Documentation/filesystems/nfs/
H A Dnfs41-server.rst101 | | LOCK | REQ | | …

123