OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ktextbase
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc64/include/
kcore.h
57
uint64_t
ktextbase
; /* Virtual start of text segment */
member in struct:cpu_kcore_hdr
/src/lib/libkvm/
kvm_sparc64.c
150
if (va > cpup->
ktextbase
&& va <
151
(cpup->
ktextbase
+ cpup->ktextsz)) {
154
vaddr = va - cpup->
ktextbase
;
/src/sys/arch/sparc64/sparc64/
pmap.c
2426
kcpu->
ktextbase
= (uint64_t)ktext;
Completed in 17 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026