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

12

/netbsd-current/sys/arch/sparc/include/
H A Dkcore.h43 u_long kernbase; /* copy of KERNBASE goes here */ member in struct:cpu_kcore_hdr
/netbsd-current/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-current/lib/libkvm/
H A Dkvm_sparc.c95 u_long kernbase; /* copy of KERNBASE goes here */ member in struct:sparc64_cpu_kcore_hdr
185 u_long kernbase = cpup->kernbase; local
187 if (va < kernbase)
200 nkreg = ((int)((-(unsigned)kernbase) / NBPRG));
233 u_long kernbase = cpup->kernbase; local
235 if (va < kernbase)
246 nkreg = ((int)((-(unsigned)kernbase) / NBPRG));
257 foff = _kvm_pa2off(kd, (u_long)&sp->sg_pte[VA_VPG(va)] - kernbase);
290 u_long kernbase = cpup->kernbase; local
[all...]
H A Dkvm_sun3x.c74 (-((h)->kernbase))
115 if (va < h->kernbase) {
128 pa = va - h->kernbase;
136 idx = ((va - h->kernbase) >> v->pgshift);
H A Dkvm_sun2.c147 if (va < h->kernbase) {
156 segnum = _kvm_va_segnum(s, va - h->kernbase);
H A Dkvm_sun3.c147 if (va < h->kernbase) {
156 segnum = _kvm_va_segnum(s, va - h->kernbase);
H A Dkvm_sparc64.c108 u_long kernbase = cpup->kernbase; local
114 if (va < kernbase)
H A Dkvm_m68k_cmn.c206 *pa = (va - h->kernbase) + m->reloc;
268 *pa = (va - h->kernbase) + m->reloc;
/netbsd-current/sys/arch/sparc64/include/
H A Dkcore.h54 uint64_t kernbase; /* copy of KERNBASE goes here */ member in struct:cpu_kcore_hdr
/netbsd-current/sys/arch/m68k/include/
H A Dkcore.h77 uint32_t relocend; /* if kernbase < va < relocend, we
122 uint32_t kernbase; /* start of KVA space */ member in struct:cpu_kcore_hdr
/netbsd-current/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;
/netbsd-current/sys/arch/sun3/sun3x/
H A Dmachdep.c107 const vaddr_t kernbase = KERNBASE3X; variable
570 chdr_p->kernbase = KERNBASE3X;
/netbsd-current/sys/arch/sun3/sun3/
H A Dmachdep.c149 const vaddr_t kernbase = KERNBASE3; variable
584 chdr_p->kernbase = KERNBASE3;
H A Dlocore.s92 | of the kernel text segment (not necessarily the same as kernbase).
/netbsd-current/sys/arch/x86/x86/
H A Dmultiboot2.c175 vaddr_t kernbase)
266 ms->s_symstart = symstart + kernbase;
268 ms->s_strstart = strstart + kernbase;
272 *esymp = (int *)((uintptr_t)endp + symsize + strsize + kernbase);
172 multiboot2_copy_syms(struct multiboot_tag_elf_sections *mbt_elf, struct multiboot_symbols *ms, bool *has_symsp, int **esymp, void *endp, vaddr_t kernbase) argument
/netbsd-current/sys/rump/librump/rumpkern/
H A Demul.c106 const vaddr_t kernbase = KERNBASE3; variable
/netbsd-current/sys/arch/vax/vax/
H A Dintvec.S74 .globl _C_LABEL(kernbase), _C_LABEL(rpb), _C_LABEL(kernel_text)
76 _C_LABEL(kernbase):
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dmachdep.c533 h->kernbase = KERNBASE;
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dmachdep.c498 h->kernbase = KERNBASE;
/netbsd-current/sys/arch/next68k/next68k/
H A Dmachdep.c499 h->kernbase = KERNBASE;
/netbsd-current/sys/arch/hp300/hp300/
H A Dmachdep.c648 h->kernbase = KERNBASE;
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dmachdep.c690 h->kernbase = KERNBASE;
/netbsd-current/sys/arch/news68k/news68k/
H A Dmachdep.c361 h->kernbase = KERNBASE;

Completed in 1183 milliseconds

12