Searched defs:__ro_after_init (Results 1 - 25 of 323) sorted by path

1234567891011>>

/linux-master/arch/arm/lib/
H A Ddelay.c20 struct arm_delay_ops arm_delay_ops __ro_after_init = { variable in typeref:struct:arm_delay_ops
/linux-master/arch/openrisc/include/asm/
H A Dcache.h22 #define __ro_after_init __read_mostly macro
/linux-master/arch/parisc/kernel/
H A Dperf_images.h15 static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __ro_after_init = { variable
2083 static uint32_t cuda_images[][PCXW_IMAGE_SIZE/sizeof(uint32_t)] __ro_after_init = { variable
/linux-master/drivers/bus/
H A Darm-cci.c28 static void __iomem *cci_ctrl_base __ro_after_init; variable
29 static unsigned long cci_ctrl_phys __ro_after_init; variable
/linux-master/drivers/clocksource/
H A Di8253.c28 bool i8253_clear_counter_on_shutdown __ro_after_init = true; variable
/linux-master/fs/quota/
H A Dnetlink.c16 static struct genl_family quota_genl_family __ro_after_init = { variable in typeref:struct:quota_genl_family
/linux-master/arch/arm/kernel/
H A Dcpuidle.c15 static struct cpuidle_ops cpuidle_ops[NR_CPUS] __ro_after_init; variable in typeref:struct:cpuidle_ops
H A Dhw_breakpoint.c36 static int core_num_brps __ro_after_init; variable
37 static int core_num_wrps __ro_after_init; variable
40 static u8 debug_arch __ro_after_init; variable
43 static bool has_ossr __ro_after_init; variable
46 static u8 max_watchpoint_len __ro_after_init; variable
H A Dsetup.c108 struct processor processor __ro_after_init; variable in typeref:struct:processor
116 struct cpu_tlb_fns cpu_tlb __ro_after_init; variable in typeref:struct:cpu_tlb
119 struct cpu_user_fns cpu_user __ro_after_init; variable in typeref:struct:cpu_user
122 struct cpu_cache_fns cpu_cache __ro_after_init; variable in typeref:struct:cpu_cache
125 struct outer_cache_fns outer_cache __ro_after_init; variable in typeref:struct:outer_cache
H A Dsmp.c90 static struct smp_operations smp_ops __ro_after_init; variable in typeref:struct:smp_ops
H A Dvdso.c35 unsigned int vdso_total_pages __ro_after_init; variable
40 static struct page *vdso_data_page __ro_after_init; variable in typeref:struct:vdso_data_page
54 static struct vm_special_mapping vdso_text_mapping __ro_after_init = { variable in typeref:struct:vdso_text_mapping
69 bool cntvct_ok __ro_after_init; variable
/linux-master/arch/arm/mach-exynos/
H A Dexynos.c36 void __iomem *sysram_base_addr __ro_after_init; variable
37 phys_addr_t sysram_base_phys __ro_after_init; variable
38 void __iomem *sysram_ns_base_addr __ro_after_init; variable
H A Dmcpm-exynos.c28 static void __iomem *ns_sram_base_addr __ro_after_init; variable
29 static bool secure_firmware __ro_after_init; variable
H A Dsuspend.c70 static const struct exynos_pm_data *pm_data __ro_after_init; variable in typeref:struct:pm_data
/linux-master/arch/arm/mach-s3c/
H A Ds3c64xx.c53 static unsigned long xtal_f __ro_after_init = 12000000; variable
54 static unsigned long xusbxti_f __ro_after_init = 48000000; variable
/linux-master/arch/arm/mm/
H A Ddma-mapping.c186 static struct gen_pool *atomic_pool __ro_after_init; variable in typeref:struct:atomic_pool
H A Didmap.c20 pgd_t *idmap_pgd __ro_after_init; variable
21 long long arch_phys_to_idmap_offset __ro_after_init; variable
H A Dmmu.c232 static struct mem_type mem_types[] __ro_after_init = { variable in typeref:struct:mem_types
419 static pgprot_t protection_map[16] __ro_after_init = { variable
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c34 static bool have_vfp __ro_after_init; variable
/linux-master/arch/arm64/kernel/
H A Dcpu_ops.c23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable in typeref:struct:cpu_ops
H A Defi.c173 asmlinkage u64 *efi_rt_stack_top __ro_after_init; variable
H A Dmodule.c29 static u64 module_direct_base __ro_after_init = 0; variable
30 static u64 module_plt_base __ro_after_init = 0; variable
H A Dprocess.c61 unsigned long __stack_chk_guard __ro_after_init; variable
H A Dsmp.c87 static int ipi_irq_base __ro_after_init; variable
88 static int nr_ipi __ro_after_init = NR_IPI; variable
89 static struct irq_desc *ipi_desc[MAX_IPI] __ro_after_init; variable in typeref:struct:ipi_desc
H A Dvdso.c54 static struct vdso_abi_info vdso_info[] __ro_after_init = { variable in typeref:struct:vdso_info
242 static struct page *aarch32_vectors_page __ro_after_init; variable in typeref:struct:aarch32_vectors_page
243 static struct page *aarch32_sig_page __ro_after_init; variable in typeref:struct:aarch32_sig_page
416 static struct vm_special_mapping aarch64_vdso_maps[] __ro_after_init = { variable in typeref:struct:aarch64_vdso_maps

Completed in 331 milliseconds

1234567891011>>