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

/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp385 pae_page_directory_entry* pageDirEntry local
388 if ((*pageDirEntry & X86_PAE_PDE_PRESENT) == 0) {
402 X86PagingMethodPAE::PutPageTableInPageDir(pageDirEntry,
417 *pageDirEntry & X86_PAE_PDE_ADDRESS_MASK);
452 pae_page_directory_entry* pageDirEntry local
455 if ((*pageDirEntry & X86_PAE_PDE_PRESENT) == 0) {
467 *pageDirEntry & X86_PAE_PDE_ADDRESS_MASK);
510 pae_page_directory_entry* pageDirEntry local
513 if ((*pageDirEntry & X86_PAE_PDE_PRESENT) == 0) {
525 *pageDirEntry
568 pae_page_directory_entry* pageDirEntry local
648 pae_page_directory_entry* pageDirEntry local
788 pae_page_directory_entry* pageDirEntry local
848 pae_page_directory_entry* pageDirEntry local
891 pae_page_directory_entry* pageDirEntry local
944 pae_page_directory_entry* pageDirEntry local
1010 pae_page_directory_entry* pageDirEntry local
1075 pae_page_directory_entry* pageDirEntry local
1118 pae_page_directory_entry* pageDirEntry local
1212 pae_page_directory_entry* pageDirEntry local
1304 pae_page_directory_entry& pageDirEntry = pageDirectory[pdeIndex]; local
[all...]
H A DX86PagingMethodPAE.cpp197 pae_page_directory_entry* pageDirEntry = PageDirEntryForAddress( local
199 PutPageTableInPageDir(pageDirEntry, physicalTable,
557 pae_page_directory_entry* pageDirEntry local
560 PutPageTableInPageDir(pageDirEntry, physicalTable,
679 pae_page_directory_entry* pageDirEntry = PageDirEntryForAddress( local
682 if ((*pageDirEntry & X86_PAE_PDE_PRESENT) == 0) {
690 PutPageTableInPageDir(pageDirEntry, physicalPageTable, attributes);
698 *pageDirEntry & X86_PAE_PDE_ADDRESS_MASK);
707 ", existing pte: %#" B_PRIx64, virtualAddress, *pageDirEntry, *entry);
750 pae_page_directory_entry pageDirEntry local
920 pae_page_directory_entry* pageDirEntry = PageDirEntryForAddress( local
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp1373 page_directory_entry *pageDirEntry; local
1385 (addr_t *)&pageDirEntry, PHYSICAL_PAGE_DONT_WAIT);
1388 physicalPageTable = PDE_TO_PA(pageDirEntry[index]);
1401 put_physical_page_tmap_internal((addr_t)pageDirEntry);
1411 (addr_t *)&pageDirEntry, PHYSICAL_PAGE_DONT_WAIT);
1414 physicalPageTable = PDE_TO_PA(pageDirEntry[index]);
1425 put_physical_page_tmap_internal((addr_t)pageDirEntry);

Completed in 53 milliseconds