Home
last modified time | relevance | path

Searched refs:prot_clr (Results 1 – 5 of 5) sorted by relevance

/hypervisor/arch/x86/
A Dpagetable.c146 uint64_t prot_set, uint64_t prot_clr, uint32_t type, const struct pgtable *table) in local_modify_or_del_pte() argument
150 new_pte &= ~prot_clr; in local_modify_or_del_pte()
176 uint64_t prot_set, uint64_t prot_clr, const struct pgtable *table, uint32_t type) in modify_or_del_pte() argument
195 local_modify_or_del_pte(pte, prot_set, prot_clr, type, table); in modify_or_del_pte()
235 local_modify_or_del_pte(pde, prot_set, prot_clr, type, table); in modify_or_del_pde()
243 modify_or_del_pte(pde, vaddr, vaddr_end, prot_set, prot_clr, table, type); in modify_or_del_pde()
283 local_modify_or_del_pte(pdpte, prot_set, prot_clr, type, table); in modify_or_del_pdpte()
291 modify_or_del_pde(pdpte, vaddr, vaddr_end, prot_set, prot_clr, table, type); in modify_or_del_pdpte()
374 modify_or_del_pdpte(pml4e, vaddr, vaddr_end, prot_set, prot_clr, table, type); in pgtable_modify_or_del_map()
630 void *nworld_pml4_page, uint64_t prot_table_present, uint64_t prot_clr) in pgtable_create_trusty_root() argument
[all …]
/hypervisor/include/arch/x86/asm/
A Dpgtable.h543 void *nworld_pml4_page, uint64_t prot_table_present, uint64_t prot_clr);
554 uint64_t size, uint64_t prot_set, uint64_t prot_clr,
/hypervisor/include/arch/x86/asm/guest/
A Dept.h101 uint64_t size, uint64_t prot_set, uint64_t prot_clr);
/hypervisor/arch/x86/guest/
A Dept.c336 uint64_t prot_set, uint64_t prot_clr) in ept_modify_mr() argument
344 …pgtable_modify_or_del_map(pml4_page, gpa, size, local_prot, prot_clr, &(vm->arch_vm.ept_pgtable), … in ept_modify_mr()
/hypervisor/common/
A Dhypercall.c747 uint64_t prot_clr; in write_protect_page() local
771 prot_clr = (wp->set != 0U) ? EPT_WR : 0UL; in write_protect_page()
774 wp->gpa, PAGE_SIZE, prot_set, prot_clr); in write_protect_page()

Completed in 10 milliseconds