Lines Matching defs:table

23 	page table containing both kernel and user address mappings.
25 a 1-bit first level (2 entries top level table) that would map kernel
33 table. With the 7/7/6 split the 2nd level would require 32KB of tables,
177 // update page table entry atomically
194 // update page table entry atomically
404 // ToDo: we ignore the attributes of the page table - for compatibility
422 page_directory_entry table;
424 init_page_directory_entry(&table);
425 table.addr = TA_TO_PDEA(pgtable_phys);
427 // ToDo: we ignore the attributes of the page table - for compatibility
434 //table.user = 1;
435 //table.rw = 1;
436 table.type = DT_DIR;
437 update_page_directory_entry(entry, &table);
465 // put it in the page table
482 // put it in the page table
580 // we want the table at rindex, not at rindex%(tbl/page)
583 // check to see if a page table exists for this range
623 // we want the table at rindex, not at rindex%(tbl/page)
666 // no pagedir here, move the start up to access the next page table
676 // we want the table at rindex, not at rindex%(tbl/page)
681 // no pagetable here, move the start up to access the next page table
692 // we want the table at rindex, not at rindex%(tbl/page)
770 // unmap the pg table from the indirect desc.
803 // we want the table at rindex, not at rindex%(tbl/page)
819 // we want the table at rindex, not at rindex%(tbl/page)
835 // release the indirect table page
888 // no pagedir here, move the start up to access the next page table
898 // we want the table at rindex, not at rindex%(tbl/page)
903 // no pagetable here, move the start up to access the next page table
914 // we want the table at rindex, not at rindex%(tbl/page)
970 // we want the table at rindex, not at rindex%(tbl/page)
986 // we want the table at rindex, not at rindex%(tbl/page)
1002 // release the indirect table page
1361 // page table, which is not yet enforced (or even tested)!
1403 // then the va for the page table for the query page.
1473 // clear the table
1474 //TRACE(("clearing table[%d]\n", i));
1496 // clear the table
1497 //TRACE(("clearing table[%d]\n", i));