OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:etext_gap_start
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/sparc/
pmap.c
437
static vaddr_t
etext_gap_start
;/* start of gap between text & data */
variable in typeref:typename:vaddr_t
1132
pstart = PMAP_BOOTSTRAP_VA2PA(
etext_gap_start
);
1140
if (
etext_gap_start
< etext_gap_end) {
3053
etext_gap_start
= (vaddr_t)(etext + NBPG - 1) & ~PGOFSET;
3498
for (p =
etext_gap_start
; p < etext_gap_end; p += NBPG) {
3848
if (q >=
etext_gap_start
&& q < etext_gap_end) {
pmap.c
437
static vaddr_t
etext_gap_start
;/* start of gap between text & data */
variable in typeref:typename:vaddr_t
1132
pstart = PMAP_BOOTSTRAP_VA2PA(
etext_gap_start
);
1140
if (
etext_gap_start
< etext_gap_end) {
3053
etext_gap_start
= (vaddr_t)(etext + NBPG - 1) & ~PGOFSET;
3498
for (p =
etext_gap_start
; p < etext_gap_end; p += NBPG) {
3848
if (q >=
etext_gap_start
&& q < etext_gap_end) {
Completed in 32 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025