Home
last modified time | relevance | path

Searched refs:__read_mostly (Results 1 – 25 of 159) sorted by relevance

1234567

/arch/x86/kernel/
Dpci-dma.c19 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
Dcheck.c22 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 */
Ditmt.c30 static bool __read_mostly sched_itmt_capable;
39 unsigned int __read_mostly sysctl_sched_itmt_enabled;
Dpvclock.c19 static u8 valid_flags __read_mostly = 0; variable
20 static struct pvclock_vsyscall_time_info *pvti_cpu0_va __read_mostly; variable
Dpci-swiotlb.c17 int swiotlb __read_mostly; variable
/arch/ia64/kernel/
Dpci-dma.c17 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/
Dcapabilities.h9 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/
Dcpufeature.c15 unsigned long elf_hwcap __read_mostly; variable
17 bool has_fpu __read_mostly; variable
/arch/powerpc/kernel/
Dfirmware.c17 unsigned long powerpc_firmware_features __read_mostly; variable
Dirq.c674 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;
Dwatchdog.c73 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/
Dcache.h22 #define __ro_after_init __read_mostly
/arch/s390/include/asm/
Dcache.h17 #define __read_mostly __section(.data..read_mostly) macro
/arch/mips/include/asm/
Dcache.h17 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/x86/include/asm/
Dprocessor.h65 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];
Dcache.h11 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/sparc/include/asm/
Dcache.h24 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/hexagon/include/asm/
Dcache.h21 #define __read_mostly macro
/arch/arm/include/asm/
Dcache.h27 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/ia64/include/asm/
Dcache.h28 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/sh/include/asm/
Dcache.h18 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/x86/xen/
Dpmu.c37 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/
Dsetup.c44 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/
Dvsyscall.h13 int vclocks_used __read_mostly; variable
/arch/mips/kernel/
Dftrace.c52 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

1234567