Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h623 static inline void sev_evict_cache(void *va, int npages) in sev_evict_cache() function
655 static inline void sev_evict_cache(void *va, int npages) {} in sev_evict_cache() function
/linux/arch/x86/boot/startup/
H A Dsev-shared.c820 sev_evict_cache((void *)vaddr, 1); in pvalidate_4k_page()
/linux/arch/x86/coco/sev/
H A Dcore.c386 sev_evict_cache(pfn_to_kaddr(e->gfn), e->pagesize ? 512 : 1); in pvalidate_pages()