Symbol: ALIGNED_POINTER
common/lib/libc/hash/murmurhash/murmurhash.c
57
if (__predict_true(ALIGNED_POINTER(key, uint32_t))) {
sys/arch/alpha/include/bus_defs.h
104
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/amiga/include/bus.h
265
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/amigappc/include/bus_defs.h
174
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/arc/include/bus_defs.h
108
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/arm/include/bus_defs.h
312
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/atari/include/bus_defs.h
272
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/atari/include/bus_funcs.h
322
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/dreamcast/include/bus_defs.h
95
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/emips/include/bus.h
446
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/evbcf/include/bus_space.h
595
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/evbsh3/include/bus_defs.h
99
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/ews4800mips/include/bus.h
97
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/hp300/include/bus.h
753
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/hpcmips/include/bus_machdep.h
60
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/hpcsh/include/bus_defs.h
95
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/hppa/include/bus_defs.h
183
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/ia64/include/bus.h
94
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/landisk/include/bus_defs.h
113
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/luna68k/include/bus.h
558
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/m68k/include/bus_space_simple.h
619
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/mac68k/include/bus.h
747
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/mips/include/bus_space_defs.h
101
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/mipsco/include/bus.h
94
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/news68k/include/bus.h
558
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/newsmips/include/bus.h
434
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/or1k/include/bus_defs.h
235
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/playstation2/include/bus.h
98
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/powerpc/include/bus_defs.h
249
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/riscv/include/bus_defs.h
305
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/sh3/include/bus_defs.h
71
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/sparc/include/bus_defs.h
205
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/sparc64/include/bus_defs.h
186
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/sun68k/include/bus.h
860
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/vax/include/bus.h
90
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/x68k/include/bus.h
553
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/arch/x86/include/bus_defs.h
79
#define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
sys/coda/coda_vnops.c
1596
if (!ALIGNED_POINTER(uiop->uio_offset, uint32_t)) {
sys/coda/coda_vnops.c
1609
if (!ALIGNED_POINTER(vd, uint32_t) ||
sys/coda/coda_vnops.c
1610
!ALIGNED_POINTER(vd->d_reclen, uint32_t) ||
sys/ddb/db_elf.c
115
if (ALIGNED_POINTER(symtab, long) == 0) {
sys/ddb/db_elf.c
186
ALIGNED_POINTER(symtab_start, long) == 0 ||
sys/ddb/db_elf.c
187
ALIGNED_POINTER(strtab_start, long) == 0)
sys/dev/ic/seeq8005.c
597
if (__predict_false(!ALIGNED_POINTER(buf, uint16_t)))
sys/dev/ic/seeq8005.c
653
if (__predict_false(!ALIGNED_POINTER(buf, uint16_t)))
sys/dev/kloader.c
480
KASSERT(ALIGNED_POINTER(dst, register_t));
sys/dev/podulebus/if_ei.c
256
if (src % 2 != 0 || !ALIGNED_POINTER(dest, u_int16_t))
sys/dev/podulebus/if_ei.c
299
if (!ALIGNED_POINTER(src, u_int16_t)) {
sys/dev/podulebus/sec.c
256
KASSERT(ALIGNED_POINTER(dest, uint16_t));
sys/dev/podulebus/sec.c
305
KASSERT(ALIGNED_POINTER(src, uint16_t));
sys/dev/podulebus/sec.c
395
sc->sc_dmaoff = ALIGNED_POINTER(*addr, uint16_t) ? 0 : 1;
sys/kern/kern_ksyms.c
518
if (ALIGNED_POINTER(start, long) == 0) {
sys/kern/kern_mutex_obj.c
61
KASSERT(ALIGNED_POINTER(mo, coherency_unit));
sys/kern/kern_mutex_obj.c
81
KASSERT(ALIGNED_POINTER(mo, coherency_unit));
sys/kern/kern_rwlock_obj.c
61
KASSERT(ALIGNED_POINTER(ro, coherency_unit));
sys/kern/kern_rwlock_obj.c
80
KASSERT(ALIGNED_POINTER(ro, coherency_unit));
sys/kern/subr_kmem.c
329
ALIGNED_POINTER(p, coherency_unit));
sys/kern/subr_kmem.c
340
KASSERT(size < coherency_unit || ALIGNED_POINTER(p, coherency_unit));
sys/kern/uipc_mbuf.c
1160
ALIGNED_POINTER((mtod(n, char *) + off), uint32_t))
sys/kern/uipc_mbuf.c
1225
ALIGNED_POINTER((n->m_next->m_data - hlen), uint32_t) &&
sys/kern/vfs_cwd.c
55
KASSERT(ALIGNED_POINTER(cwdi, COHERENCY_UNIT));
sys/net80211/ieee80211_input.c
987
#ifdef ALIGNED_POINTER
sys/net80211/ieee80211_input.c
988
if (!ALIGNED_POINTER(mtod(m, char *) + sizeof(*eh), u_int32_t)) {
sys/nfs/nfsm_subs.h
93
#define nfsm_aligned(p) ALIGNED_POINTER(p,u_int32_t)
sys/sys/param.h
288
#ifndef ALIGNED_POINTER
sys/sys/param.h
306
#define ACCESSIBLE_POINTER(p, t) ALIGNED_POINTER(p, t)