Searched refs:NBPG (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/hosts/
H A Di386bsd.h6 /* Recent versions of FreeBSD don't define NBPG. */
7 #ifndef NBPG
9 #define NBPG PAGE_SIZE macro
13 #define HOST_PAGE_SIZE NBPG
H A Di386sco.h4 #define NBPG NBPC macro
H A Dmipsbsd.h5 #define HOST_PAGE_SIZE NBPG
6 /* #define HOST_SEGMENT_SIZE NBPG -- we use HOST_DATA_START_ADDR */
H A Dmipsmach3.h5 #define HOST_PAGE_SIZE NBPG
6 /* #define HOST_SEGMENT_SIZE NBPG */
H A Dnews-mips.h6 #define HOST_PAGE_SIZE NBPG
H A Ddecstation.h7 #define HOST_PAGE_SIZE NBPG
8 /* #define HOST_SEGMENT_SIZE NBPG -- we use HOST_DATA_START_ADDR */
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dgetpagesize.h35 # ifdef NBPG
39 # define getpagesize() (NBPG * CLSIZE)
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dgetpagesize.c47 # ifdef NBPG
48 # define GNU_OUR_PAGESIZE (NBPG * CLSIZE)
52 # else /* no NBPG */
58 # endif /* NBPG */
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dgetpagesize.c47 # ifdef NBPG
48 # define GNU_OUR_PAGESIZE (NBPG * CLSIZE)
52 # else /* no NBPG */
58 # endif /* NBPG */
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dtrad-core.c117 if ((ufile_ptr) NBPG * (UPAGES + u.u_dsize
128 if (((ufile_ptr) NBPG * (UPAGES + u.u_dsize + u.u_ssize)
173 core_datasec (abfd)->size = NBPG * u.u_dsize
175 - NBPG * u.u_tsize
178 core_stacksec (abfd)->size = NBPG * u.u_ssize;
179 core_regsec (abfd)->size = NBPG * UPAGES; /* Larger than sizeof struct u */
186 core_datasec (abfd)->vma = HOST_TEXT_START_ADDR + (NBPG * u.u_tsize);
192 core_stacksec (abfd)->vma = HOST_STACK_END_ADDR - (NBPG * u.u_ssize);
211 core_datasec (abfd)->filepos = NBPG * UPAGES;
212 core_stacksec (abfd)->filepos = (NBPG * UPAGE
[all...]
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_sparc.c70 #define BTSIZE (MAXMEM / NBPG / NPGBANK)
154 #define VA_OFF(va) (va & (NBPG - 1))
198 return (NBPG - off);
231 return (NBPG - off);
/freebsd-10.0-release/sys/dev/nsp/
H A Dnspreg.h218 #define NSP_MEMSIZE NBPG
/freebsd-10.0-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c745 # ifdef NBPG
747 # define malloc_getpagesize NBPG
749 # define malloc_getpagesize (NBPG * CLSIZE)

Completed in 190 milliseconds