HomeSort by: relevance | last modified time | path
    Searched refs:ALIGNED_POINTER (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/sys/arch/hpcmips/include/
bus_machdep.h 60 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/sh3/include/
bus_defs.h 71 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/kern/
kern_mutex_obj.c 61 KASSERT(ALIGNED_POINTER(mo, coherency_unit));
81 KASSERT(ALIGNED_POINTER(mo, coherency_unit));
kern_rwlock_obj.c 61 KASSERT(ALIGNED_POINTER(ro, coherency_unit));
80 KASSERT(ALIGNED_POINTER(ro, coherency_unit));
vfs_cwd.c 55 KASSERT(ALIGNED_POINTER(cwdi, COHERENCY_UNIT));
  /src/sys/arch/x86/include/
bus_defs.h 79 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/i386/include/
param.h 65 #define ALIGNED_POINTER(p,t) 1
  /src/common/lib/libc/hash/murmurhash/
murmurhash.c 56 if (__predict_true(ALIGNED_POINTER(key, uint32_t))) {
  /src/sys/arch/amd64/include/
param.h 25 #define ALIGNED_POINTER(p,t) 1
  /src/sys/sys/
param.h 265 * ALIGNED_POINTER is a boolean macro that checks whether an address
273 * if (ALIGNED_POINTER(p, uint32_t)) {
288 #ifndef ALIGNED_POINTER
289 #define ALIGNED_POINTER(p,t) ((((uintptr_t)(p)) & (__alignof(t) - 1)) == 0)
306 #define ACCESSIBLE_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/ddb/
db_elf.c 115 if (ALIGNED_POINTER(symtab, long) == 0) {
186 ALIGNED_POINTER(symtab_start, long) == 0 ||
187 ALIGNED_POINTER(strtab_start, long) == 0)
  /src/sys/arch/amigappc/include/
bus_defs.h 174 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/sparc/include/
bus_defs.h 205 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/sparc64/include/
bus_defs.h 186 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/arc/include/
bus_defs.h 108 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/dev/podulebus/
sec.c 256 KASSERT(ALIGNED_POINTER(dest, uint16_t));
305 KASSERT(ALIGNED_POINTER(src, uint16_t));
395 sc->sc_dmaoff = ALIGNED_POINTER(*addr, uint16_t) ? 0 : 1;
if_ei.c 256 if (src % 2 != 0 || !ALIGNED_POINTER(dest, u_int16_t))
299 if (!ALIGNED_POINTER(src, u_int16_t)) {
  /src/sys/arch/alpha/include/
bus_defs.h 104 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/dreamcast/include/
bus_defs.h 95 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/hpcsh/include/
bus_defs.h 95 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/landisk/include/
bus_defs.h 113 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/or1k/include/
bus_defs.h 235 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/powerpc/include/
bus_defs.h 249 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/luna68k/include/
bus.h 558 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
  /src/sys/arch/news68k/include/
bus.h 558 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)

Completed in 57 milliseconds

1 2 3