OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:virtual_space_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_page.c
146
static vaddr_t
virtual_space_end
;
variable in typeref:typename:vaddr_t
446
*
virtual_space_end
(obtained by uvm_pageboot_alloc) to the upper
451
*kvm_endp = trunc_page(
virtual_space_end
);
541
pmap_virtual_space(&virtual_space_start, &
virtual_space_end
);
545
virtual_space_end
= trunc_page(
virtual_space_end
);
559
* virtual_space_start/
virtual_space_end
if necessary.
563
&
virtual_space_end
);
572
if (virtual_space_start ==
virtual_space_end
||
573
(
virtual_space_end
- virtual_space_start) < size
[
all
...]
uvm_page.c
146
static vaddr_t
virtual_space_end
;
variable in typeref:typename:vaddr_t
446
*
virtual_space_end
(obtained by uvm_pageboot_alloc) to the upper
451
*kvm_endp = trunc_page(
virtual_space_end
);
541
pmap_virtual_space(&virtual_space_start, &
virtual_space_end
);
545
virtual_space_end
= trunc_page(
virtual_space_end
);
559
* virtual_space_start/
virtual_space_end
if necessary.
563
&
virtual_space_end
);
572
if (virtual_space_start ==
virtual_space_end
||
573
(
virtual_space_end
- virtual_space_start) < size
[
all
...]
Completed in 24 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025