Searched refs:KERNBASE (Results 1 - 25 of 104) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/include/
H A Dparam.h39 #define KERNBASE 0x4000 macro
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/include/
H A Dparam.h40 #define KERNBASE 0x100000 macro
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/include/
H A Dparam.h40 #define KERNBASE 0x3100 /* EXC_AST + 0x100 */ macro
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/include/
H A Dparam.h40 #define KERNBASE 0x100000 macro
/netbsd-6-1-5-RELEASE/sys/arch/amigappc/include/
H A Dparam.h40 #define KERNBASE 0x8000000 /* XXX valid for CyberstormPPC */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/hosts/
H A Dnews.h28 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
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 Dnews.h28 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
H A Dtahoe.h30 #define HOST_STACK_END_ADDR (KERNBASE - (UPAGES * NBPG))
/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A Dparam.h40 #define KERNBASE 0x100000 macro
/netbsd-6-1-5-RELEASE/sys/arch/macppc/include/
H A Dparam.h40 #define KERNBASE 0x100000 macro
/netbsd-6-1-5-RELEASE/sys/arch/bebox/include/
H A Dparam.h40 #define KERNBASE 0x3100 /* EXC_AST + 0x100 */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sun2/include/
H A Dvmparam.h97 #define VM_MIN_KERNEL_ADDRESS ((vaddr_t)KERNBASE)
109 #undef KERNBASE macro
110 extern char KERNBASE[];
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dvmparam.h58 #define USRSTACK KERNBASE
96 #define VM_MAXUSER_ADDRESS ((vaddr_t)KERNBASE)
97 #define VM_MAX_ADDRESS ((vaddr_t)KERNBASE)
98 #define VM_MIN_KERNEL_ADDRESS ((vaddr_t)KERNBASE)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dvmparam.h79 #define USRSTACK KERNBASE /* Start of user stack */
110 #define VM_MAX_ADDRESS ((vaddr_t)KERNBASE)
111 #define VM_MAXUSER_ADDRESS ((vaddr_t)KERNBASE)
112 #define VM_MIN_KERNEL_ADDRESS ((vaddr_t)KERNBASE)
H A Dparam.h74 #define KERNBASE 0xf0000000 /* start of kernel virtual space */ macro
81 #define KERNBASE 0xe8000000 macro
85 #define VM_MAX_KERNEL_BUF ((KERNEND - KERNBASE)/4)
87 #define KERNTEXTOFF (KERNBASE+PROM_LOADADDR)/* start of kernel text */
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/include/
H A Dparam.h53 #define KERNBASE 0x80000000 /* start of kernel virtual */ macro
55 #define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/include/
H A Dparam.h53 #define KERNBASE 0x80000000 /* start of kernel virtual */ macro
55 #define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/include/
H A Dparam.h53 #define KERNBASE 0x80000000 /* start of kernel virtual */ macro
55 #define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dparam.h73 #error "You should only re-define KERNBASE"
76 #ifndef KERNBASE
77 #define KERNBASE 0xc0000000UL /* start of kernel virtual space */ macro
80 #define KERNTEXTOFF (KERNBASE + 0x100000) /* start of kernel text */
81 #define BTOPKERNBASE (KERNBASE >> PGSHIFT)
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Dparam.h91 #define KERNBASE 0x00000000 /* start of kernel virtual */ macro
/netbsd-6-1-5-RELEASE/sys/arch/atari/include/
H A Dparam.h51 #define KERNBASE 0x00000000 /* start of kernel virtual */ macro
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/include/
H A Dparam.h62 #define KERNBASE 0x00002000 /* start of kernel virtual */ macro
/netbsd-6-1-5-RELEASE/sys/arch/amiga/include/
H A Dparam.h51 #define KERNBASE 0x00000000 /* start of kernel virtual */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dparam.h82 #ifndef KERNBASE
83 #define KERNBASE 0x100000 macro

Completed in 318 milliseconds

12345