Home
last modified time | relevance | path

Searched refs:pge (Results 1 – 2 of 2) sorted by relevance

/hypervisor/include/arch/x86/asm/guest/
A Dept.h123 void ept_flush_leaf_page(uint64_t *pge, uint64_t size);
/hypervisor/arch/x86/guest/
A Dept.c369 void ept_flush_leaf_page(uint64_t *pge, uint64_t size) in ept_flush_leaf_page() argument
374 if ((*pge & EPT_MT_MASK) != EPT_UNCACHED) { in ept_flush_leaf_page()
375 base_hpa = (*pge & (~(size - 1UL))); in ept_flush_leaf_page()

Completed in 4 milliseconds