Searched refs:prot_set (Results 1 – 5 of 5) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | pagetable.c | 146 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 D | ept.h | 101 uint64_t size, uint64_t prot_set, uint64_t prot_clr);
|
| /hypervisor/arch/x86/guest/ |
| A D | ept.c | 336 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 D | pgtable.h | 554 uint64_t size, uint64_t prot_set, uint64_t prot_clr,
|
| /hypervisor/common/ |
| A D | hypercall.c | 746 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