Searched refs:page_order (Results 1 – 9 of 9) sorted by relevance
854 int page_order; in agp_generic_create_gatt_table() local867 size = page_order = num_entries = 0; in agp_generic_create_gatt_table()874 page_order = in agp_generic_create_gatt_table()875 A_SIZE_8(temp)->page_order; in agp_generic_create_gatt_table()881 page_order = A_SIZE_16(temp)->page_order; in agp_generic_create_gatt_table()886 page_order = A_SIZE_32(temp)->page_order; in agp_generic_create_gatt_table()893 size = page_order = num_entries = 0; in agp_generic_create_gatt_table()897 table = alloc_gatt_pages(page_order); in agp_generic_create_gatt_table()924 page_order = ((struct aper_size_info_fixed *) temp)->page_order; in agp_generic_create_gatt_table()926 table = alloc_gatt_pages(page_order); in agp_generic_create_gatt_table()[all …]
372 int page_order; in uninorth_create_gatt_table() local385 size = page_order = num_entries = 0; in uninorth_create_gatt_table()389 page_order = A_SIZE_32(temp)->page_order; in uninorth_create_gatt_table()392 table = (char *) __get_free_pages(GFP_KERNEL, page_order); in uninorth_create_gatt_table()405 uninorth_priv.pages_arr = kmalloc_array(1 << page_order, in uninorth_create_gatt_table()411 table_end = table + ((PAGE_SIZE * (1 << page_order)) - 1); in uninorth_create_gatt_table()423 bridge->gatt_table = vmap(uninorth_priv.pages_arr, (1 << page_order), 0, PAGE_KERNEL_NCG); in uninorth_create_gatt_table()443 free_pages((unsigned long)table, page_order); in uninorth_create_gatt_table()449 int page_order; in uninorth_free_gatt_table() local455 page_order = A_SIZE_32(temp)->page_order; in uninorth_free_gatt_table()[all …]
67 int page_order; member74 int page_order; member81 int page_order; member94 int page_order; member
154 values[i].page_order = ilog2((sizeof(u32)*values[i].num_entries) >> PAGE_SHIFT); in i460_fetch_size()244 int page_order, num_entries, i; in i460_create_gatt_table() local251 page_order = A_SIZE_8(temp)->page_order; in i460_create_gatt_table()254 i460.gatt = ioremap(INTEL_I460_ATTBASE, PAGE_SIZE << page_order); in i460_create_gatt_table()
170 aper_size->page_order = __ffs(aper_size->num_entries / 1024); in alpha_core_agp_setup()
133 page_count = 1 << A_SIZE_32(agp_bridge->current_size)->page_order; in m1541_cache_flush()
91 int page_order; member
1214 nr_pages = 1 << map_data->page_order; in bio_copy_user_iov()
931 int page_order; member