Searched defs:__ro_after_init (Results 51 - 75 of 323) sorted by relevance

1234567891011>>

/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/security/lockdown/
H A Dlockdown.c75 static struct security_hook_list lockdown_hooks[] __ro_after_init = { variable in typeref:struct:lockdown_hooks
/linux-master/arch/riscv/mm/
H A Ddma-noncoherent.c14 static bool noncoherent_supported __ro_after_init; variable
15 int dma_cache_alignment __ro_after_init = ARCH_DMA_MINALIGN; variable
/linux-master/arch/x86/kernel/apic/
H A Dapic_noop.c46 struct apic apic_noop __ro_after_init = { variable in typeref:struct:apic_noop
/linux-master/arch/x86/xen/
H A Dapic.c115 static struct apic xen_pv_apic __ro_after_init = { variable in typeref:struct:xen_pv_apic
/linux-master/arch/arm64/kernel/
H A Defi.c173 asmlinkage u64 *efi_rt_stack_top __ro_after_init; variable
/linux-master/lib/
H A Dbuildid.c178 unsigned char vmlinux_build_id[BUILD_ID_SIZE_MAX] __ro_after_init; variable
/linux-master/security/landlock/
H A Dnet.c190 static struct security_hook_list landlock_hooks[] __ro_after_init = { variable in typeref:struct:landlock_hooks
/linux-master/arch/x86/kernel/
H A Dx86_init.c143 struct x86_platform_ops x86_platform __ro_after_init = { variable in typeref:struct:x86_platform
169 struct x86_apic_ops x86_apic_ops __ro_after_init = { variable in typeref:struct:x86_apic_ops
/linux-master/arch/x86/entry/
H A Dentry_fred.c100 static idtentry_t sysvec_table[NR_SYSTEM_VECTORS] __ro_after_init = { variable
/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
H A Dtime.c45 static unsigned long clocktick __ro_after_init; /* timer cycles per tick */ variable
/linux-master/drivers/firmware/efi/
H A Drci2-table.c41 unsigned long rci2_table_phys __ro_after_init = EFI_INVALID_TABLE_ADDR; variable
/linux-master/drivers/acpi/
H A Devent.c85 static struct genl_family acpi_event_genl_family __ro_after_init = { variable in typeref:struct:acpi_event_genl_family
/linux-master/arch/arm/mach-exynos/
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 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
/linux-master/drivers/misc/lkdtm/
H A Dperms.c29 static unsigned long ro_after_init __ro_after_init = 0x55AA5500; variable
/linux-master/drivers/watchdog/
H A Dbooke_wdt.c196 static struct watchdog_info booke_wdt_info __ro_after_init = { variable in typeref:struct:booke_wdt_info
/linux-master/arch/x86/kernel/cpu/
H A Dumwait.c25 static u32 orig_umwait_control_cached __ro_after_init; variable
/linux-master/arch/arm64/lib/
H A Dxor-neon.c175 struct xor_block_template xor_block_inner_neon __ro_after_init = { variable in typeref:struct:xor_block_inner_neon
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its-fsl-mc-msi.c68 static struct msi_domain_ops its_fsl_mc_msi_ops __ro_after_init = { variable in typeref:struct:its_fsl_mc_msi_ops
/linux-master/drivers/clocksource/
H A Dtimer-gxp.c34 static void __iomem *system_clock __ro_after_init; variable
/linux-master/include/linux/
H A Dgenl_magic_func.h287 static struct genl_family ZZZ_genl_family __ro_after_init = { variable in typeref:struct:ZZZ_genl_family
/linux-master/fs/notify/dnotify/
H A Ddnotify.c41 static struct kmem_cache *dnotify_struct_cache __ro_after_init; variable in typeref:struct:dnotify_struct_cache
42 static struct kmem_cache *dnotify_mark_cache __ro_after_init; variable in typeref:struct:dnotify_mark_cache
43 static struct fsnotify_group *dnotify_group __ro_after_init; variable in typeref:struct:dnotify_group
/linux-master/kernel/dma/
H A Dpool.c16 static struct gen_pool *atomic_pool_dma __ro_after_init; variable in typeref:struct:atomic_pool_dma
18 static struct gen_pool *atomic_pool_dma32 __ro_after_init; variable in typeref:struct:atomic_pool_dma32
20 static struct gen_pool *atomic_pool_kernel __ro_after_init; variable in typeref:struct:atomic_pool_kernel

Completed in 192 milliseconds

1234567891011>>