Home
last modified time | relevance | path

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

/hypervisor/include/arch/x86/asm/
A Dpgtable.h483 static inline void set_pgentry(uint64_t *ptep, uint64_t pte, const struct pgtable *table) in set_pgentry() argument
485 *ptep = pte; in set_pgentry()
486 table->clflush_pagewalk(ptep); in set_pgentry()
/hypervisor/arch/x86/
A Dpagetable.c39 static void sanitize_pte_entry(uint64_t *ptep, const struct pgtable *table) in sanitize_pte_entry() argument
41 set_pgentry(ptep, sanitized_page_hpa, table); in sanitize_pte_entry()

Completed in 7 milliseconds