Home
last modified time | relevance | path

Searched refs:default_access_right (Results 1 – 4 of 4) sorted by relevance

/hypervisor/arch/x86/
A Dpagetable.c139 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 Dmmu.c92 .default_access_right = (PAGE_PRESENT | PAGE_RW | PAGE_USER),
/hypervisor/include/arch/x86/asm/
A Dpgtable.h190 uint64_t default_access_right; member
/hypervisor/arch/x86/guest/
A Dept.c185 table->default_access_right = EPT_RWX; in init_ept_pgtable()

Completed in 8 milliseconds