Searched refs:ALIGNED_POINTER (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | param.h | 71 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
|
H A D | bus.h | 71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
/freebsd/sys/arm/include/ |
H A D | param.h | 89 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
|
H A D | bus.h | 733 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
/freebsd/sys/arm64/include/ |
H A D | param.h | 78 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
|
H A D | bus.h | 75 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
/freebsd/sys/i386/include/ |
H A D | param.h | 76 #define ALIGNED_POINTER(p, t) 1 macro
|
/freebsd/sys/powerpc/include/ |
H A D | param.h | 97 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
|
H A D | bus.h | 71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
/freebsd/sys/amd64/include/ |
H A D | param.h | 83 #define ALIGNED_POINTER(p, t) 1 macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/riscv/ |
H A D | dt_isadep.c | 82 if (!ALIGNED_POINTER(off, 4)) in dt_pid_create_offset_probe()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/aarch64/ |
H A D | dt_isadep.c | 82 if (!ALIGNED_POINTER(off, 4)) in dt_pid_create_offset_probe()
|
/freebsd/sys/netgraph/ |
H A D | ng_ksocket.c | 895 #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 D | ng_ppp.c | 923 #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 D | ieee80211_input.c | 365 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in ieee80211_decap()
|
H A D | ieee80211_mesh.c | 1321 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in mesh_decap()
|