Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h34 #define PROT_SECT_DEFAULT (_PROT_SECT_DEFAULT | PMD_MAYBE_NG)
72 #define PMD_MAYBE_NG (arm64_use_ng_mappings ? PMD_SECT_NG : 0) macro