| /arch/x86/kernel/ |
| A D | pci-dma.c | 21 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 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 */
|
| A D | itmt.c | 31 static bool __read_mostly sched_itmt_capable; 40 bool __read_mostly sysctl_sched_itmt_enabled;
|
| A 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
|
| /arch/x86/kvm/mmu/ |
| A D | spte.h | 177 extern bool __read_mostly kvm_ad_enabled; 181 extern u64 __read_mostly shadow_nx_mask; 183 extern u64 __read_mostly shadow_user_mask; 184 extern u64 __read_mostly shadow_accessed_mask; 185 extern u64 __read_mostly shadow_dirty_mask; 186 extern u64 __read_mostly shadow_mmio_value; 187 extern u64 __read_mostly shadow_mmio_mask; 189 extern u64 __read_mostly shadow_present_mask; 190 extern u64 __read_mostly shadow_me_value; 191 extern u64 __read_mostly shadow_me_mask; [all …]
|
| A D | spte.c | 27 bool __read_mostly kvm_ad_enabled; 31 u64 __read_mostly shadow_nx_mask; 33 u64 __read_mostly shadow_user_mask; 34 u64 __read_mostly shadow_accessed_mask; 35 u64 __read_mostly shadow_dirty_mask; 36 u64 __read_mostly shadow_mmio_value; 37 u64 __read_mostly shadow_mmio_mask; 39 u64 __read_mostly shadow_present_mask; 40 u64 __read_mostly shadow_me_value; 41 u64 __read_mostly shadow_me_mask; [all …]
|
| /arch/x86/kvm/vmx/ |
| A D | capabilities.h | 12 extern bool __read_mostly enable_vpid; 13 extern bool __read_mostly flexpriority_enabled; 14 extern bool __read_mostly enable_ept; 15 extern bool __read_mostly enable_unrestricted_guest; 16 extern bool __read_mostly enable_ept_ad_bits; 17 extern bool __read_mostly enable_pml; 18 extern int __read_mostly pt_mode;
|
| /arch/powerpc/lib/ |
| A D | qspinlock.c | 30 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/x86/include/asm/ |
| A D | processor.h | 63 extern u16 __read_mostly tlb_lli_4k; 64 extern u16 __read_mostly tlb_lli_2m; 65 extern u16 __read_mostly tlb_lli_4m; 66 extern u16 __read_mostly tlb_lld_4k; 67 extern u16 __read_mostly tlb_lld_2m; 68 extern u16 __read_mostly tlb_lld_4m; 69 extern u16 __read_mostly tlb_lld_1g;
|
| A D | cache.h | 11 #define __read_mostly __section(".data..read_mostly") macro
|
| /arch/powerpc/kernel/ |
| A D | irq.c | 337 void *critirq_ctx[NR_CPUS] __read_mostly; 338 void *dbgirq_ctx[NR_CPUS] __read_mostly; 339 void *mcheckirq_ctx[NR_CPUS] __read_mostly; 342 void *softirq_ctx[NR_CPUS] __read_mostly; 343 void *hardirq_ctx[NR_CPUS] __read_mostly;
|
| A D | watchdog.c | 76 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
|
| A D | firmware.c | 20 unsigned long powerpc_firmware_features __read_mostly; variable
|
| /arch/x86/xen/ |
| A 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/openrisc/include/asm/ |
| A D | cache.h | 22 #define __ro_after_init __read_mostly
|
| /arch/s390/include/asm/ |
| A D | cache.h | 17 #define __read_mostly __section(".data..read_mostly") macro
|
| /arch/mips/kernel/ |
| A D | ftrace.c | 48 static unsigned int insn_jal_ftrace_caller __read_mostly; variable 49 static unsigned int insn_la_mcount[2] __read_mostly; 50 static unsigned int insn_j_ftrace_graph_caller __maybe_unused __read_mostly; variable
|
| /arch/loongarch/include/asm/ |
| A D | cache.h | 13 #define __read_mostly __section(".data..read_mostly") macro
|
| /arch/sparc/include/asm/ |
| A D | cache.h | 24 #define __read_mostly __section(".data..read_mostly") macro
|
| /arch/hexagon/include/asm/ |
| A D | cache.h | 21 #define __read_mostly macro
|
| /arch/mips/include/asm/ |
| A D | cache.h | 17 #define __read_mostly __section(".data..read_mostly") macro
|
| /arch/arm/include/asm/ |
| A D | cache.h | 27 #define __read_mostly __section(".data..read_mostly") macro
|
| /arch/sh/include/asm/ |
| A D | cache.h | 23 #define __read_mostly __section(".data..read_mostly") macro
|
| /arch/sh/kernel/ |
| A D | ioport.c | 12 unsigned long sh_io_port_base __read_mostly = -1; variable
|
| /arch/x86/virt/svm/ |
| A D | cmdline.c | 17 struct sev_config sev_cfg __read_mostly; variable
|