HomeSort by: relevance | last modified time | path
    Searched refs:HPPA_LDCW_ALIGN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/include/
lock.h 42 #define HPPA_LDCW_ALIGN 16UL
45 (volatile unsigned long *)((((uintptr_t)(p) + HPPA_LDCW_ALIGN - 1)) & \
46 ~(HPPA_LDCW_ALIGN - 1))
  /src/sys/arch/hppa/hppa/
lock_stubs.S 84 ldo (MTX_LOCK + HPPA_LDCW_ALIGN - 1)(%arg0), %t3
148 ldo (MTX_LOCK + HPPA_LDCW_ALIGN - 1)(%arg0), %t1

Completed in 12 milliseconds