Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/riscv/include/
HDparam.h73 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
HDbus.h71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-14-stable/sys/arm64/include/
HDparam.h80 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
HDbus.h75 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-14-stable/sys/arm/include/
HDparam.h95 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
HDbus.h733 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-14-stable/sys/i386/include/
HDparam.h78 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-14-stable/sys/powerpc/include/
HDparam.h99 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
HDbus.h71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-14-stable/sys/amd64/include/
HDparam.h85 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-14-stable/sys/netgraph/
HDng_ksocket.c902 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata()
910 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata()
911 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) { in ng_ksocket_rcvdata()
HDng_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-14-stable/sys/net80211/
HDieee80211_input.c365 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in ieee80211_decap()
HDieee80211_mesh.c1324 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in mesh_decap()