Searched refs:ALIGNED_POINTER (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.3-release/sys/ia64/include/
H A Dparam.h79 * ALIGNED_POINTER is a boolean macro that checks whether an address
84 #define ALIGNED_POINTER(p,t) ((((u_long)(p)) & (sizeof(t)-1)) == 0) macro
/freebsd-10.3-release/sys/sparc64/include/
H A Dparam.h70 * ALIGNED_POINTER is a boolean macro that checks whether an address
75 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Dstack_machdep.c51 !ALIGNED_POINTER(fp, uint64_t))
/freebsd-10.3-release/sys/i386/include/
H A Dparam.h74 * ALIGNED_POINTER is a boolean macro that checks whether an address
79 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-10.3-release/sys/arm/include/
H A Dparam.h96 * ALIGNED_POINTER is a boolean macro that checks whether an address
101 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
H A Dbus.h744 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-10.3-release/sys/amd64/include/
H A Dparam.h81 * ALIGNED_POINTER is a boolean macro that checks whether an address
86 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-10.3-release/sys/powerpc/include/
H A Dparam.h85 * ALIGNED_POINTER is a boolean macro that checks whether an address
90 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
H A Dbus.h71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-10.3-release/sys/mips/include/
H A Dparam.h117 * ALIGNED_POINTER is a boolean macro that checks whether an address
122 #define ALIGNED_POINTER(p, t) ((((unsigned long)(p)) & (sizeof (t) - 1)) == 0) macro
H A Dbus.h700 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-10.3-release/sys/netgraph/
H A Dng_ksocket.c906 #ifdef ALIGNED_POINTER
908 #endif /* ALIGNED_POINTER */
914 #ifdef ALIGNED_POINTER
915 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) {
923 #endif /* ALIGNED_POINTER */
H A Dng_ppp.c909 #ifdef ALIGNED_POINTER
913 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) {
923 #endif /* ALIGNED_POINTER */
/freebsd-10.3-release/sys/net80211/
H A Dieee80211_input.c330 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) {
H A Dieee80211_mesh.c1329 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) {

Completed in 185 milliseconds