taglinefilesource code
this_page148mm/memory.cunsigned long this_page;
this_page177mm/memory.cthis_page = *from_page_table;
this_page178mm/memory.cif (!this_page)
this_page180mm/memory.cif (!(1 & this_page)) {
this_page184mm/memory.cread_swap_page(this_page>>1, (char *) new_page);
this_page185mm/memory.cif (*from_page_table != this_page) {
this_page189mm/memory.c*to_page_table = this_page;
this_page193mm/memory.cthis_page &= ~2;
this_page194mm/memory.c*to_page_table = this_page;
this_page195mm/memory.cif (this_page > low_memory) {
this_page196mm/memory.c*from_page_table = this_page;
this_page197mm/memory.cthis_page -= low_memory;
this_page198mm/memory.cthis_page >>= 12;
this_page199mm/memory.cif (!mem_map[this_page]++)