Searched refs:construct_pgentry (Results 1 – 1 of 1) 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() function 448 construct_pgentry(pde, pt_page, table->default_access_right, table); in add_pde() 497 construct_pgentry(pdpte, pd_page, table->default_access_right, table); in add_pdpte() 570 construct_pgentry(pml4e, pdpt_page, table->default_access_right, table); in pgtable_add_map()
|
Completed in 3 milliseconds