Home
last modified time | relevance | path

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

12345

/arch/x86/kernel/
Dpci-dma.c18 static bool disable_dac_quirk __read_mostly; variable
24 int panic_on_overflow __read_mostly = 1; variable
25 int force_iommu __read_mostly = 1; variable
27 int panic_on_overflow __read_mostly = 0; variable
28 int force_iommu __read_mostly = 0; variable
31 int iommu_merge __read_mostly = 0; variable
33 int no_iommu __read_mostly; variable
35 int iommu_detected __read_mostly = 0; variable
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
Ddma-mapping.c6 int iommu_detected __read_mostly; variable
/arch/riscv/kernel/
Dcpufeature.c16 unsigned long elf_hwcap __read_mostly; variable
22 bool has_fpu __read_mostly; variable
/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
Dperf.c57 static int perf_processor_interface __read_mostly = UNKNOWN_INTF; variable
58 static int perf_enabled __read_mostly; variable
60 struct parisc_device *cpu_device __read_mostly; variable
/arch/powerpc/kernel/
Dfirmware.c20 unsigned long powerpc_firmware_features __read_mostly; variable
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
Dcputable.c23 static struct cpu_spec the_cpu_spec __read_mostly; variable
25 struct cpu_spec* cur_cpu_spec __read_mostly = NULL; variable
/arch/mips/include/asm/
Dcache.h17 #define __read_mostly __section(".data..read_mostly") macro
/arch/s390/include/asm/
Dcache.h17 #define __read_mostly __section(".data..read_mostly") macro
/arch/arm/include/asm/
Dcache.h27 #define __read_mostly __section(".data..read_mostly") macro
/arch/x86/include/asm/
Dcache.h11 #define __read_mostly __section(".data..read_mostly") macro
/arch/hexagon/include/asm/
Dcache.h21 #define __read_mostly macro
/arch/ia64/include/asm/
Dcache.h28 #define __read_mostly __section(".data..read_mostly") macro
/arch/sparc/include/asm/
Dcache.h24 #define __read_mostly __section(".data..read_mostly") macro
/arch/x86/xen/
Dpci-swiotlb-xen.c21 int xen_swiotlb __read_mostly; variable
/arch/sh/kernel/
Dioport.c12 unsigned long sh_io_port_base __read_mostly = -1; variable
Dprocess.c16 unsigned long __stack_chk_guard __read_mostly; variable
/arch/x86/kernel/cpu/mce/
Dp5.c21 int mce_p5_enabled __read_mostly; variable
/arch/arc/kernel/
Dunaligned.c129 int unaligned_enabled __read_mostly = 1; /* Enabled by default */ variable
130 int no_unaligned_warning __read_mostly = 1; /* Only 1 warning by default */ variable
/arch/x86/kernel/cpu/
Dintel_pconfig.c25 static u64 targets_supported __read_mostly; variable
/arch/parisc/include/asm/
Dcache.h25 #define __read_mostly __section(".data..read_mostly") macro

12345