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

/freebsd-11-stable/sys/riscv/include/
H A Dparam.h67 * ALIGNED_POINTER is a boolean macro that checks whether an address
72 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
H A Dbus.h73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-11-stable/sys/arm/include/
H A Dparam.h89 * ALIGNED_POINTER is a boolean macro that checks whether an address
102 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
H A Dbus.h746 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h69 * ALIGNED_POINTER is a boolean macro that checks whether an address
74 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
H A Dbus.h73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/sys/sparc64/sparc64/
H A Dstack_machdep.c53 !ALIGNED_POINTER(fp, uint64_t))
/freebsd-11-stable/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-11-stable/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-11-stable/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
H A Ddt_isadep.c82 if (!ALIGNED_POINTER(off, 4))
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/riscv/
H A Ddt_isadep.c82 if (!ALIGNED_POINTER(off, 4))
/freebsd-11-stable/sys/netgraph/
H A Dng_ksocket.c897 #ifdef ALIGNED_POINTER
899 #endif /* ALIGNED_POINTER */
905 #ifdef ALIGNED_POINTER
906 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) {
914 #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-11-stable/sys/net80211/
H A Dieee80211_input.c352 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) {
H A Dieee80211_mesh.c1318 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) {

Completed in 294 milliseconds