Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h443 void snp_set_memory_private(unsigned long vaddr, unsigned long npages);
478 static inline void snp_set_memory_private(unsigned long vaddr, unsigned long npages) { } in snp_set_memory_private() function
/linux/arch/x86/coco/sev/
H A Dcore.c936 void snp_set_memory_private(unsigned long vaddr, unsigned long npages) in snp_set_memory_private() function
1011 snp_set_memory_private(addr, npages); in unshare_all_memory()
1029 snp_set_memory_private(addr, npages); in unshare_all_memory()
1084 snp_set_memory_private((unsigned long)ghcb, (size / PAGE_SIZE)); in snp_kexec_finish()