Searched refs:UPAGES (Results 1 - 25 of 113) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/hosts/
H A Di386mach3.h24 * 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 macro
33 #define UPAGES 2 macro
36 #if UPAGES != 2
37 FIXME!! UPAGES is neither 2 nor 16
H A Di860mach3.h26 * 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 macro
35 #define UPAGES 2 macro
38 #if UPAGES != 2
39 FIXME!! UPAGES is neither 2 nor 16
H A Dpc532mach.h24 * 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 macro
33 #define UPAGES 2 macro
36 #if UPAGES != 2
37 #error UPAGES is neither 2 nor 16
H A Dm88kmach3.h23 #undef UPAGES macro
24 #define UPAGES 3 macro
H A Ddpx2.h25 #define UPAGES (USIZE * NBPP) macro
H A Dnews.h28 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
H A Dvaxbsd.h30 #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG))
H A Dsymmetry.h23 #define UPAGES 1 macro
29 #define TRAD_CORE_USER_OFFSET ((UPAGES * NBPG) - sizeof (struct user))
H A Di386sco.h24 #define UPAGES USIZE macro
H A Driscos.h26 #define UPAGES BSD43_UPAGES macro
H A Dtahoe.h30 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/hosts/
H A Di386mach3.h24 * 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 macro
33 #define UPAGES 2 macro
36 #if UPAGES != 2
37 FIXME!! UPAGES is neither 2 nor 16
H A Di860mach3.h26 * 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 macro
35 #define UPAGES 2 macro
38 #if UPAGES != 2
39 FIXME!! UPAGES is neither 2 nor 16
H A Dpc532mach.h24 * 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 macro
33 #define UPAGES 2 macro
36 #if UPAGES != 2
37 #error UPAGES is neither 2 nor 16
H A Dm88kmach3.h23 #undef UPAGES macro
24 #define UPAGES 3 macro
H A Ddpx2.h25 #define UPAGES (USIZE * NBPP) macro
H A Dnews.h28 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
H A Dvaxbsd.h30 #define HOST_STACK_END_ADDR (0x80000000 - (UPAGES * NBPG))
H A Dsymmetry.h23 #define UPAGES 1 macro
29 #define TRAD_CORE_USER_OFFSET ((UPAGES * NBPG) - sizeof (struct user))
H A Di386sco.h24 #define UPAGES USIZE macro
H A Driscos.h26 #define UPAGES BSD43_UPAGES macro
H A Dtahoe.h30 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dparam.h17 #undef UPAGES macro
18 #define UPAGES 12 macro
20 #define USPACE (PAGE_SIZE*UPAGES)
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dparam.h62 #define UPAGES 3 /* pages of u-area */ macro
63 #define USPACE (UPAGES * NBPG) /* total size of u-area */
64 #if UPAGES == 1
66 #elif UPAGES == 2
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dparam.h61 #define UPAGES 1 macro
64 #define UPAGES 4 macro
76 #define USPACE (UPAGES * NBPG)

Completed in 202 milliseconds

12345