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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/sun3/include/
param3x.h 51 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
52 #define NKMEMPAGES_MAX_DEFAULT ((64 * 1024 * 1024) >> PAGE_SHIFT)
param3.h 52 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
53 #define NKMEMPAGES_MAX_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/m68k/include/
vmparam.h 55 #define PAGE_SHIFT PGSHIFT
56 #define PAGE_SIZE (1 << PAGE_SHIFT)
  /src/sys/arch/usermode/include/
vmparam.h 63 #define PAGE_SHIFT 12
64 #define PAGE_SIZE (1 << PAGE_SHIFT)
72 #define PAGE_SHIFT 12
73 #define PAGE_SIZE (1 << PAGE_SHIFT)
81 #define PAGE_SHIFT 12
82 #define PAGE_SIZE (1 << PAGE_SHIFT)
  /src/sys/arch/xen/include/
xen_shm.h 30 #define XENSHM_MAX_PAGES_PER_REQUEST ((MAXPHYS + PAGE_SIZE) >> PAGE_SHIFT)
  /src/sys/arch/atari/include/
param.h 63 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
64 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/mac68k/include/
param.h 103 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
104 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/virt68k/include/
param.h 72 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
73 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/alpha/include/
pte.h 110 #define NPTEPG_SHIFT (PAGE_SHIFT - PTESHIFT)
116 (((vaddr_t)(va) >> PAGE_SHIFT) & PTEMASK)
119 (((vaddr_t)(va) >> (PAGE_SHIFT + NPTEPG_SHIFT)) & PTEMASK)
122 (((vaddr_t)(va) >> (PAGE_SHIFT + 2 * NPTEPG_SHIFT)) & PTEMASK)
125 (((vaddr_t)(va) >> PAGE_SHIFT) & ((1 << 3 * NPTEPG_SHIFT) - 1))
128 #define ALPHA_L1SEG_SIZE (1L << ((2 * NPTEPG_SHIFT) + PAGE_SHIFT))
131 #define ALPHA_L2SEG_SIZE (1L << (NPTEPG_SHIFT + PAGE_SHIFT))
  /src/sys/arch/arm/include/arm32/
param.h 74 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
77 #define NKMEMPAGES_MAX_DEFAULT ((768 * 1024 * 1024) >> PAGE_SHIFT)
79 #define NKMEMPAGES_MAX_DEFAULT ((256 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/or1k/include/
vmparam.h 39 #define PAGE_SHIFT 13
40 #define PAGE_SIZE (1 << PAGE_SHIFT)
44 #define UPAGES (USPACE >> PAGE_SHIFT)
param.h 59 #define NKMEMPAGES_MAX_DEFAULT ((2048UL * 1024 * 1024) >> PAGE_SHIFT)
60 #define NKMEMPAGES_MIN_DEFAULT ((128UL * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/sparc/include/
vmparam.h 58 * PAGE_SHIFT, and PAGE_MASK into compile-time constants, if we can.
72 #define PAGE_SHIFT PAGE_SHIFT_SUN4CM
74 #define PAGE_SHIFT PAGE_SHIFT_SUN4
77 #ifdef PAGE_SHIFT
78 #define PAGE_SIZE (1 << PAGE_SHIFT)
  /src/sys/external/bsd/drm2/include/linux/
pfn.h 36 #define PFN_DOWN(N) ((N) >> PAGE_SHIFT)
  /src/sys/arch/amiga/include/
param.h 66 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
67 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/cesfic/include/
param.h 73 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
74 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/evbcf/include/
param.h 70 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
71 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/hp300/include/
param.h 63 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
64 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/mvme68k/include/
param.h 70 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
71 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/news68k/include/
param.h 64 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
65 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/sh3/include/
param.h 94 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
95 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/external/bsd/drm2/include/asm/
page.h 57 return (page_to_phys(page) >> PAGE_SHIFT);
63 return fls64((n - 1) >> PAGE_SHIFT);
  /src/sys/arch/luna68k/include/
param.h 60 #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
61 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/next68k/include/
param.h 66 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
67 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
  /src/sys/arch/x68k/include/
param.h 71 #define NKMEMPAGES_MIN_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT)
72 #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>