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

/openbsd-current/sys/arch/sparc64/include/
H A Dkcore.h50 uint64_t kernbase; /* copy of KERNBASE goes here */ member in struct:cpu_kcore_hdr
/openbsd-current/lib/libkvm/
H A Dkvm_sparc64.c104 u_long kernbase = cpup->kernbase; local
108 if (va < kernbase)
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dlocore.S46 .globl kernbase
47 .set kernbase, KERNBASE
/openbsd-current/sys/arch/arm64/arm64/
H A Dmachdep.c819 long kernbase = (long)_start & ~PAGE_MASK; local
849 kernbase, esym, memstart, memend);
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dpmap.c2098 kcpu->kernbase = (u_int64_t)KERNBASE;

Completed in 104 milliseconds