Home
last modified time | relevance | path

Searched defs:pgprot_encrypted (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/linux/
Dpgtable.h1384 #define pgprot_encrypted(prot) (prot) macro
/linux-6.14.4/arch/x86/include/asm/
Dpgtable.h41 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot))) macro
/linux-6.14.4/arch/arm64/include/asm/
Dpgtable.h683 #define pgprot_encrypted(prot) \ macro