Lines Matching refs:pde
412 uint64_t *pde, *pde_start;
450 pde = &pde_start[n3];
451 if (!is_present_pte(mmu, pde))
455 indent, "", pde - pde_start, pde,
456 addr_hva2gpa(vm, pde),
457 PTE_GET_PFN(*pde), is_writable_pte(mmu, pde),
458 is_nx_pte(mmu, pde));
460 pte_start = addr_gpa2hva(vm, *pde & PHYSICAL_PAGE_MASK);