HomeSort by relevance Sort by last modified time
    Searched defs:UPAGES (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.27/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
delta68.h 31 #define UPAGES USIZE
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
i386sco.h 24 #define UPAGES USIZE
i860mach3.h 26 * definition of UPAGES in i386/machparam.h.
31 * for i386 and i860. UPAGES is used only in trad-core.c.
33 #if UPAGES == 16
34 #undef UPAGES
35 #define UPAGES 2
38 #if UPAGES != 2
39 FIXME!! UPAGES is neither 2 nor 16
m68kaux.h 32 #define UPAGES USIZE
m88kmach3.h 23 #undef UPAGES
24 #define UPAGES 3
symmetry.h 23 #define UPAGES 1
29 #define TRAD_CORE_USER_OFFSET ((UPAGES * NBPG) - sizeof (struct user))
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h 85 #ifndef UPAGES
87 #define UPAGES 2 /* pages of u-area */
89 #define UPAGES 3
91 #endif /* !defined(UPAGES) */
92 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 69 #define UPAGES 4
70 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 56 #define UPAGES 5 /* pages of u-area */
57 #define USPACE (UPAGES * NBPG) /* total size of u-area */
  /bionic/libc/include/sys/
user.h 105 #define UPAGES 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
user.h 99 #define UPAGES 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
user.h 171 #define UPAGES 1

Completed in 162 milliseconds