Searched refs:iospace_pgtables (Results 1 – 1 of 1) sorted by relevance
74 static page_table_entry *iospace_pgtables = NULL; variable1075 pt = &iospace_pgtables[(va - sIOSpaceBase) / B_PAGE_SIZE]; in map_iospace_chunk()1263 iospace_pgtables = (page_table_entry *)vm_allocate_early(args, in m68k_vm_translation_map_init()1267 TRACE(("iospace_pgtables %p\n", iospace_pgtables)); in m68k_vm_translation_map_init()1276 …memset(iospace_pgtables, 0, B_PAGE_SIZE * (IOSPACE_SIZE / (B_PAGE_SIZE * NUM_PAGEENT_PER_TBL * NUM… in m68k_vm_translation_map_init()1295 virt_pgtable = (addr_t)iospace_pgtables; in m68k_vm_translation_map_init()1348 temp = (void *)iospace_pgtables; in m68k_vm_translation_map_init_post_area()