Home
last modified time | relevance | path

Searched defs:__read_mostly (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/kern/
H A Dkern_shutdown.c227 const char *panicstr __read_mostly; variable
230 int dumping __read_mostly; /* system is dumping */ variable
231 int rebooting __read_mostly; /* system is rebooting */ variable
232 bool dumped_core __read_mostly; /* system successfully dumped core */ variable
H A Dsubr_csan.c71 static bool kcsan_enabled __read_mostly; variable
H A Dsubr_asan.c97 static bool kasan_disabled __read_mostly = true; variable
H A Dsubr_msan.c143 static bool kmsan_disabled __read_mostly = true; variable
/freebsd/sys/arm64/arm64/
H A Dmachdep.c147 uintptr_t socdev_va __read_mostly; variable
/freebsd/sys/sys/
H A Dsystm.h89 #define __read_mostly __section(".data.read_mostly") macro
/freebsd/sys/dev/drm2/
H A Ddrm_edid.c153 static int edid_fixup __read_mostly = 6; variable
/freebsd/sys/vm/
H A Dswap_pager.c167 int vm_overcommit __read_mostly = 0; variable
/freebsd/sys/amd64/amd64/
H A Dpmap.c1547 pt_entry_t vtoptem __read_mostly = ((1ul << (NPTEPGSHIFT + NPDEPGSHIFT + variable
1549 vm_offset_t PTmap __read_mostly = (vm_offset_t)P4Tmap; variable
1559 pd_entry_t vtopdem __read_mostly = ((1ul << (NPDEPGSHIFT + NPDPEPGSHIFT + variable
1561 vm_offset_t PDmap __read_mostly = (vm_offset_t)P4Dmap; variable