Searched defs:__read_mostly (Results 1 – 11 of 11) sorted by relevance
222 const char *panicstr __read_mostly; variable225 int dumping __read_mostly; /* system is dumping */ variable226 int rebooting __read_mostly; /* system is rebooting */ variable227 bool dumped_core __read_mostly; /* system successfully dumped core */ variable
71 static bool kcsan_enabled __read_mostly; variable
97 static bool kasan_disabled __read_mostly = true; variable
143 static bool kmsan_disabled __read_mostly = true; variable
42 static bool arm64_64bit_events __read_mostly = false; variable
147 uintptr_t socdev_va __read_mostly; variable
365 bool pmap_lpa_enabled __read_mostly = false; variable366 pt_entry_t pmap_sh_attr __read_mostly = ATTR_SH(ATTR_SH_IS); variable376 static bool pmap_l1_supported __read_mostly = false; variable
89 #define __read_mostly __section(".data.read_mostly") macro
153 static int edid_fixup __read_mostly = 6; variable
1567 pt_entry_t vtoptem __read_mostly = ((1ul << (NPTEPGSHIFT + NPDEPGSHIFT + variable1569 vm_offset_t PTmap __read_mostly = (vm_offset_t)P4Tmap; variable1579 pd_entry_t vtopdem __read_mostly = ((1ul << (NPDEPGSHIFT + NPDPEPGSHIFT + variable1581 vm_offset_t PDmap __read_mostly = (vm_offset_t)P4Dmap; variable
177 int vm_overcommit __read_mostly = 0; variable