Searched defs:prot (Results 1 – 6 of 6) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | pagetable.c | 161 static inline void construct_pgentry(uint64_t *pde, void *pd_page, uint64_t prot, const struct pgta… in construct_pgentry() 385 uint64_t prot, const struct pgtable *table) in add_pte() 416 uint64_t prot, const struct pgtable *table) in add_pde() 466 uint64_t prot, const struct pgtable *table) in add_pdpte() 552 uint64_t size, uint64_t prot, const struct pgtable *table) in pgtable_add_map()
|
| A D | mmu.c | 68 static inline bool ppt_large_page_support(enum _page_table_level level, __unused uint64_t prot) in ppt_large_page_support()
|
| /hypervisor/arch/x86/guest/ |
| A D | ept.c | 118 static inline bool ept_large_page_support(enum _page_table_level level, __unused uint64_t prot) in ept_large_page_support() 138 static inline bool use_large_page(enum _page_table_level level, uint64_t prot) in use_large_page() 320 uint64_t prot = prot_orig; in ept_add_mr() local
|
| A D | instr_emul.c | 528 static bool is_desc_valid(const struct seg_desc *desc, uint32_t prot) in is_desc_valid()
|
| /hypervisor/include/public/ |
| A D | acrn_hv_defs.h | 136 uint32_t prot; member
|
| /hypervisor/common/ |
| A D | hypercall.c | 618 uint64_t prot = 0UL, base_paddr; in add_vm_memory_region() local
|
Completed in 17 milliseconds