Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/include/asm/
Dpgtable-prot.h33 #define PROT_DEFAULT (_PROT_DEFAULT | PTE_MAYBE_NG)
61 #define PTE_MAYBE_NG 0 macro
71 #define PTE_MAYBE_NG (arm64_use_ng_mappings ? PTE_NG : 0) macro