Searched refs:ALIGNED_POINTER (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14-stable/sys/riscv/include/ |
| HD | param.h | 73 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
|
| HD | bus.h | 71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-14-stable/sys/arm64/include/ |
| HD | param.h | 80 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
|
| HD | bus.h | 75 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-14-stable/sys/arm/include/ |
| HD | param.h | 95 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
|
| HD | bus.h | 733 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-14-stable/sys/i386/include/ |
| HD | param.h | 78 #define ALIGNED_POINTER(p, t) 1 macro
|
| /freebsd-14-stable/sys/powerpc/include/ |
| HD | param.h | 99 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
|
| HD | bus.h | 71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-14-stable/sys/amd64/include/ |
| HD | param.h | 85 #define ALIGNED_POINTER(p, t) 1 macro
|
| /freebsd-14-stable/sys/netgraph/ |
| HD | ng_ksocket.c | 902 #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()
|
| HD | 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-14-stable/sys/net80211/ |
| HD | ieee80211_input.c | 365 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in ieee80211_decap()
|
| HD | ieee80211_mesh.c | 1324 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in mesh_decap()
|