| /freebsd-13.1/sys/riscv/include/ |
| H A D | param.h | 83 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
|
| H A D | bus.h | 73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-13.1/sys/arm/include/ |
| H A D | param.h | 96 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
|
| H A D | bus.h | 735 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-13.1/sys/arm64/include/ |
| H A D | param.h | 77 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
|
| H A D | bus.h | 73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-13.1/sys/i386/include/ |
| H A D | param.h | 79 #define ALIGNED_POINTER(p, t) 1 macro
|
| /freebsd-13.1/sys/mips/include/ |
| H A D | param.h | 127 #define ALIGNED_POINTER(p, t) ((((unsigned long)(p)) & (sizeof (t) - 1)) == 0) macro
|
| H A D | bus.h | 720 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | param.h | 100 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
|
| H A D | bus.h | 73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | param.h | 86 #define ALIGNED_POINTER(p, t) 1 macro
|
| /freebsd-13.1/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-13.1/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-13.1/sys/netgraph/ |
| H A D | ng_ksocket.c | 891 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata() 899 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata() 900 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) { in ng_ksocket_rcvdata()
|
| H A D | ng_ppp.c | 925 #ifdef ALIGNED_POINTER in ng_ppp_proto_recv() 929 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) { in ng_ppp_proto_recv()
|
| /freebsd-13.1/sys/net80211/ |
| H A D | ieee80211_input.c | 363 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in ieee80211_decap()
|
| H A D | ieee80211_mesh.c | 1324 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in mesh_decap()
|