Searched defs:__ro_after_init (Results 226 - 250 of 336) sorted by relevance

1234567891011>>

/linux-master/fs/
H A Dpipe.c865 static struct vfsmount *pipe_mnt __ro_after_init; variable in typeref:struct:pipe_mnt
H A Ddirect-io.c154 static struct kmem_cache *dio_cache __ro_after_init; variable in typeref:struct:dio_cache
/linux-master/arch/arm/kernel/
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
/linux-master/kernel/
H A Duser_namespace.c25 static struct kmem_cache *user_ns_cachep __ro_after_init; variable in typeref:struct:user_ns_cachep
/linux-master/arch/parisc/kernel/
H A Ddrivers.c41 const struct dma_map_ops *hppa_dma_ops __ro_after_init; variable in typeref:struct:hppa_dma_ops
/linux-master/drivers/of/
H A Dfdt.c480 void *initial_boot_params __ro_after_init; variable
/linux-master/drivers/firmware/efi/
H A Defi.c1034 static struct linux_efi_memreserve *efi_memreserve_root __ro_after_init; variable in typeref:struct:efi_memreserve_root
/linux-master/arch/x86/kernel/
H A Dsev-shared.c73 static u16 ghcb_version __ro_after_init; variable
76 static struct snp_cpuid_table cpuid_table_copy __ro_after_init; variable in typeref:struct:cpuid_table_copy
84 static u32 cpuid_std_range_max __ro_after_init; variable
85 static u32 cpuid_hyp_range_max __ro_after_init; variable
86 static u32 cpuid_ext_range_max __ro_after_init; variable
/linux-master/net/ipv4/
H A Dtcp_metrics.c984 static struct genl_family tcp_metrics_nl_family __ro_after_init = { variable in typeref:struct:tcp_metrics_nl_family
/linux-master/net/core/
H A Dnet_namespace.c422 static struct kmem_cache *net_cachep __ro_after_init; variable in typeref:struct:net_cachep
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdx.c41 static u32 tdx_global_keyid __ro_after_init; variable
42 static u32 tdx_guest_keyid_start __ro_after_init; variable
43 static u32 tdx_nr_guest_keyids __ro_after_init; variable
/linux-master/arch/x86/events/intel/
H A Dpt.c102 static struct attribute_group pt_cap_group __ro_after_init = { variable in typeref:struct:pt_cap_group
/linux-master/arch/x86/kernel/cpu/
H A Dintel.c56 static enum split_lock_detect_state sld_state __ro_after_init = sld_off; variable in typeref:enum:sld_state
57 static u64 msr_test_ctrl_cache __ro_after_init; variable
64 static bool cpu_model_supports_sld __ro_after_init; variable
/linux-master/drivers/acpi/apei/
H A Deinj-core.c150 bool einj_initialized __ro_after_init; variable
/linux-master/net/nfc/
H A Dnetlink.c1813 static struct genl_family nfc_genl_family __ro_after_init = { variable in typeref:struct:nfc_genl_family
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c355 static struct bin_attribute bin_attr_bpf_testmod_file __ro_after_init = { variable in typeref:struct:bin_attr_bpf_testmod_file
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c81 static unsigned int xstate_offsets[XFEATURE_MAX] __ro_after_init = variable
83 static unsigned int xstate_sizes[XFEATURE_MAX] __ro_after_init = variable
85 static unsigned int xstate_flags[XFEATURE_MAX] __ro_after_init; variable
/linux-master/arch/arm/mm/
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/mm/kfence/
H A Dcore.c166 static u32 stack_hash_seed __ro_after_init; variable
/linux-master/mm/
H A Dslab_common.c657 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init = variable in typeref:struct:kmalloc_caches
662 unsigned long random_kmalloc_seed __ro_after_init; variable
672 u8 kmalloc_size_index[24] __ro_after_init = { variable
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c114 struct kmem_cache *fanotify_mark_cache __ro_after_init; variable in typeref:struct:fanotify_mark_cache
115 struct kmem_cache *fanotify_fid_event_cachep __ro_after_init; variable in typeref:struct:fanotify_fid_event_cachep
116 struct kmem_cache *fanotify_path_event_cachep __ro_after_init; variable in typeref:struct:fanotify_path_event_cachep
117 struct kmem_cache *fanotify_perm_event_cachep __ro_after_init; variable in typeref:struct:fanotify_perm_event_cachep
/linux-master/init/
H A Dmain.c143 char *saved_command_line __ro_after_init; variable
144 unsigned int saved_command_line_len __ro_after_init; variable
1408 bool rodata_enabled __ro_after_init = true; variable
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal.c74 static u32 opal_msg_size __ro_after_init; variable
/linux-master/drivers/vdpa/
H A Dvdpa.c1502 static struct genl_family vdpa_nl_family __ro_after_init = { variable in typeref:struct:vdpa_nl_family
/linux-master/security/landlock/
H A Dfs.c1639 static struct security_hook_list landlock_hooks[] __ro_after_init = { variable in typeref:struct:landlock_hooks

Completed in 262 milliseconds

1234567891011>>