Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dparam.h71 #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/sys/arm/include/
H A Dparam.h93 #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/sys/arm64/include/
H A Dparam.h78 #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/sys/i386/include/
H A Dparam.h76 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd/sys/powerpc/include/
H A Dparam.h97 #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/sys/amd64/include/
H A Dparam.h83 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
H A Ddt_isadep.c82 if (!ALIGNED_POINTER(off, 4)) in dt_pid_create_offset_probe()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/riscv/
H A Ddt_isadep.c82 if (!ALIGNED_POINTER(off, 4)) in dt_pid_create_offset_probe()
/freebsd/sys/netgraph/
H A Dng_ksocket.c895 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata()
903 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata()
904 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) { in ng_ksocket_rcvdata()
H A Dng_ppp.c923 #ifdef ALIGNED_POINTER in ng_ppp_proto_recv()
927 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) { in ng_ppp_proto_recv()
/freebsd/sys/net80211/
H A Dieee80211_input.c365 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in ieee80211_decap()
H A Dieee80211_mesh.c1321 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in mesh_decap()