Lines Matching defs:pd

226 	page_directory_entry *pd;
275 pd = (page_directory_entry*)MapperGetPageTableAt(
281 //pd += (rindex % NUM_DIRTBL_PER_PAGE) * NUM_DIRENT_PER_TBL;
285 if (PDE_TYPE(pd[dindex]) != DT_DIR) {
303 page_directory_entry *apd = &pd[aindex + i];
323 pt = (page_table_entry*)MapperGetPageTableAt(PDE_TO_PA(pd[dindex]));
357 page_directory_entry *pd;
373 pd = (page_directory_entry*)MapperGetPageTableAt(
376 //pd += (index % NUM_DIRTBL_PER_PAGE) * NUM_DIRENT_PER_TBL;
380 if (PDE_TYPE(pd[index]) != DT_DIR) {
388 PDE_TO_PA(pd[index]));
443 page_table_entry* pd = (page_table_entry*)MapperGetPageTableAt(
447 if (PDE_TYPE(pd[index]) == DT_DIR)
451 pd[index] & M68K_PDE_ADDRESS_MASK);
536 page_table_entry* pd = (page_directory_entry*)MapperGetPageTableAt(
540 if (PDE_TYPE(pd[index]) != DT_DIR) {
548 pd[index] & M68K_PDE_ADDRESS_MASK);
691 page_directory_entry* pd
704 pd[index] & M68K_PDE_ADDRESS_MASK);
781 page_directory_entry* pd = (page_directory_entry*)MapperGetPageTableAt(
785 if (PDE_TYPE(pd[index]) != DT_DIR) {
791 pd[index] & M68K_PDE_ADDRESS_MASK);
841 page_directory_entry* pd = (page_directory_entry*)((char *)
847 if (PDE_TYPE(pd[index]) != DT_DIR) {
852 phys_addr_t ppd = pd[index] & M68K_PDE_ADDRESS_MASK;
910 page_directory_entry *pd = fPagingStructures->pgdir_virt;
914 if ((pd[index] & M68K_PDE_PRESENT) == 0) {
925 pd[index] & M68K_PDE_ADDRESS_MASK);
973 page_directory_entry* pd = fPagingStructures->pgdir_virt;
974 if ((pd[index] & M68K_PDE_PRESENT) == 0) {
986 pd[index] & M68K_PDE_ADDRESS_MASK);
1019 if ((pd[index] & M68K_PDE_PRESENT) == 0)
1025 pd[index] & M68K_PDE_ADDRESS_MASK);