Searched defs:pdpe (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/arch/x86/lib/ |
H A D | physmem.c | 25 struct pdpe { struct 36 typedef struct pdpe pdpt_t[512]; argument
|
/openbmc/qemu/target/i386/ |
H A D | monitor.c | 102 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 D | arch_memory_mapping.c | 165 uint64_t pdpe; in walk_pdpe2() local 190 uint64_t pdpe; in walk_pdpe() local
|
H A D | helper.c | 260 uint64_t pde, pdpe; in x86_cpu_get_phys_page_attrs_debug() local
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | addrspace.c | 144 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
|