Home
last modified time | relevance | path

Searched refs:__SIMPLELOCK_LOCKED (Results 1 – 20 of 20) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dcommon_lock.h66 *__ptr = __SIMPLELOCK_LOCKED; in __cpu_simple_lock_set()
68 __atomic_store_n(__ptr, __SIMPLELOCK_LOCKED, __ATOMIC_RELAXED); in __cpu_simple_lock_set()
85 while (__atomic_exchange_n(__ptr, __SIMPLELOCK_LOCKED, __ATOMIC_ACQUIRE) == __SIMPLELOCK_LOCKED) { in __cpu_simple_lock()
93 return __atomic_exchange_n(__ptr, __SIMPLELOCK_LOCKED, __ATOMIC_ACQUIRE) == __SIMPLELOCK_UNLOCKED; in __cpu_simple_lock_try()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/include/
H A Dlock.h47 return *__ptr == __SIMPLELOCK_LOCKED; in __SIMPLELOCK_LOCKED_P()
65 *__ptr = __SIMPLELOCK_LOCKED; in __cpu_simple_lock_set()
179 || __arm_store_exclusive(__alp, __SIMPLELOCK_LOCKED)); in __cpu_simple_lock()
182 while (__swp(__SIMPLELOCK_LOCKED, __alp) != __SIMPLELOCK_UNLOCKED) in __cpu_simple_lock()
200 } while (__arm_store_exclusive(__alp, __SIMPLELOCK_LOCKED)); in __cpu_simple_lock_try()
204 return (__swp(__SIMPLELOCK_LOCKED, __alp) == __SIMPLELOCK_UNLOCKED); in __cpu_simple_lock_try()
H A Dtypes.h79 #define __SIMPLELOCK_LOCKED 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/
H A Dlock.h42 return *__ptr == __SIMPLELOCK_LOCKED; in __SIMPLELOCK_LOCKED_P()
60 *__ptr = __SIMPLELOCK_LOCKED; in __cpu_simple_lock_set()
89 : "r"(alp), "I"(__SIMPLELOCK_UNLOCKED), "r"(__SIMPLELOCK_LOCKED) in __cpu_simple_lock()
109 : "r"(alp), "I"(__SIMPLELOCK_UNLOCKED), "r"(__SIMPLELOCK_LOCKED), in __cpu_simple_lock_try()
H A Dtypes.h74 #define __SIMPLELOCK_LOCKED 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dlock.h65 *__ptr = __SIMPLELOCK_LOCKED; in __cpu_simple_lock_set()
96 : "i" (__SIMPLELOCK_LOCKED), "m" (*lp)); in __cpu_simple_lock_try()
159 __SIMPLELOCK_UNLOCKED, __SIMPLELOCK_LOCKED) == in __cpu_simple_lock_try()
178 while (*lp == __SIMPLELOCK_LOCKED) in __cpu_simple_lock()
H A Dtypes.h141 #define __SIMPLELOCK_LOCKED 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/include/
H A Dlock.h44 return *__ptr == __SIMPLELOCK_LOCKED; in __SIMPLELOCK_LOCKED_P()
57 *__ptr = __SIMPLELOCK_LOCKED; in __cpu_simple_lock_set()
99 val = __SIMPLELOCK_LOCKED; in __cpu_simple_lock_try()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/Arm/machine/
H A Dlock.h71 while (__swp(__SIMPLELOCK_LOCKED, alp) != __SIMPLELOCK_UNLOCKED) in __cpu_simple_lock()
79 return (__swp(__SIMPLELOCK_LOCKED, alp) == __SIMPLELOCK_UNLOCKED); in __cpu_simple_lock_try()
H A Dtypes.h65 #define __SIMPLELOCK_LOCKED 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/include/
H A Dlock.h77 return *__ptr == __SIMPLELOCK_LOCKED; in __SIMPLELOCK_LOCKED_P()
95 *__ptr = __SIMPLELOCK_LOCKED; in __cpu_simple_lock_set()
H A Dtypes.h118 #define __SIMPLELOCK_LOCKED 0xff macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/Ipf/machine/
H A Dtypes.h55 #define __SIMPLELOCK_LOCKED 1 macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/X64/machine/
H A Dtypes.h59 #define __SIMPLELOCK_LOCKED 1 macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/Ia32/machine/
H A Dtypes.h65 #define __SIMPLELOCK_LOCKED 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/aarch64/include/
H A Dtypes.h80 #define __SIMPLELOCK_LOCKED 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/include/
H A Dtypes.h76 #define __SIMPLELOCK_LOCKED 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/include/
H A Dtypes.h101 #define __SIMPLELOCK_LOCKED 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/
H A Dtypes.h84 #define __SIMPLELOCK_LOCKED 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dgenassym.cf285 define __SIMPLELOCK_LOCKED __SIMPLELOCK_LOCKED