Home
last modified time | relevance | path

Searched refs:PC_ALIGN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dx_call.c437 ASSERT(((uintptr_t)func % PC_ALIGN) == 0); in xc_one()
556 ASSERT(((uintptr_t)func % PC_ALIGN) == 0); in xc_some()
650 ASSERT(((uintptr_t)func % PC_ALIGN) == 0); in xc_all()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dxc_impl.h240 #define PC_ALIGN 4 macro