Searched refs:context_entry_table (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c1290 context_entry_t * context_entry_table = (typeof(context_entry_table)) fContextTableMap->getVirtualAddress(); local
1293 context_entry_table[idx].address_space_root = ptoa_64(fSpace->root_page)
1296 context_entry_table[idx].context_entry = context_width
1298 // if (idx == ((2<<3)|0)) context_entry_table[idx].address_space_root |= kTranslationType2; // passthru
1299 // if (idx == ((27<<3)|0)) context_entry_table[idx].address_space_root = 0;
1302 if (idx == ((2<<3)|0)) context_entry_table[idx].address_space_root &= ~kEntryPresent;
1305 ppnum_t context_page = pmap_find_phys(kernel_pmap, (uintptr_t) &context_entry_table[0]);

Completed in 153 milliseconds