Home
last modified time | relevance | path

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

/freebsd-12.1/sys/riscv/include/
H A Dparam.h72 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
H A Dbus.h73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-12.1/sys/sparc64/sparc64/
H A Dstack_machdep.c55 !ALIGNED_POINTER(fp, uint64_t)) in stack_capture()
/freebsd-12.1/sys/powerpc/include/
H A Dparam.h96 #define ALIGNED_POINTER(p, t) ((((uintptr_t)(p)) & (sizeof (t) - 1)) == 0) macro
H A Dbus.h73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-12.1/sys/arm64/include/
H A Dparam.h77 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
H A Dbus.h73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-12.1/sys/arm/include/
H A Dparam.h106 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
H A Dbus.h748 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-12.1/sys/sparc64/include/
H A Dparam.h77 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof (t) - 1)) == 0) macro
/freebsd-12.1/sys/i386/include/
H A Dparam.h81 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-12.1/sys/amd64/include/
H A Dparam.h88 #define ALIGNED_POINTER(p, t) 1 macro
/freebsd-12.1/sys/mips/include/
H A Dparam.h127 #define ALIGNED_POINTER(p, t) ((((unsigned long)(p)) & (sizeof (t) - 1)) == 0) macro
H A Dbus.h702 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/riscv/
H A Ddt_isadep.c82 if (!ALIGNED_POINTER(off, 4)) in dt_pid_create_offset_probe()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/aarch64/
H A Ddt_isadep.c82 if (!ALIGNED_POINTER(off, 4)) in dt_pid_create_offset_probe()
/freebsd-12.1/sys/netgraph/
H A Dng_ksocket.c892 #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 Dng_ppp.c925 #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 Dieee80211_input.c345 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in ieee80211_decap()
H A Dieee80211_mesh.c1320 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in mesh_decap()