Searched defs:__read_mostly (Results 1 - 25 of 124) sorted by relevance

12345

/arch/powerpc/kernel/
H A Dfirmware.c21 unsigned long powerpc_firmware_features __read_mostly; variable
/arch/parisc/kernel/
H A Dperf_images.h28 static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = { variable
2096 static uint32_t cuda_images[][PCXW_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = { variable
/arch/cris/include/arch-v32/arch/
H A Dcache.h10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/s390/include/asm/
H A Dcache.h16 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/arm/include/asm/
H A Dcache.h26 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/hexagon/include/asm/
H A Dcache.h32 #define __read_mostly macro
/arch/ia64/include/asm/
H A Dcache.h27 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/ia64/kernel/
H A Ddma-mapping.c5 int iommu_detected __read_mostly; variable
H A 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
H A Dpci-swiotlb.c14 int swiotlb __read_mostly; variable
/arch/metag/include/asm/
H A Dcache.h21 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/mips/include/asm/
H A Dcache.h20 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/sparc/include/asm/
H A Dcache.h23 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/x86/include/asm/
H A Dcache.h10 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/x86/xen/
H A Dpci-swiotlb-xen.c19 int xen_swiotlb __read_mostly; variable
/arch/sh/kernel/
H A Dioport.c14 unsigned long sh_io_port_base __read_mostly = -1; variable
H A Dprocess.c13 unsigned long __stack_chk_guard __read_mostly; variable
/arch/x86/kernel/
H A Dio_delay.c15 int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE; variable
/arch/metag/mm/
H A Dnuma.c19 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; variable in typeref:struct:node_data
/arch/parisc/include/asm/
H A Dcache.h31 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/sh/include/asm/
H A Dcache.h17 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
/arch/sh/mm/
H A Dnuma.c18 struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; variable in typeref:struct:node_data
/arch/tile/include/asm/
H A Dcache.h49 #define __read_mostly __attribute__((__section__(".data..read_mostly"))) macro
62 #define __write_once __read_mostly
/arch/x86/kernel/cpu/mcheck/
H A Dp5.c15 int mce_p5_enabled __read_mostly; variable
/arch/x86/mm/
H A Dnuma_32.c44 s8 physnode_map[MAX_SECTIONS] __read_mostly = { [0 ... (MAX_SECTIONS - 1)] = -1}; variable

Completed in 865 milliseconds

12345