Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dio.h352 extern bool phys_mem_access_encrypted(unsigned long phys_addr,
355 static inline bool phys_mem_access_encrypted(unsigned long phys_addr, in phys_mem_access_encrypted() function
/Linux-v6.6/arch/x86/mm/
Dioremap.c809 bool phys_mem_access_encrypted(unsigned long phys_addr, unsigned long size) in phys_mem_access_encrypted() function
/Linux-v6.6/arch/x86/mm/pat/
Dmemtype.c788 if (!phys_mem_access_encrypted(pfn << PAGE_SHIFT, size)) in phys_mem_access_prot()