Searched refs:default_access_right (Results 1 – 4 of 4) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | pagetable.c | 139 ref_prot = table->default_access_right; in split_large_page() 448 construct_pgentry(pde, pt_page, table->default_access_right, table); in add_pde() 497 construct_pgentry(pdpte, pd_page, table->default_access_right, table); in add_pdpte() 570 construct_pgentry(pml4e, pdpt_page, table->default_access_right, table); in pgtable_add_map()
|
| A D | mmu.c | 92 .default_access_right = (PAGE_PRESENT | PAGE_RW | PAGE_USER),
|
| /hypervisor/include/arch/x86/asm/ |
| A D | pgtable.h | 190 uint64_t default_access_right; member
|
| /hypervisor/arch/x86/guest/ |
| A D | ept.c | 185 table->default_access_right = EPT_RWX; in init_ept_pgtable()
|
Completed in 8 milliseconds