Home
last modified time | relevance | path

Searched refs:__ro_after_init (Results 1 – 25 of 68) sorted by relevance

123

/drivers/firmware/smccc/
A Dsmccc.c18 bool __ro_after_init smccc_trng_available = false;
19 s32 __ro_after_init smccc_soc_id_version = SMCCC_RET_NOT_SUPPORTED;
20 s32 __ro_after_init smccc_soc_id_revision = SMCCC_RET_NOT_SUPPORTED;
A Dkvm_guest.c16 static DECLARE_BITMAP(__kvm_arm_hyp_services, ARM_SMCCC_KVM_NUM_FUNCS) __ro_after_init = { };
A Dsoc_id.c37 static char __ro_after_init smccc_soc_id_name[136] = "";
/drivers/firmware/efi/
A Drci2-table.c41 unsigned long rci2_table_phys __ro_after_init = EFI_INVALID_TABLE_ADDR; variable
43 static __ro_after_init BIN_ATTR_SIMPLE_ADMIN_RO(rci2);
A Dmemattr.c16 unsigned long __ro_after_init efi_mem_attr_table = EFI_INVALID_TABLE_ADDR;
/drivers/clocksource/
A Darm_arch_timer.c69 static struct arch_timer *arch_timer_mem __ro_after_init; variable
73 static u32 arch_timer_rate __ro_after_init; variable
74 static int arch_timer_ppi[ARCH_TIMER_MAX_TIMER_PPI] __ro_after_init;
86 static enum arch_timer_ppi_nr arch_timer_uses_ppi __ro_after_init = ARCH_TIMER_VIRT_PPI; variable
87 static bool arch_timer_c3stop __ro_after_init; variable
88 static bool arch_timer_mem_use_virtual __ro_after_init; variable
89 static bool arch_counter_suspend_stop __ro_after_init; variable
97 static bool evtstrm_enable __ro_after_init = IS_ENABLED(CONFIG_ARM_ARCH_TIMER_EVTSTREAM);
238 u64 (*arch_timer_read_counter)(void) __ro_after_init = arch_counter_get_cntvct;
259 static struct cyclecounter cyclecounter __ro_after_init = { variable
A Dtimer-imx-tpm.c35 static int counter_width __ro_after_init; variable
36 static void __iomem *timer_base __ro_after_init; variable
A Dtimer-gxp.c34 static void __iomem *system_clock __ro_after_init; variable
/drivers/irqchip/
A Dirq-riscv-intc.c25 static unsigned int riscv_intc_nr_irqs __ro_after_init = BITS_PER_LONG; variable
26 static unsigned int riscv_intc_custom_base __ro_after_init = BITS_PER_LONG; variable
27 static unsigned int riscv_intc_custom_nr_irqs __ro_after_init; variable
A Dirq-gic-v3-its-fsl-mc-msi.c68 static struct msi_domain_ops its_fsl_mc_msi_ops __ro_after_init = { variable
A Dirq-riscv-imsic-early.c25 bool imsic_noipi __ro_after_init; variable
A Dirq-aclint-sswi.c19 static int sswi_ipi_virq __ro_after_init; variable
/drivers/misc/lkdtm/
A Dperms.c29 static unsigned long ro_after_init __ro_after_init = 0x55AA5500; variable
36 static void __ro_after_init *do_nothing_ptr;
/drivers/clk/tegra/
A Dclk-tegra30.c352 static struct tegra_clk_pll_params pll_c_params __ro_after_init = { variable
381 static struct tegra_clk_pll_params pll_m_params __ro_after_init = { variable
402 static struct tegra_clk_pll_params pll_p_params __ro_after_init = { variable
437 static struct tegra_clk_pll_params pll_d_params __ro_after_init = { variable
454 static struct tegra_clk_pll_params pll_d2_params __ro_after_init = { variable
471 static struct tegra_clk_pll_params pll_u_params __ro_after_init = { variable
489 static struct tegra_clk_pll_params pll_x_params __ro_after_init = { variable
508 static struct tegra_clk_pll_params pll_e_params __ro_after_init = { variable
/drivers/net/ovpn/
A Dtcp.c31 static struct proto ovpn_tcp_prot __ro_after_init; variable
32 static struct proto_ops ovpn_tcp_ops __ro_after_init; variable
33 static struct proto ovpn_tcp6_prot __ro_after_init; variable
34 static struct proto_ops ovpn_tcp6_ops __ro_after_init; variable
/drivers/bus/
A Darm-cci.c28 static void __iomem *cci_ctrl_base __ro_after_init; variable
29 static unsigned long cci_ctrl_phys __ro_after_init; variable
/drivers/regulator/
A Devent.c21 static struct genl_family reg_event_genl_family __ro_after_init = { variable
/drivers/acpi/
A Dbgrt.c32 static __ro_after_init BIN_ATTR_SIMPLE_RO(image);
A Devent.c85 static struct genl_family acpi_event_genl_family __ro_after_init = { variable
/drivers/iommu/
A Dirq_remapping.c27 bool enable_posted_msi __ro_after_init; variable
/drivers/watchdog/
A Dbooke_wdt.c196 static struct watchdog_info booke_wdt_info __ro_after_init = { variable
A Dpika_wdt.c58 static struct watchdog_info ident __ro_after_init = { variable
/drivers/net/phy/
A Dphy_device.c69 __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_basic_features) __ro_after_init;
72 __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_basic_t1_features) __ro_after_init;
75 __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_basic_t1s_p2mp_features) __ro_after_init;
78 __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_gbit_features) __ro_after_init;
81 __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_gbit_fibre_features) __ro_after_init;
84 __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_10gbit_features) __ro_after_init;
136 __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_eee_cap1_features) __ro_after_init;
144 __ETHTOOL_DECLARE_LINK_MODE_MASK(phy_eee_cap2_features) __ro_after_init;
/drivers/dpll/
A Ddpll_nl.c158 struct genl_family dpll_nl_family __ro_after_init = { variable
/drivers/of/
A Dfdt.c459 void *initial_boot_params __ro_after_init; variable
460 phys_addr_t initial_boot_params_pa __ro_after_init; variable
1294 static __ro_after_init BIN_ATTR_SIMPLE_ADMIN_RO(fdt); in of_fdt_raw_init()

Completed in 44 milliseconds

123