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

1 2

  /src/external/gpl3/binutils/dist/bfd/hosts/
dpx2.h 25 #define UPAGES (USIZE * NBPP)
pc532mach.h 24 * definition of UPAGES in ns532/machparam.h.
29 * for ns532, i386 and i860. UPAGES is used only in trad-core.c.
31 #if UPAGES == 16
32 #undef UPAGES
33 #define UPAGES 2
36 #if UPAGES != 2
37 #error UPAGES is neither 2 nor 16
riscos.h 26 #define UPAGES BSD43_UPAGES
i386mach3.h 24 * definition of UPAGES in i386/machparam.h.
29 * for i386 and i860. UPAGES is used only in trad-core.c.
31 #if UPAGES == 16
32 #undef UPAGES
33 #define UPAGES 2
36 #if UPAGES != 2
37 FIXME!! UPAGES is neither 2 nor 16
  /src/external/gpl3/binutils.old/dist/bfd/hosts/
dpx2.h 25 #define UPAGES (USIZE * NBPP)
pc532mach.h 24 * definition of UPAGES in ns532/machparam.h.
29 * for ns532, i386 and i860. UPAGES is used only in trad-core.c.
31 #if UPAGES == 16
32 #undef UPAGES
33 #define UPAGES 2
36 #if UPAGES != 2
37 #error UPAGES is neither 2 nor 16
riscos.h 26 #define UPAGES BSD43_UPAGES
i386mach3.h 24 * definition of UPAGES in i386/machparam.h.
29 * for i386 and i860. UPAGES is used only in trad-core.c.
31 #if UPAGES == 16
32 #undef UPAGES
33 #define UPAGES 2
36 #if UPAGES != 2
37 FIXME!! UPAGES is neither 2 nor 16
  /src/external/gpl3/gdb.old/dist/bfd/hosts/
dpx2.h 25 #define UPAGES (USIZE * NBPP)
pc532mach.h 24 * definition of UPAGES in ns532/machparam.h.
29 * for ns532, i386 and i860. UPAGES is used only in trad-core.c.
31 #if UPAGES == 16
32 #undef UPAGES
33 #define UPAGES 2
36 #if UPAGES != 2
37 #error UPAGES is neither 2 nor 16
riscos.h 26 #define UPAGES BSD43_UPAGES
i386mach3.h 24 * definition of UPAGES in i386/machparam.h.
29 * for i386 and i860. UPAGES is used only in trad-core.c.
31 #if UPAGES == 16
32 #undef UPAGES
33 #define UPAGES 2
36 #if UPAGES != 2
37 FIXME!! UPAGES is neither 2 nor 16
  /src/external/gpl3/gdb/dist/bfd/hosts/
dpx2.h 25 #define UPAGES (USIZE * NBPP)
pc532mach.h 24 * definition of UPAGES in ns532/machparam.h.
29 * for ns532, i386 and i860. UPAGES is used only in trad-core.c.
31 #if UPAGES == 16
32 #undef UPAGES
33 #define UPAGES 2
36 #if UPAGES != 2
37 #error UPAGES is neither 2 nor 16
riscos.h 26 #define UPAGES BSD43_UPAGES
i386mach3.h 24 * definition of UPAGES in i386/machparam.h.
29 * for i386 and i860. UPAGES is used only in trad-core.c.
31 #if UPAGES == 16
32 #undef UPAGES
33 #define UPAGES 2
36 #if UPAGES != 2
37 FIXME!! UPAGES is neither 2 nor 16
  /src/sys/arch/usermode/include/
param.h 26 #undef UPAGES
27 #define UPAGES 12
29 #define USPACE (PAGE_SIZE*UPAGES)
  /src/sys/arch/evbcf/include/
param.h 60 #define UPAGES 2 /* pages of u-area */
  /src/sys/arch/sh3/include/
param.h 60 #define UPAGES 3 /* pages of u-area */
61 #define USPACE (UPAGES * NBPG) /* total size of u-area */
62 #if UPAGES == 1
64 #elif UPAGES == 2
  /src/sys/arch/arm/include/arm32/
param.h 58 #define UPAGES 4
60 #define UPAGES 2
62 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/powerpc/include/
param.h 69 #define UPAGES 1
72 #define UPAGES 4
79 #define USPACE (UPAGES * NBPG)
  /src/sys/arch/or1k/include/
vmparam.h 44 #define UPAGES (USPACE >> PAGE_SHIFT)
  /src/sys/arch/riscv/include/
param.h 77 #define UPAGES 2
78 #define USPACE (UPAGES << PGSHIFT)
  /src/sys/arch/alpha/include/
param.h 72 #define UPAGES 2 /* pages of u-area */
73 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /src/sys/arch/hppa/include/
param.h 56 #define UPAGES 5 /* pages of u-area + redzone */
58 #define UPAGES 4 /* pages of u-area */
60 #define USPACE (UPAGES * NBPG) /* pages for user struct and kstack */

Completed in 28 milliseconds

1 2