HomeSort by: relevance | last modified time | path
    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