Searched defs:pml4 (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/trusty/lk/arch/x86/64/ |
D | mmu.c | 280 status_t x86_mmu_get_mapping(map_addr_t pml4, vaddr_t vaddr, uint32_t *ret_level, in x86_mmu_get_mapping() 348 status_t x86_mmu_check_mapping(addr_t pml4, paddr_t paddr, in x86_mmu_check_mapping() 466 status_t x86_mmu_add_mapping(map_addr_t pml4, map_addr_t paddr, in x86_mmu_add_mapping() 628 status_t x86_mmu_unmap(map_addr_t pml4, vaddr_t vaddr, size_t count) in x86_mmu_unmap() 691 status_t x86_mmu_map_range(map_addr_t pml4, struct map_range *range, arch_flags_t flags) in x86_mmu_map_range()
|
/aosp_15_r20/external/mesa3d/src/intel/tools/ |
H A D | aub_mem.c | 312 ppgtt_walk(struct aub_mem *mem, uint64_t pml4, uint64_t address) in ppgtt_walk() 331 ppgtt_mapped(struct aub_mem *mem, uint64_t pml4, uint64_t address) in ppgtt_mapped()
|
H A D | aub_mem.h | 41 uint64_t pml4; member
|
H A D | aub_write.h | 91 struct aub_ppgtt_table pml4; member
|
/aosp_15_r20/external/coreboot/src/security/intel/stm/ |
H A D | SmmStm.c | 593 uint64_t *pml4; in stm_gen_4g_pagetable_x64() local
|