Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hppa/include/ | |
lock.h | 97 volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp); local in function:__cpu_simple_lock_try 99 if (__ldcw(__aptr) == __SIMPLELOCK_RAW_LOCKED) 116 volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp); local in function:__cpu_simple_lock 126 while (*__aptr == __SIMPLELOCK_RAW_LOCKED) 133 volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp); local in function:__cpu_simple_unlock 140 *__aptr = __SIMPLELOCK_RAW_UNLOCKED; 146 volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp); local in function:__cpu_simple_lock_set 148 *__aptr = __SIMPLELOCK_RAW_LOCKED; 154 volatile unsigned long *__aptr = __SIMPLELOCK_ALIGN(alp); local in function:__cpu_simple_lock_clear 156 *__aptr = __SIMPLELOCK_RAW_UNLOCKED [all...] |