Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Duv.h467 static inline int uv_remove_shared(unsigned long addr) in uv_remove_shared() function
475 static inline int uv_remove_shared(unsigned long addr) { return 0; } in uv_remove_shared() function
/openbmc/linux/arch/s390/mm/
H A Dinit.c121 uv_remove_shared(virt_to_phys((void *)vaddr)); in set_memory_encrypted()