Searched refs:__ro_after_init (Results 1 - 25 of 382) sorted by relevance

1234567891011>>

/linux-master/arch/openrisc/include/asm/
H A Dcache.h22 #define __ro_after_init __read_mostly macro
/linux-master/arch/riscv/mm/
H A Dcache-ops.c8 struct riscv_nonstd_cache_ops noncoherent_cache_ops __ro_after_init; variable in typeref:struct:noncoherent_cache_ops
/linux-master/arch/powerpc/kernel/
H A Dsecvar-ops.c13 const struct secvar_operations *secvar_ops __ro_after_init = NULL; variable in typeref:struct:secvar_ops
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-smp.c17 u64 __ro_after_init hyp_cpu_logical_map[NR_CPUS] = { [0 ... NR_CPUS-1] = INVALID_HWID };
26 unsigned long __ro_after_init kvm_arm_hyp_percpu_base[NR_CPUS];
H A Dearly_alloc.c13 s64 __ro_after_init hyp_physvirt_offset;
/linux-master/security/landlock/
H A Dsetup.c20 bool landlock_initialized __ro_after_init = false; variable
22 struct lsm_blob_sizes landlock_blob_sizes __ro_after_init = { variable in typeref:struct:landlock_blob_sizes
H A Dcred.c37 static struct security_hook_list landlock_hooks[] __ro_after_init = { variable in typeref:struct:landlock_hooks
/linux-master/arch/xtensa/include/asm/
H A Dcache.h38 #define __ro_after_init __read_mostly macro
/linux-master/drivers/firmware/smccc/
H A Dsmccc.c18 bool __ro_after_init smccc_trng_available = false;
19 u64 __ro_after_init smccc_has_sve_hint = false;
20 s32 __ro_after_init smccc_soc_id_version = SMCCC_RET_NOT_SUPPORTED;
21 s32 __ro_after_init smccc_soc_id_revision = SMCCC_RET_NOT_SUPPORTED;
/linux-master/arch/arm64/kernel/
H A Dkaslr.c15 bool __ro_after_init __kaslr_is_enabled = false;
H A Dirq.c100 void (*handle_arch_irq)(struct pt_regs *) __ro_after_init = default_handle_irq;
101 void (*handle_arch_fiq)(struct pt_regs *) __ro_after_init = default_handle_fiq;
/linux-master/security/bpf/
H A Dhooks.c10 static struct security_hook_list bpf_lsm_hooks[] __ro_after_init = { variable in typeref:struct:bpf_lsm_hooks
32 struct lsm_blob_sizes bpf_lsm_blob_sizes __ro_after_init = { variable in typeref:struct:bpf_lsm_blob_sizes
/linux-master/fs/nfsd/
H A Dnetlink.c24 struct genl_family nfsd_nl_family __ro_after_init = { variable in typeref:struct:nfsd_nl_family
/linux-master/arch/riscv/kernel/
H A Dcpu_ops.c16 const struct cpu_operations *cpu_ops __ro_after_init = &cpu_ops_spinwait; variable in typeref:struct:cpu_ops
H A Dtime.c17 unsigned long riscv_timebase __ro_after_init; variable
/linux-master/arch/x86/crypto/
H A Dblake2s-glue.c25 static __ro_after_init DEFINE_STATIC_KEY_FALSE(blake2s_use_ssse3);
26 static __ro_after_init DEFINE_STATIC_KEY_FALSE(blake2s_use_avx512);
/linux-master/include/linux/
H A Dcache.h32 * __ro_after_init is used to mark things that are read-only after init (i.e.
36 #ifndef __ro_after_init
37 #define __ro_after_init __section(".data..ro_after_init") macro
/linux-master/arch/powerpc/mm/
H A Dinit-common.c25 phys_addr_t memstart_addr __ro_after_init = (phys_addr_t)~0ull; variable
27 phys_addr_t kernstart_addr __ro_after_init; variable
29 unsigned long kernstart_virt_addr __ro_after_init = KERNELBASE; variable
/linux-master/arch/x86/kernel/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
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
/linux-master/arch/parisc/kernel/
H A Dpci.c37 struct pci_port_ops *pci_port __ro_after_init; variable in typeref:struct:pci_port
38 struct pci_bios_ops *pci_bios __ro_after_init; variable in typeref:struct:pci_bios
40 static int pci_hba_count __ro_after_init; variable
44 static struct pci_hba_data *parisc_pci_hba[PCI_HBA_MAX] __ro_after_init; variable in typeref:struct:parisc_pci_hba
/linux-master/kernel/bpf/
H A Dsysfs_btf.c24 static struct bin_attribute bin_attr_btf_vmlinux __ro_after_init = { variable in typeref:struct:bin_attr_btf_vmlinux
/linux-master/kernel/
H A Dkheaders.c41 static struct bin_attribute kheaders_attr __ro_after_init = { variable in typeref:struct:kheaders_attr
/linux-master/net/handshake/
H A Dgenl.c48 struct genl_family handshake_nl_family __ro_after_init = { variable in typeref:struct:handshake_nl_family
/linux-master/arch/arm64/mm/
H A Dpgd.c18 static struct kmem_cache *pgd_cache __ro_after_init; variable in typeref:struct:pgd_cache

Completed in 512 milliseconds

1234567891011>>