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_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/sparc/
pmap.c
438
static vaddr_t
etext_gap_end
; /* end of gap between text & data */
variable in typeref:typename:vaddr_t
1133
pend = PMAP_BOOTSTRAP_VA2PA(
etext_gap_end
);
1140
if (etext_gap_start <
etext_gap_end
) {
3054
etext_gap_end
= (vaddr_t)kernel_data_start & ~PGOFSET;
3498
for (p = etext_gap_start; p <
etext_gap_end
; p += NBPG) {
3509
for (p =
etext_gap_end
; p < virtual_avail; p += NBPG)
3848
if (q >= etext_gap_start && q <
etext_gap_end
) {
pmap.c
438
static vaddr_t
etext_gap_end
; /* end of gap between text & data */
variable in typeref:typename:vaddr_t
1133
pend = PMAP_BOOTSTRAP_VA2PA(
etext_gap_end
);
1140
if (etext_gap_start <
etext_gap_end
) {
3054
etext_gap_end
= (vaddr_t)kernel_data_start & ~PGOFSET;
3498
for (p = etext_gap_start; p <
etext_gap_end
; p += NBPG) {
3509
for (p =
etext_gap_end
; p < virtual_avail; p += NBPG)
3848
if (q >= etext_gap_start && q <
etext_gap_end
) {
Completed in 30 milliseconds
Indexes created Fri Nov 07 20:09:51 GMT 2025