Home
last modified time | relevance | path

Searched refs:scratch_page_page (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/char/agp/
Dbackend.c155 bridge->scratch_page_page = page; in agp_backend_initialize()
199 struct page *page = bridge->scratch_page_page; in agp_backend_initialize()
226 struct page *page = bridge->scratch_page_page; in agp_backend_cleanup()
Duninorth-agp.c144 page_to_phys(agp_bridge->scratch_page_page) >> 12); in uninorth_configure()
433 scratch_value = (page_to_phys(agp_bridge->scratch_page_page) >> PAGE_SHIFT) | 0x80000000UL; in uninorth_create_gatt_table()
435 scratch_value = cpu_to_le32((page_to_phys(agp_bridge->scratch_page_page) & 0xFFFFF000UL) | in uninorth_create_gatt_table()
Dagp.h136 struct page *scratch_page_page; member