Home
last modified time | relevance | path

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

12345

/arch/x86/kernel/
Dpci-dma.c18 static int forbid_dac __read_mostly; variable
23 static int iommu_sac_force __read_mostly; variable
26 int panic_on_overflow __read_mostly = 1; variable
27 int force_iommu __read_mostly = 1; variable
29 int panic_on_overflow __read_mostly = 0; variable
30 int force_iommu __read_mostly = 0; variable
33 int iommu_merge __read_mostly = 0; variable
35 int no_iommu __read_mostly; variable
37 int iommu_detected __read_mostly = 0; variable
46 int iommu_pass_through __read_mostly; variable
Dio_delay.c15 int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE; variable
/arch/ia64/kernel/
Dpci-dma.c22 dma_addr_t bad_dma_address __read_mostly; variable
25 static int iommu_sac_force __read_mostly; variable
27 int no_iommu __read_mostly; variable
29 int force_iommu __read_mostly = 1; variable
31 int force_iommu __read_mostly; variable
Ddma-mapping.c5 int iommu_detected __read_mostly; variable
/arch/parisc/kernel/
Dsetup.c53 struct proc_dir_entry * proc_runway_root __read_mostly = NULL; variable
54 struct proc_dir_entry * proc_gsc_root __read_mostly = NULL; variable
55 struct proc_dir_entry * proc_mckinley_root __read_mostly = NULL; variable
58 int parisc_bus_is_phys __read_mostly = 1; /* Assume no IOMMU is present */ variable
Dcache.c31 int split_tlb __read_mostly; variable
32 int dcache_stride __read_mostly; variable
33 int icache_stride __read_mostly; variable
48 struct pdc_cache_info cache_info __read_mostly; variable
50 static struct pdc_btlb_info btlb_info __read_mostly; variable
345 static unsigned long parisc_cache_flush_threshold __read_mostly = FLUSH_THRESHOLD; variable
348 static unsigned long parisc_tlb_flush_threshold __read_mostly = FLUSH_TLB_THRESHOLD; variable
Dpci.c48 struct pci_port_ops *pci_port __read_mostly; variable
49 struct pci_bios_ops *pci_bios __read_mostly; variable
51 static int pci_hba_count __read_mostly; variable
/arch/arm/kernel/
Dsetup.c88 unsigned int __machine_arch_type __read_mostly; variable
90 unsigned int cacheid __read_mostly; variable
107 unsigned int elf_hwcap __read_mostly; variable
110 unsigned int elf_hwcap2 __read_mostly; variable
115 struct processor processor __read_mostly; variable
123 struct cpu_tlb_fns cpu_tlb __read_mostly; variable
126 struct cpu_user_fns cpu_user __read_mostly; variable
129 struct cpu_cache_fns cpu_cache __read_mostly; variable
132 struct outer_cache_fns outer_cache __read_mostly; variable
141 int __cpu_architecture __read_mostly = CPU_ARCH_UNKNOWN; variable
/arch/powerpc/kernel/
Dfirmware.c21 unsigned long powerpc_firmware_features __read_mostly; variable
/arch/s390/include/asm/
Dcache.h16 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/cris/include/arch-v32/arch/
Dcache.h10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/arm/include/asm/
Dcache.h26 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/mips/include/asm/
Dcache.h20 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/x86/include/asm/
Dcache.h10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/metag/include/asm/
Dcache.h21 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/hexagon/include/asm/
Dcache.h34 #define __read_mostly macro
/arch/ia64/include/asm/
Dcache.h27 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/arm64/include/asm/
Dcache.h35 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/sparc/include/asm/
Dcache.h23 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/x86/xen/
Dpci-swiotlb-xen.c19 int xen_swiotlb __read_mostly; variable
/arch/arc/kernel/
Dunaligned.c133 int unaligned_enabled __read_mostly = 1; /* Enabled by default */ variable
134 int no_unaligned_warning __read_mostly = 1; /* Only 1 warning by default */ variable
/arch/sh/kernel/
Dioport.c14 unsigned long sh_io_port_base __read_mostly = -1; variable
/arch/x86/kernel/cpu/mcheck/
Dp5.c17 int mce_p5_enabled __read_mostly; variable
/arch/sparc/kernel/
Dtime_64.c167 static struct sparc64_tick_ops tick_operations __read_mostly = { variable
177 struct sparc64_tick_ops *tick_ops __read_mostly = &tick_operations; variable
253 static struct sparc64_tick_ops stick_operations __read_mostly = { variable
384 static struct sparc64_tick_ops hbtick_operations __read_mostly = { variable
394 static unsigned long timer_ticks_per_nsec_quotient __read_mostly; variable
754 static unsigned long tb_ticks_per_usec __read_mostly; variable
/arch/parisc/mm/
Dinit.c80 int npmem_ranges __read_mostly; variable
88 static unsigned long mem_limit __read_mostly = MAX_MEM; variable
576 void *parisc_vmalloc_start __read_mostly; variable
580 unsigned long pcxl_dma_start __read_mostly; variable
649 unsigned long *empty_zero_page __read_mostly; variable

12345