OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmap_memlimit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/oea/
pmap.c
100
#ifdef
PMAP_MEMLIMIT
101
static paddr_t
pmap_memlimit
=
PMAP_MEMLIMIT
;
variable in typeref:typename:paddr_t
103
static paddr_t
pmap_memlimit
= -PAGE_SIZE; /* there is no limit */
variable in typeref:typename:paddr_t
3192
if (mp->start >=
pmap_memlimit
)
3194
if (mp->start + mp->size >
pmap_memlimit
) {
3195
size =
pmap_memlimit
- mp->start;
3228
if (e >
pmap_memlimit
)
3229
e =
pmap_memlimit
;
3270
else if (s >=
pmap_memlimit
) {
[
all
...]
pmap.c
100
#ifdef
PMAP_MEMLIMIT
101
static paddr_t
pmap_memlimit
=
PMAP_MEMLIMIT
;
variable in typeref:typename:paddr_t
103
static paddr_t
pmap_memlimit
= -PAGE_SIZE; /* there is no limit */
variable in typeref:typename:paddr_t
3192
if (mp->start >=
pmap_memlimit
)
3194
if (mp->start + mp->size >
pmap_memlimit
) {
3195
size =
pmap_memlimit
- mp->start;
3228
if (e >
pmap_memlimit
)
3229
e =
pmap_memlimit
;
3270
else if (s >=
pmap_memlimit
) {
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025