Home
last modified time | relevance | path

Searched refs:prot_set (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
151 new_pte |= prot_set; 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()
215 uint64_t prot_set, uint64_t prot_clr, const struct pgtable *table, uint32_t type) in modify_or_del_pde() argument
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()
262 uint64_t prot_set, uint64_t prot_clr, const struct pgtable *table, uint32_t type) in modify_or_del_pdpte() argument
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()
[all …]
/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
338 uint64_t local_prot = prot_set; in ept_modify_mr()
/hypervisor/include/arch/x86/asm/
A Dpgtable.h554 uint64_t size, uint64_t prot_set, uint64_t prot_clr,
/hypervisor/common/
A Dhypercall.c746 uint64_t prot_set; in write_protect_page() local
770 prot_set = (wp->set != 0U) ? 0UL : EPT_WR; in write_protect_page()
774 wp->gpa, PAGE_SIZE, prot_set, prot_clr); in write_protect_page()

Completed in 14 milliseconds