HomeSort by: relevance | last modified time | path
    Searched defs:PAGE_MASK (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/sys/arch/m68k/include/
vmparam.h 57 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/powerpc/include/booke/
vmparam.h 52 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/usermode/include/
vmparam.h 65 #define PAGE_MASK (PAGE_SIZE - 1)
74 #define PAGE_MASK (PAGE_SIZE - 1)
83 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pages.h 5 #ifdef PAGE_MASK
6 # undef PAGE_MASK
9 #define PAGE_MASK ((size_t)(PAGE - 1))
12 ((void *)((uintptr_t)(a) & ~PAGE_MASK))
15 (((s) + PAGE_MASK) & ~PAGE_MASK)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
pages.h 5 #ifdef PAGE_MASK
6 # undef PAGE_MASK
9 #define PAGE_MASK ((size_t)(PAGE - 1))
12 ((void *)((uintptr_t)(a) & ~PAGE_MASK))
15 (((s) + PAGE_MASK) & ~PAGE_MASK)
  /src/external/gpl3/binutils/dist/include/coff/
tic54x.h 53 #define PAGE_MASK 0xFF000000
  /src/external/gpl3/binutils.old/dist/include/coff/
tic54x.h 53 #define PAGE_MASK 0xFF000000
  /src/external/gpl3/gdb/dist/include/coff/
tic54x.h 53 #define PAGE_MASK 0xFF000000
  /src/external/gpl3/gdb.old/dist/include/coff/
tic54x.h 53 #define PAGE_MASK 0xFF000000
  /src/sys/arch/alpha/include/
vmparam.h 58 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/arm/include/arm32/
vmparam.h 88 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/evbcf/include/
vmparam.h 44 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/hppa/include/
vmparam.h 43 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/or1k/include/
vmparam.h 41 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/powerpc/include/ibm4xx/
vmparam.h 43 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/sh3/include/
vmparam.h 45 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/sparc/include/
vmparam.h 58 * PAGE_SHIFT, and PAGE_MASK into compile-time constants, if we can.
79 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/sun2/include/
vmparam.h 48 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/vax/include/
vmparam.h 51 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/external/bsd/drm2/include/linux/
mm.h 48 #undef PAGE_MASK
49 #define PAGE_MASK (~(PAGE_SIZE-1))
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pages.h 5 #ifdef PAGE_MASK
6 # undef PAGE_MASK
9 #define PAGE_MASK ((size_t)(PAGE - 1))
12 ((void *)((uintptr_t)(a) & ~PAGE_MASK))
15 (((s) + PAGE_MASK) & ~PAGE_MASK)
18 ((s) & ~PAGE_MASK)
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pages.h 5 #ifdef PAGE_MASK
6 # undef PAGE_MASK
9 #define PAGE_MASK ((size_t)(PAGE - 1))
12 ((void *)((uintptr_t)(a) & ~PAGE_MASK))
15 (((s) + PAGE_MASK) & ~PAGE_MASK)
18 ((s) & ~PAGE_MASK)
  /src/sys/arch/i386/include/
vmparam.h 54 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/mips/include/
vmparam.h 67 #define PAGE_MASK (PAGE_SIZE - 1)
  /src/sys/arch/sparc64/include/
vmparam.h 58 #define PAGE_MASK (PAGE_SIZE - 1)

Completed in 44 milliseconds

1 2