Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h582 static inline void sev_evict_cache(void *va, int npages) in sev_evict_cache() function
641 static inline void sev_evict_cache(void *va, int npages) {} in sev_evict_cache() function
/linux/arch/x86/coco/sev/
H A Dcore.c516 sev_evict_cache(pfn_to_kaddr(e->gfn), e->pagesize ? 512 : 1); in pvalidate_pages()