Searched defs:__ro_after_init (Results 26 - 50 of 323) sorted by relevance

1234567891011>>

/linux-master/fs/proc/
H A Dthread_self.c34 static unsigned thread_self_inum __ro_after_init; variable
H A Dself.c34 static unsigned self_inum __ro_after_init; variable
/linux-master/net/tipc/
H A Dnetlink.c287 struct genl_family tipc_genl_family __ro_after_init = { variable in typeref:struct:tipc_genl_family
/linux-master/arch/powerpc/kernel/
H A Dcputable.c23 static struct cpu_spec the_cpu_spec __ro_after_init; variable in typeref:struct:the_cpu_spec
25 struct cpu_spec *cur_cpu_spec __ro_after_init = NULL; variable in typeref:struct:cur_cpu_spec
H A Dsetup_32.c168 void *emergency_ctx[NR_CPUS] __ro_after_init = {[0] = &init_stack}; variable
/linux-master/drivers/regulator/
H A Devent.c21 static struct genl_family reg_event_genl_family __ro_after_init = { variable in typeref:struct:reg_event_genl_family
/linux-master/drivers/dpll/
H A Ddpll_nl.c150 struct genl_family dpll_nl_family __ro_after_init = { variable in typeref:struct:dpll_nl_family
/linux-master/arch/x86/kernel/apic/
H A Dbigsmp_32.c62 static struct apic apic_bigsmp __ro_after_init = { variable in typeref:struct:apic_bigsmp
H A Dprobe_32.c37 static struct apic apic_default __ro_after_init = { variable in typeref:struct:apic_default
72 struct apic *apic __ro_after_init = &apic_default; variable in typeref:struct:apic
H A Dapic_flat_64.c23 struct apic *apic __ro_after_init = &apic_flat; variable in typeref:struct:apic
69 static struct apic apic_flat __ro_after_init = { variable in typeref:struct:apic_flat
136 static struct apic apic_physflat __ro_after_init = { variable in typeref:struct:apic_physflat
/linux-master/net/core/
H A Dnetdev-genl-gen.c160 struct genl_family netdev_nl_family __ro_after_init = { variable in typeref:struct:netdev_nl_family
/linux-master/security/integrity/ima/
H A Dima_iint.c16 static struct kmem_cache *ima_iint_cache __ro_after_init; variable in typeref:struct:ima_iint_cache
/linux-master/security/landlock/
H A Dtask.c111 static struct security_hook_list landlock_hooks[] __ro_after_init = { variable in typeref:struct:landlock_hooks
/linux-master/drivers/clocksource/
H A Di8253.c28 bool i8253_clear_counter_on_shutdown __ro_after_init = true; variable
/linux-master/security/selinux/
H A Dnetlink.c22 static struct sock *selnl __ro_after_init; variable in typeref:struct:selnl
/linux-master/net/ieee802154/
H A Dnetlink.c126 struct genl_family nl802154_family __ro_after_init = { variable in typeref:struct:nl802154_family
/linux-master/arch/x86/kernel/fpu/
H A Dinit.c96 unsigned int mxcsr_feature_mask __ro_after_init = 0xffffffffu; variable
/linux-master/crypto/
H A Daegis128-neon.c12 int aegis128_have_aes_insn __ro_after_init; variable
/linux-master/arch/s390/kernel/
H A Dctlreg.c34 static bool system_ctlreg_area_init __ro_after_init; variable
/linux-master/include/linux/
H A Dcache.h37 #define __ro_after_init __section(".data..ro_after_init") macro
/linux-master/arch/x86/coco/
H A Dcore.c20 enum cc_vendor cc_vendor __ro_after_init = CC_VENDOR_NONE; variable in typeref:enum:cc_vendor
21 u64 cc_mask __ro_after_init; variable
/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/kernel/
H A Dutsname.c18 static struct kmem_cache *uts_ns_cache __ro_after_init; variable in typeref:struct:uts_ns_cache
/linux-master/arch/parisc/kernel/
H A Dprocess.c155 int running_on_qemu __ro_after_init; variable
/linux-master/arch/x86/kernel/
H A Dsetup_percpu.c35 unsigned long __per_cpu_offset[NR_CPUS] __ro_after_init = { variable

Completed in 219 milliseconds

1234567891011>>