Home | History | Annotate | Download | only in include

Lines Matching defs:__aptr

97 	volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp);
99 if (__ldcw(__aptr) == __SIMPLELOCK_RAW_LOCKED)
116 volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp);
126 while (*__aptr == __SIMPLELOCK_RAW_LOCKED)
133 volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp);
140 *__aptr = __SIMPLELOCK_RAW_UNLOCKED;
146 volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp);
148 *__aptr = __SIMPLELOCK_RAW_LOCKED;
154 volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp);
156 *__aptr = __SIMPLELOCK_RAW_UNLOCKED;