Searched refs:ptep (Results 1 – 2 of 2) sorted by relevance
483 static inline void set_pgentry(uint64_t *ptep, uint64_t pte, const struct pgtable *table) in set_pgentry() argument485 *ptep = pte; in set_pgentry()486 table->clflush_pagewalk(ptep); in set_pgentry()
39 static void sanitize_pte_entry(uint64_t *ptep, const struct pgtable *table) in sanitize_pte_entry() argument41 set_pgentry(ptep, sanitized_page_hpa, table); in sanitize_pte_entry()
Completed in 7 milliseconds