Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable.h41 #define pgprot_encrypted(prot) __pgprot(cc_mkenc(pgprot_val(prot))) macro
/linux/include/linux/
H A Dpgtable.h1380 #define pgprot_encrypted(prot) (prot) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h788 #define pgprot_encrypted(prot) \ macro