Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dpgtable.h1388 #define pgprot_decrypted(prot) (prot) macro
/linux-6.14.4/arch/x86/include/asm/
Dpgtable.h42 #define pgprot_decrypted(prot) __pgprot(cc_mkdec(pgprot_val(prot))) macro
/linux-6.14.4/arch/arm64/include/asm/
Dpgtable.h681 #define pgprot_decrypted(prot) \ macro