Searched refs:X (Results 1 – 2 of 2) sorted by relevance
/mm/ |
D | percpu-stats.c | 19 #define P(X, Y) \ argument 20 seq_printf(m, " %-20s: %12lld\n", X, (long long int)Y) 173 #define PL(X) \ in percpu_stats_show() argument 174 seq_printf(m, " %-20s: %12lld\n", #X, (long long int)pcpu_stats_ai.X) in percpu_stats_show() 190 #define PU(X) \ in percpu_stats_show() argument 191 seq_printf(m, " %-20s: %12llu\n", #X, (unsigned long long)pcpu_stats.X) in percpu_stats_show()
|
D | Kconfig.debug | 121 bool "Warn on W+X mappings at boot" 126 Generate a warning if any W+X mappings are found at boot. 128 This is useful for discovering cases where the kernel is leaving W+X 133 <arch>/mm: Checked W+X mappings: passed, no W+X pages found. 137 <arch>/mm: Checked W+X mappings: failed, <N> W+X pages found. 140 still fine, as W+X mappings are not a security hole in
|