Searched refs:arm64_kernel_use_ng_mappings (Results 1 – 2 of 2) sorted by relevance
29 #define PTE_MAYBE_NG (arm64_kernel_use_ng_mappings() ? PTE_NG : 0)30 #define PMD_MAYBE_NG (arm64_kernel_use_ng_mappings() ? PMD_SECT_NG : 0)
38 static inline bool arm64_kernel_use_ng_mappings(void) in arm64_kernel_use_ng_mappings() function