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

1 2 3 4 5 6 7 8 9

  /src/sys/arch/ia64/include/
param.h 65 #define USPACE (UPAGES * NBPG) /* total size of u-area */
68 #define MSGBUFSIZE NBPG /* default message buffer size */
82 #define PGSHIFT 14 /* LOG2(NBPG) */
83 #define NBPG (1 << PGSHIFT) /* bytes/page */
84 #define PGOFSET (NBPG-1) /* byte offset into page */
85 #define NPTEPG (NBPG/(sizeof (pt_entry_t)))
88 * MCLBYTES must be no larger than NBPG (the software page size), and,
119 #define ia64_round_page(x) ((((unsigned long)(x)) + NBPG - 1) & ~(NBPG - 1))
120 #define ia64_trunc_page(x) ((unsigned long)(x) & ~(NBPG - 1)
    [all...]
  /src/sys/arch/sh3/include/
param.h 54 #define NBPG (1 << PGSHIFT)
55 #define PGOFSET (NBPG - 1)
61 #define USPACE (UPAGES * NBPG) /* total size of u-area */
71 #define MSGBUFSIZE NBPG /* default message buffer size */
76 * MCLBYTES must be no larger than NBPG (the software page size), and,
  /src/sys/arch/alpha/include/
param.h 66 #define NBPG (1 << ALPHA_PGSHIFT) /* bytes/page */
67 #define PGOFSET (NBPG-1) /* byte off. into pg */
68 #define PGSHIFT ALPHA_PGSHIFT /* LOG2(NBPG) */
73 #define USPACE (UPAGES * NBPG) /* total size of u-area */
76 #define MSGBUFSIZE NBPG /* default message buffer size */
86 * MCLBYTES must be no larger than NBPG (the software page size), and,
111 #define alpha_round_page(x) ((((unsigned long)(x)) + NBPG - 1) & ~(NBPG-1))
112 #define alpha_trunc_page(x) ((unsigned long)(x) & ~(NBPG-1))
  /src/external/gpl3/binutils/dist/bfd/hosts/
i386bsd.h 25 /* Recent versions of FreeBSD don't define NBPG. */
26 #ifndef NBPG
28 #define NBPG PAGE_SIZE
32 #define HOST_PAGE_SIZE NBPG
dpx2.h 24 #define NBPG 1
vaxbsd.h 25 are concerned -- is not the same as NBPG, because of page clustering. */
30 #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG))
mipsmach3.h 24 #define HOST_PAGE_SIZE NBPG
25 /* #define HOST_SEGMENT_SIZE NBPG */
news-mips.h 25 #define HOST_PAGE_SIZE NBPG
  /src/external/gpl3/binutils.old/dist/bfd/hosts/
i386bsd.h 25 /* Recent versions of FreeBSD don't define NBPG. */
26 #ifndef NBPG
28 #define NBPG PAGE_SIZE
32 #define HOST_PAGE_SIZE NBPG
dpx2.h 24 #define NBPG 1
vaxbsd.h 25 are concerned -- is not the same as NBPG, because of page clustering. */
30 #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG))
  /src/external/gpl3/gdb.old/dist/bfd/hosts/
i386bsd.h 25 /* Recent versions of FreeBSD don't define NBPG. */
26 #ifndef NBPG
28 #define NBPG PAGE_SIZE
32 #define HOST_PAGE_SIZE NBPG
dpx2.h 24 #define NBPG 1
vaxbsd.h 25 are concerned -- is not the same as NBPG, because of page clustering. */
30 #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG))
  /src/external/gpl3/gdb/dist/bfd/hosts/
i386bsd.h 25 /* Recent versions of FreeBSD don't define NBPG. */
26 #ifndef NBPG
28 #define NBPG PAGE_SIZE
32 #define HOST_PAGE_SIZE NBPG
dpx2.h 24 #define NBPG 1
vaxbsd.h 25 are concerned -- is not the same as NBPG, because of page clustering. */
30 #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG))
  /src/sys/arch/macppc/include/
param.h 50 #define MSGBUFSIZE (8*NBPG)
  /src/usr.sbin/acpitools/
acpi_netbsd.h 41 #define vm_page_size NBPG
  /src/sys/arch/arm/include/arm32/
param.h 51 #define PGSHIFT 12 /* LOG2(NBPG) */
53 #define NBPG (1 << PGSHIFT) /* bytes/page */
54 #define PGOFSET (NBPG - 1) /* byte offset into page */
55 #define NPTEPG (NBPG / sizeof(pt_entry_t)) /* PTEs per Page */
62 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/usermode/include/
param.h 22 #define NBPG (1 << PGSHIFT)
23 #define PGOFSET (NBPG - 1)
  /src/external/gpl2/libmalloc/dist/
getpagesize.h 25 #ifdef NBPG
26 #define getpagesize() (NBPG * CLSIZE)
30 #else /* no NBPG */
38 #endif /* no NBPG */
  /src/sys/arch/powerpc/include/
param.h 74 #define NBPG (1 << PGSHIFT) /* Page size */
75 #define PGOFSET (NBPG - 1)
77 #define BLKDEV_IOSIZE NBPG
79 #define USPACE (UPAGES * NBPG)
82 #define MSGBUFSIZE (2*NBPG) /* default message buffer size */
91 * MCLBYTES must be no larger than NBPG (the software page size), and,
  /src/sys/arch/cats/include/
param.h 53 #define MSGBUFSIZE (2*NBPG)
  /src/sys/arch/vax/include/
param.h 53 #define PGSHIFT 12 /* LOG2(NBPG) */
54 #define NBPG (1 << PGSHIFT) /* (1 << PGSHIFT) bytes/page */
55 #define PGOFSET (NBPG - 1) /* byte offset into page */
65 #define USPACE (NBPG*UPAGES)
69 #define MSGBUFSIZE NBPG /* default message buffer size */
82 * MCLBYTES must be no larger than NBPG (the software page size), and,

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 9