Searched defs:__ro_after_init (Results 101 - 125 of 323) sorted by relevance

1234567891011>>

/linux-master/mm/
H A Dsecretmem.c38 static bool secretmem_enable __ro_after_init = 1; variable
/linux-master/drivers/watchdog/
H A Dpika_wdt.c58 static struct watchdog_info ident __ro_after_init = { variable in typeref:struct:ident
/linux-master/arch/x86/kernel/
H A Di8259.c35 static bool pcat_compat __ro_after_init; variable
H A Dsignal.c360 static bool strict_sigaltstack_size __ro_after_init = true; variable
362 static bool strict_sigaltstack_size __ro_after_init = false; variable
H A Dkvmclock.c27 static int msr_kvm_system_time __ro_after_init; variable
28 static int msr_kvm_wall_clock __ro_after_init; variable
29 static u64 kvm_sched_clock_offset __ro_after_init; variable
/linux-master/arch/x86/kernel/apic/
H A Dmsi.c24 struct irq_domain *x86_pci_msi_default_domain __ro_after_init; variable in typeref:struct:x86_pci_msi_default_domain
H A Dipi.c14 static int apic_ipi_shorthand_off __ro_after_init; variable
/linux-master/arch/powerpc/mm/book3s64/
H A Dpkeys.c23 u32 reserved_allocation_mask __ro_after_init; variable
26 static u32 initial_allocation_mask __ro_after_init; variable
32 u64 default_amr __ro_after_init = ~0x0UL; variable
33 u64 default_iamr __ro_after_init = 0x5555555555555555UL; variable
34 u64 default_uamor __ro_after_init; variable
/linux-master/arch/mips/mm/
H A Dcache.c179 static pgprot_t protection_map[16] __ro_after_init; variable
/linux-master/security/loadpin/
H A Dloadpin.c48 static int ignore_read_file_id[READING_MAX_ID] __ro_after_init; variable
217 static struct security_hook_list loadpin_hooks[] __ro_after_init = { variable in typeref:struct:loadpin_hooks
/linux-master/mm/kasan/
H A Dhw_tags.c41 static enum kasan_arg kasan_arg __ro_after_init; variable in typeref:enum:kasan_arg
42 static enum kasan_arg_mode kasan_arg_mode __ro_after_init; variable in typeref:enum:kasan_arg_mode
56 enum kasan_mode kasan_mode __ro_after_init; variable in typeref:enum:kasan_mode
/linux-master/security/yama/
H A Dyama_lsm.c430 static struct security_hook_list yama_hooks[] __ro_after_init = { variable in typeref:struct:yama_hooks
/linux-master/net/netlabel/
H A Dnetlabel_calipso.c363 static struct genl_family netlbl_calipso_gnl_family __ro_after_init = { variable in typeref:struct:netlbl_calipso_gnl_family
/linux-master/kernel/dma/
H A Dcoherent.c280 static struct dma_coherent_mem *dma_coherent_default_memory __ro_after_init; variable in typeref:struct:dma_coherent_default_memory
/linux-master/net/ncsi/
H A Dncsi-netlink.c763 static struct genl_family ncsi_genl_family __ro_after_init = { variable in typeref:struct:ncsi_genl_family
/linux-master/net/psample/
H A Dpsample.c38 static struct genl_family psample_nl_family __ro_after_init; variable in typeref:struct:psample_nl_family
110 static struct genl_family psample_nl_family __ro_after_init = { variable in typeref:struct:psample_nl_family
/linux-master/arch/riscv/kernel/
H A Dsmp.c39 unsigned long __cpuid_to_hartid_map[NR_CPUS] __ro_after_init = { variable
49 static int ipi_virq_base __ro_after_init; variable
50 static int nr_ipi __ro_after_init = IPI_MAX; variable
H A Dvdso.c158 static struct vm_special_mapping rv_vdso_maps[] __ro_after_init = { variable in typeref:struct:rv_vdso_maps
169 static struct __vdso_info vdso_info __ro_after_init = { variable in typeref:struct:vdso_info
178 static struct vm_special_mapping rv_compat_vdso_maps[] __ro_after_init = { variable in typeref:struct:rv_compat_vdso_maps
189 static struct __vdso_info compat_vdso_info __ro_after_init = { variable in typeref:struct:compat_vdso_info
/linux-master/net/ipv6/
H A Dseg6.c497 static struct genl_family seg6_genl_family __ro_after_init = { variable in typeref:struct:seg6_genl_family
/linux-master/arch/parisc/kernel/
H A Dunwind.c47 static struct unwind_table kernel_unwind_table __ro_after_init; variable in typeref:struct:kernel_unwind_table
/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/fs/
H A Dfile_table.c42 static struct kmem_cache *filp_cachep __ro_after_init; variable in typeref:struct:filp_cachep
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c45 static enum { EMULATE, XONLY, NONE } vsyscall_mode __ro_after_init = variable in typeref:enum:__anon158
309 static struct vm_area_struct gate_vma __ro_after_init = { variable in typeref:struct:gate_vma
/linux-master/drivers/irqchip/
H A Dirq-imx-intmux.c117 static struct irq_chip imx_intmux_irq_chip __ro_after_init = { variable in typeref:struct:imx_intmux_irq_chip
/linux-master/fs/kernfs/
H A Dmount.c24 struct kmem_cache *kernfs_node_cache __ro_after_init; variable in typeref:struct:kernfs_node_cache
25 struct kmem_cache *kernfs_iattrs_cache __ro_after_init; variable in typeref:struct:kernfs_iattrs_cache
26 struct kernfs_global_locks *kernfs_locks __ro_after_init; variable in typeref:struct:kernfs_locks

Completed in 366 milliseconds

1234567891011>>