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

/freebsd-current/sys/riscv/include/
H A Dparam.h66 * ALIGNED_POINTER is a boolean macro that checks whether an address
71 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
H A Dbus.h71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-current/sys/arm64/include/
H A Dparam.h73 * ALIGNED_POINTER is a boolean macro that checks whether an address
78 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
H A Dbus.h75 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-current/sys/i386/include/
H A Dparam.h71 * ALIGNED_POINTER is a boolean macro that checks whether an address
76 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-current/sys/arm/include/
H A Dparam.h80 * ALIGNED_POINTER is a boolean macro that checks whether an address
93 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
H A Dbus.h733 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-current/sys/powerpc/include/
H A Dparam.h92 * ALIGNED_POINTER is a boolean macro that checks whether an address
97 #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-current/sys/amd64/include/
H A Dparam.h78 * ALIGNED_POINTER is a boolean macro that checks whether an address
83 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
H A Ddt_isadep.c82 if (!ALIGNED_POINTER(off, 4))
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/riscv/
H A Ddt_isadep.c82 if (!ALIGNED_POINTER(off, 4))
/freebsd-current/sys/netgraph/
H A Dng_ksocket.c895 #ifdef ALIGNED_POINTER
897 #endif /* ALIGNED_POINTER */
903 #ifdef ALIGNED_POINTER
904 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) {
912 #endif /* ALIGNED_POINTER */
H A Dng_ppp.c923 #ifdef ALIGNED_POINTER
927 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) {
937 #endif /* ALIGNED_POINTER */
/freebsd-current/sys/net80211/
H A Dieee80211_input.c365 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) {
H A Dieee80211_mesh.c1321 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) {

Completed in 271 milliseconds