Home
last modified time | relevance | path

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

12345

/arch/x86/kernel/
A Dpci-dma.c21 static bool disable_dac_quirk __read_mostly; variable
27 int panic_on_overflow __read_mostly = 1; variable
28 int force_iommu __read_mostly = 1; variable
30 int panic_on_overflow __read_mostly = 0; variable
31 int force_iommu __read_mostly = 0; variable
34 int iommu_merge __read_mostly = 0; variable
36 int no_iommu __read_mostly; variable
38 int iommu_detected __read_mostly = 0; variable
A Dpvclock.c19 static u8 valid_flags __read_mostly = 0; variable
20 static struct pvclock_vsyscall_time_info *pvti_cpu0_va __read_mostly; variable
A Dio_delay.c31 int io_delay_type __read_mostly = DEFAULT_IO_DELAY_TYPE; variable
/arch/powerpc/lib/
A Dqspinlock.c30 static int steal_spins __read_mostly = (1 << 5); variable
31 static int remote_steal_spins __read_mostly = (1 << 2); variable
35 static bool maybe_stealers __read_mostly = true; variable
37 static int head_spins __read_mostly = (1 << 8); variable
39 static bool pv_yield_owner __read_mostly = true; variable
40 static bool pv_yield_allow_steal __read_mostly = false; variable
42 static bool pv_sleepy_lock __read_mostly = true; variable
45 static int pv_sleepy_lock_factor __read_mostly = 256; variable
46 static bool pv_yield_prev __read_mostly = true; variable
47 static bool pv_yield_sleepy_owner __read_mostly = true; variable
[all …]
/arch/mips/include/asm/
A Dcache.h17 #define __read_mostly __section(".data..read_mostly") macro
/arch/powerpc/kernel/
A Dfirmware.c20 unsigned long powerpc_firmware_features __read_mostly; variable
A Dwatchdog.c76 static cpumask_t wd_cpus_enabled __read_mostly; variable
78 static u64 wd_panic_timeout_tb __read_mostly; /* timebase ticks until panic */ variable
79 static u64 wd_smp_panic_timeout_tb __read_mostly; /* panic other CPUs */ variable
81 static u64 wd_timer_period_ms __read_mostly; /* interval between heartbeat */ variable
/arch/x86/virt/svm/
A Dcmdline.c17 struct sev_config sev_cfg __read_mostly; variable
/arch/loongarch/include/asm/
A Dcache.h13 #define __read_mostly __section(".data..read_mostly") macro
/arch/sh/kernel/
A Dioport.c12 unsigned long sh_io_port_base __read_mostly = -1; variable
A Dprocess.c16 unsigned long __stack_chk_guard __read_mostly; variable
/arch/s390/include/asm/
A Dcache.h17 #define __read_mostly __section(".data..read_mostly") macro
/arch/arm/include/asm/
A Dcache.h27 #define __read_mostly __section(".data..read_mostly") macro
/arch/x86/include/asm/
A Dcache.h11 #define __read_mostly __section(".data..read_mostly") macro
/arch/hexagon/include/asm/
A Dcache.h21 #define __read_mostly macro
/arch/sparc/include/asm/
A Dcache.h24 #define __read_mostly __section(".data..read_mostly") macro
/arch/x86/kernel/cpu/mce/
A Dp5.c21 int mce_p5_enabled __read_mostly; variable
/arch/arc/kernel/
A Dunaligned.c130 int unaligned_enabled __read_mostly = 1; /* Enabled by default */ variable
131 int no_unaligned_warning __read_mostly = 1; /* Only 1 warning by default */ variable
/arch/parisc/kernel/
A Dperf.c57 static int perf_processor_interface __read_mostly = UNKNOWN_INTF; variable
58 static int perf_enabled __read_mostly; variable
60 static struct parisc_device *cpu_device __read_mostly; variable
/arch/sparc/mm/
A Dinit_64.c172 unsigned long kern_base __read_mostly; variable
173 unsigned long kern_size __read_mostly; variable
180 struct page *mem_map_zero __read_mostly; variable
572 unsigned int prom_trans_ents __read_mostly; variable
2563 pgprot_t PAGE_KERNEL __read_mostly; variable
2567 pgprot_t PAGE_COPY __read_mostly; variable
2569 pgprot_t PAGE_SHARED __read_mostly; variable
2572 unsigned long pg_iobits __read_mostly; variable
2574 unsigned long _PAGE_IE __read_mostly; variable
2577 unsigned long _PAGE_E __read_mostly; variable
[all …]
/arch/mips/kernel/
A Dcpu-r3k-probe.c29 unsigned int elf_hwcap __read_mostly; variable
/arch/csky/kernel/
A Dprocess.c21 unsigned long __stack_chk_guard __read_mostly; variable
/arch/mips/bcm63xx/
A Dsetup.c31 void __iomem *bmips_cbr_addr __read_mostly; variable
/arch/parisc/include/asm/
A Dcache.h34 #define __read_mostly __section(".data..read_mostly") macro
/arch/mips/cavium-octeon/executive/
A Docteon-model.c30 enum octeon_feature_bits __octeon_feature_bits __read_mostly; variable

Completed in 37 milliseconds

12345