| /freebsd-12.1/sys/riscv/include/ |
| H A D | param.h | 72 #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-12.1/sys/sparc64/sparc64/ |
| H A D | stack_machdep.c | 55 !ALIGNED_POINTER(fp, uint64_t)) in stack_capture()
|
| /freebsd-12.1/sys/powerpc/include/ |
| H A D | param.h | 96 #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-12.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-12.1/sys/arm/include/ |
| H A D | param.h | 106 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
|
| H A D | bus.h | 748 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-12.1/sys/sparc64/include/ |
| H A D | param.h | 77 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof (t) - 1)) == 0) macro
|
| /freebsd-12.1/sys/i386/include/ |
| H A D | param.h | 81 #define ALIGNED_POINTER(p, t) 1 macro
|
| /freebsd-12.1/sys/amd64/include/ |
| H A D | param.h | 88 #define ALIGNED_POINTER(p, t) 1 macro
|
| /freebsd-12.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 | 702 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /freebsd-12.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-12.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-12.1/sys/netgraph/ |
| H A D | ng_ksocket.c | 892 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata() 900 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata() 901 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-12.1/sys/net80211/ |
| H A D | ieee80211_input.c | 345 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in ieee80211_decap()
|
| H A D | ieee80211_mesh.c | 1320 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in mesh_decap()
|