Home
last modified time | relevance | path

Searched refs:local_prot (Results 1 – 2 of 2) sorted by relevance

/hypervisor/arch/x86/
A Dpagetable.c422 uint64_t local_prot = prot; in add_pde() local
438 table->tweak_exe_right(&local_prot); in add_pde()
439 set_pgentry(pde, paddr | (local_prot | PAGE_PSE), table); in add_pde()
472 uint64_t local_prot = prot; in add_pdpte() local
487 table->tweak_exe_right(&local_prot); in add_pdpte()
488 set_pgentry(pdpte, paddr | (local_prot | PAGE_PSE), table); in add_pdpte()
/hypervisor/arch/x86/guest/
A Dept.c338 uint64_t local_prot = prot_set; in ept_modify_mr() local
344 …pgtable_modify_or_del_map(pml4_page, gpa, size, local_prot, prot_clr, &(vm->arch_vm.ept_pgtable), … in ept_modify_mr()

Completed in 4 milliseconds