Searched refs:ppt_pgtable (Results 1 – 1 of 1) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | mmu.c | 91 static const struct pgtable ppt_pgtable = { variable 210 round_pde_up(size_aligned), 0UL, PAGE_USER, &ppt_pgtable, MR_MODIFY); in set_paging_supervisor() 220 base_aligned, size_aligned, PAGE_NX, 0UL, &ppt_pgtable, MR_MODIFY); in set_paging_nx() 230 base_aligned, size_aligned, 0UL, PAGE_NX, &ppt_pgtable, MR_MODIFY); in set_paging_x() 266 ppt_mmu_pml4_addr = pgtable_create_root(&ppt_pgtable); in init_paging() 287 low32_max_ram, PAGE_ATTR_USER | PAGE_CACHE_WB, &ppt_pgtable); in init_paging() 295 MEM_4G - low32_max_ram, PAGE_ATTR_USER | PAGE_CACHE_UC, &ppt_pgtable); in init_paging() 298 (MMIO64_END - MMIO64_START), PAGE_ATTR_USER | PAGE_CACHE_UC, &ppt_pgtable); in init_paging() 311 PAGE_CACHE_WB, PAGE_CACHE_MASK | PAGE_USER, &ppt_pgtable, MR_MODIFY); in init_paging() 319 PAGE_NX, &ppt_pgtable, MR_MODIFY); in init_paging() [all …]
|
Completed in 2 milliseconds