/netbsd-src/lib/libkvm/ |
H A D | kvm_sparc.c | 95 u_long kernbase; /* copy of KERNBASE goes here */ member 185 u_long kernbase = cpup->kernbase; in _kvm_kvatop44c() local 187 if (va < kernbase) in _kvm_kvatop44c() 200 nkreg = ((int)((-(unsigned)kernbase) / NBPRG)); in _kvm_kvatop44c() 233 u_long kernbase = cpup->kernbase; in _kvm_kvatop4m() local 235 if (va < kernbase) in _kvm_kvatop4m() 246 nkreg = ((int)((-(unsigned)kernbase) / NBPRG)); in _kvm_kvatop4m() 257 foff = _kvm_pa2off(kd, (u_long)&sp->sg_pte[VA_VPG(va)] - kernbase); in _kvm_kvatop4m() 290 u_long kernbase = cpup->kernbase; in _kvm_kvatop4u() local 292 if (va < kernbase) in _kvm_kvatop4u() [all …]
|
H A D | kvm_sun3x.c | 74 (-((h)->kernbase)) 115 if (va < h->kernbase) { in _kvm_sun3x_kvatop() 128 pa = va - h->kernbase; in _kvm_sun3x_kvatop() 136 idx = ((va - h->kernbase) >> v->pgshift); in _kvm_sun3x_kvatop()
|
H A D | kvm_sparc64.c | 108 u_long kernbase = cpup->kernbase; in _kvm_kvatop() local 114 if (va < kernbase) in _kvm_kvatop()
|
H A D | kvm_sun2.c | 147 if (va < h->kernbase) { in _kvm_sun2_kvatop() 156 segnum = _kvm_va_segnum(s, va - h->kernbase); in _kvm_sun2_kvatop()
|
H A D | kvm_sun3.c | 147 if (va < h->kernbase) { in _kvm_sun3_kvatop() 156 segnum = _kvm_va_segnum(s, va - h->kernbase); in _kvm_sun3_kvatop()
|
H A D | kvm_m68k_cmn.c | 206 *pa = (va - h->kernbase) + m->reloc; in vatop_030() 268 *pa = (va - h->kernbase) + m->reloc; in vatop_040()
|
/netbsd-src/sys/arch/sun3/include/ |
H A D | vmparam.h | 39 #define USRSTACK kernbase /* for modules */ 74 #define VM_MAX_ADDRESS kernbase 75 #define VM_MAXUSER_ADDRESS kernbase 76 #define VM_MIN_KERNEL_ADDRESS kernbase
|
H A D | param.h | 86 extern const vaddr_t kernbase;
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | kcore.h | 43 u_long kernbase; /* copy of KERNBASE goes here */ member
|
/netbsd-src/sys/arch/sparc64/include/ |
H A D | kcore.h | 54 uint64_t kernbase; /* copy of KERNBASE goes here */ member
|
/netbsd-src/sys/arch/m68k/include/ |
H A D | kcore.h | 122 uint32_t kernbase; /* start of KVA space */ member
|
/netbsd-src/sys/arch/sun3/sun3x/ |
H A D | machdep.c | 107 const vaddr_t kernbase = KERNBASE3X; variable 570 chdr_p->kernbase = KERNBASE3X; in dumpsys()
|
/netbsd-src/sys/arch/sun3/sun3/ |
H A D | machdep.c | 149 const vaddr_t kernbase = KERNBASE3; variable 584 chdr_p->kernbase = KERNBASE3; in dumpsys()
|
/netbsd-src/sys/arch/sun2/sun2/ |
H A D | locore.s | 93 | of the kernel text segment (not necessarily the same as kernbase).
|
H A D | machdep.c | 671 chdr_p->kernbase = KERNBASE; in dumpsys()
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | multiboot2.c | 175 vaddr_t kernbase) in multiboot2_copy_syms() argument 266 ms->s_symstart = symstart + kernbase; in multiboot2_copy_syms() 268 ms->s_strstart = strstart + kernbase; in multiboot2_copy_syms() 272 *esymp = (int *)((uintptr_t)endp + symsize + strsize + kernbase); in multiboot2_copy_syms()
|
/netbsd-src/sys/arch/vax/vax/ |
H A D | intvec.S | 74 .globl _C_LABEL(kernbase), _C_LABEL(rpb), _C_LABEL(kernel_text) 76 _C_LABEL(kernbase):
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | emul.c | 106 const vaddr_t kernbase = KERNBASE3; variable
|
/netbsd-src/sys/arch/next68k/next68k/ |
H A D | machdep.c | 499 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
|
/netbsd-src/sys/arch/virt68k/virt68k/ |
H A D | machdep.c | 533 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
|
/netbsd-src/sys/arch/luna68k/luna68k/ |
H A D | machdep.c | 498 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
|
/netbsd-src/sys/arch/news68k/news68k/ |
H A D | machdep.c | 361 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
|
/netbsd-src/sys/arch/mvme68k/mvme68k/ |
H A D | machdep.c | 690 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
|
/netbsd-src/sys/arch/hp300/hp300/ |
H A D | machdep.c | 646 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
|
/netbsd-src/sys/arch/x68k/x68k/ |
H A D | machdep.c | 582 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
|