Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpgtable.h1164 #define pgprot_decrypted(prot) (prot) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h41 #define pgprot_decrypted(prot) __pgprot(cc_mkdec(pgprot_val(prot))) macro