/arch/x86/kernel/ |
D | pci-dma.c | 19 static bool disable_dac_quirk __read_mostly; variable 25 int panic_on_overflow __read_mostly = 1; variable 26 int force_iommu __read_mostly = 1; variable 28 int panic_on_overflow __read_mostly = 0; variable 29 int force_iommu __read_mostly = 0; variable 32 int iommu_merge __read_mostly = 0; variable 34 int no_iommu __read_mostly; variable 36 int iommu_detected __read_mostly = 0; variable
|
D | check.c | 22 static int __read_mostly memory_corruption_check = -1; 24 static unsigned __read_mostly corruption_check_size = 64*1024; 25 static unsigned __read_mostly corruption_check_period = 60; /* seconds */
|
D | itmt.c | 30 static bool __read_mostly sched_itmt_capable; 39 unsigned int __read_mostly sysctl_sched_itmt_enabled;
|
D | pvclock.c | 19 static u8 valid_flags __read_mostly = 0; variable 20 static struct pvclock_vsyscall_time_info *pvti_cpu0_va __read_mostly; variable
|
D | pci-swiotlb.c | 17 int swiotlb __read_mostly; variable
|
/arch/ia64/kernel/ |
D | pci-dma.c | 17 int no_iommu __read_mostly; variable 19 int force_iommu __read_mostly = 1; variable 21 int force_iommu __read_mostly; variable
|
/arch/x86/kvm/vmx/ |
D | capabilities.h | 9 extern bool __read_mostly enable_vpid; 10 extern bool __read_mostly flexpriority_enabled; 11 extern bool __read_mostly enable_ept; 12 extern bool __read_mostly enable_unrestricted_guest; 13 extern bool __read_mostly enable_ept_ad_bits; 14 extern bool __read_mostly enable_pml; 15 extern bool __read_mostly enable_apicv; 16 extern int __read_mostly pt_mode;
|
/arch/riscv/kernel/ |
D | cpufeature.c | 15 unsigned long elf_hwcap __read_mostly; variable 17 bool has_fpu __read_mostly; variable
|
/arch/powerpc/kernel/ |
D | firmware.c | 17 unsigned long powerpc_firmware_features __read_mostly; variable
|
D | irq.c | 674 void *critirq_ctx[NR_CPUS] __read_mostly; 675 void *dbgirq_ctx[NR_CPUS] __read_mostly; 676 void *mcheckirq_ctx[NR_CPUS] __read_mostly; 679 void *softirq_ctx[NR_CPUS] __read_mostly; 680 void *hardirq_ctx[NR_CPUS] __read_mostly;
|
D | watchdog.c | 73 static cpumask_t wd_cpus_enabled __read_mostly; variable 75 static u64 wd_panic_timeout_tb __read_mostly; /* timebase ticks until panic */ variable 76 static u64 wd_smp_panic_timeout_tb __read_mostly; /* panic other CPUs */ variable 78 static u64 wd_timer_period_ms __read_mostly; /* interval between heartbeat */ variable
|
/arch/openrisc/include/asm/ |
D | cache.h | 22 #define __ro_after_init __read_mostly
|
/arch/s390/include/asm/ |
D | cache.h | 17 #define __read_mostly __section(.data..read_mostly) macro
|
/arch/mips/include/asm/ |
D | cache.h | 17 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/arch/x86/include/asm/ |
D | processor.h | 65 extern u16 __read_mostly tlb_lli_4k[NR_INFO]; 66 extern u16 __read_mostly tlb_lli_2m[NR_INFO]; 67 extern u16 __read_mostly tlb_lli_4m[NR_INFO]; 68 extern u16 __read_mostly tlb_lld_4k[NR_INFO]; 69 extern u16 __read_mostly tlb_lld_2m[NR_INFO]; 70 extern u16 __read_mostly tlb_lld_4m[NR_INFO]; 71 extern u16 __read_mostly tlb_lld_1g[NR_INFO];
|
D | cache.h | 11 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/arch/sparc/include/asm/ |
D | cache.h | 24 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/arch/hexagon/include/asm/ |
D | cache.h | 21 #define __read_mostly macro
|
/arch/arm/include/asm/ |
D | cache.h | 27 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/arch/ia64/include/asm/ |
D | cache.h | 28 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/arch/sh/include/asm/ |
D | cache.h | 18 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
|
/arch/x86/xen/ |
D | pmu.c | 37 static __read_mostly uint32_t amd_counters_base; 38 static __read_mostly uint32_t amd_ctrls_base; 39 static __read_mostly int amd_msr_step; 40 static __read_mostly int k7_counters_mirrored; 41 static __read_mostly int amd_num_counters; 67 static __read_mostly int intel_num_arch_counters, intel_num_fixed_counters;
|
/arch/parisc/kernel/ |
D | setup.c | 44 struct proc_dir_entry * proc_runway_root __read_mostly = NULL; variable 45 struct proc_dir_entry * proc_gsc_root __read_mostly = NULL; variable 46 struct proc_dir_entry * proc_mckinley_root __read_mostly = NULL; variable
|
/arch/x86/include/asm/vdso/ |
D | vsyscall.h | 13 int vclocks_used __read_mostly; variable
|
/arch/mips/kernel/ |
D | ftrace.c | 52 static unsigned int insn_jal_ftrace_caller __read_mostly; variable 53 static unsigned int insn_la_mcount[2] __read_mostly; 54 static unsigned int insn_j_ftrace_graph_caller __maybe_unused __read_mostly; variable
|