Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sun2/sun2/ | |
pmap.c | 2419 int flush_by_page = 0; local in function:pmap_kremove 2453 flush_by_page = 1; 2463 if (flush_by_page) { 3074 int flush_by_page = 0; local in function:pmap_protect_mmu 3122 flush_by_page = 1; 3132 if (flush_by_page) { 3312 int flush_by_page = 0; local in function:pmap_remove_mmu 3360 flush_by_page = 1; 3370 if (flush_by_page) { |
/src/sys/arch/sun3/sun3/ | |
pmap.c | 2443 int flush_by_page = 0; local in function:pmap_kremove 2473 flush_by_page = 1; 2482 if (flush_by_page) { 3048 int flush_by_page = 0; local in function:pmap_protect_mmu 3093 flush_by_page = 1; 3102 if (flush_by_page) { 3269 int flush_by_page = 0; local in function:pmap_remove_mmu 3318 flush_by_page = 1; 3327 if (flush_by_page) { |