Home
last modified time | relevance | path

Searched defs:pdpe (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dphysmem.c25 struct pdpe { struct
36 typedef struct pdpe pdpt_t[512]; argument
/openbmc/qemu/target/i386/
H A Dmonitor.c102 uint64_t pdpe, pde, pte; in tlb_info_pae32() local
143 uint64_t pml4e, pdpe, pde, pte; in tlb_info_la48() local
319 uint64_t pdpe, pde, pte; in mem_info_pae32() local
376 uint64_t pml4e, pdpe, pde, pte; in mem_info_la48() local
456 uint64_t pml5e, pml4e, pdpe, pde, pte; in mem_info_la57() local
H A Darch_memory_mapping.c165 uint64_t pdpe; in walk_pdpe2() local
190 uint64_t pdpe; in walk_pdpe() local
H A Dhelper.c260 uint64_t pde, pdpe; in x86_cpu_get_phys_page_attrs_debug() local
/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c144 static uint64_t pdba_base(uint64_t pdpe) in pdba_base()
149 static bool get_pgd(struct va_space *vs, uint64_t va, uint64_t pdpe, in get_pgd()
202 uint64_t pml4e, pdpe, pgd, pte; in va_space_va2pa() local