Lines Matching full:large
28 * The i460 can operate with large (4MB) pages, but there is no sane way to support this
78 int refcount; /* number of kernel pages using the large page */
79 u64 paddr; /* physical address of large page */
203 u64 large; in i460_configure() member
209 temp.large = 0; in i460_configure()
223 agp_bridge->gart_bus_addr = temp.large & ~((1UL << 3) - 1); in i460_configure()
359 * large GART pages to work around this issue.
362 * pg_num. i460.lp_desc[pg_num].paddr is the physical address of the large page and
413 /* Figure out what pg_start means in terms of our large GART pages */ in i460_insert_memory_large_io_page()
427 continue; /* OK, the entire large page is available... */ in i460_insert_memory_large_io_page()
471 /* Figure out what pg_start means in terms of our large GART pages */ in i460_remove_memory_large_io_page()