Home
last modified time | relevance | path

Searched refs:kernbase (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/lib/libkvm/
H A Dkvm_sparc.c95 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 Dkvm_sun3x.c74 (-((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 Dkvm_sparc64.c108 u_long kernbase = cpup->kernbase; in _kvm_kvatop() local
114 if (va < kernbase) in _kvm_kvatop()
H A Dkvm_sun2.c147 if (va < h->kernbase) { in _kvm_sun2_kvatop()
156 segnum = _kvm_va_segnum(s, va - h->kernbase); in _kvm_sun2_kvatop()
H A Dkvm_sun3.c147 if (va < h->kernbase) { in _kvm_sun3_kvatop()
156 segnum = _kvm_va_segnum(s, va - h->kernbase); in _kvm_sun3_kvatop()
H A Dkvm_m68k_cmn.c206 *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 Dvmparam.h39 #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 Dparam.h86 extern const vaddr_t kernbase;
/netbsd-src/sys/arch/sparc/include/
H A Dkcore.h43 u_long kernbase; /* copy of KERNBASE goes here */ member
/netbsd-src/sys/arch/sparc64/include/
H A Dkcore.h54 uint64_t kernbase; /* copy of KERNBASE goes here */ member
/netbsd-src/sys/arch/m68k/include/
H A Dkcore.h122 uint32_t kernbase; /* start of KVA space */ member
/netbsd-src/sys/arch/sun3/sun3x/
H A Dmachdep.c107 const vaddr_t kernbase = KERNBASE3X; variable
570 chdr_p->kernbase = KERNBASE3X; in dumpsys()
/netbsd-src/sys/arch/sun3/sun3/
H A Dmachdep.c149 const vaddr_t kernbase = KERNBASE3; variable
584 chdr_p->kernbase = KERNBASE3; in dumpsys()
/netbsd-src/sys/arch/sun2/sun2/
H A Dlocore.s93 | of the kernel text segment (not necessarily the same as kernbase).
H A Dmachdep.c671 chdr_p->kernbase = KERNBASE; in dumpsys()
/netbsd-src/sys/arch/x86/x86/
H A Dmultiboot2.c175 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 Dintvec.S74 .globl _C_LABEL(kernbase), _C_LABEL(rpb), _C_LABEL(kernel_text)
76 _C_LABEL(kernbase):
/netbsd-src/sys/rump/librump/rumpkern/
H A Demul.c106 const vaddr_t kernbase = KERNBASE3; variable
/netbsd-src/sys/arch/next68k/next68k/
H A Dmachdep.c499 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dmachdep.c533 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dmachdep.c498 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
/netbsd-src/sys/arch/news68k/news68k/
H A Dmachdep.c361 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dmachdep.c690 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
/netbsd-src/sys/arch/hp300/hp300/
H A Dmachdep.c646 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()
/netbsd-src/sys/arch/x68k/x68k/
H A Dmachdep.c582 h->kernbase = KERNBASE; in cpu_init_kcore_hdr()

12