Searched refs:cpuhp_setup_state_nocalls (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/tools/testing/radix-tree/linux/
H A Dcpu.h1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) macro
/linux-master/arch/arm/mach-shmobile/
H A Dplatsmp-scu.c42 cpuhp_setup_state_nocalls(CPUHP_ARM_SHMOBILE_SCU_PREPARE,
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c131 cpuhp_setup_state_nocalls(CPUHP_SH_SH3X_PREPARE, "sh/shx3:prepare",
/linux-master/lib/
H A Dirq_poll.c215 cpuhp_setup_state_nocalls(CPUHP_IRQ_POLL_DEAD, "irq_poll:dead", NULL,
/linux-master/arch/arm/mm/
H A Dcache-b15-rac.c335 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ARM_CACHE_B15_RAC_DEAD,
341 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ARM_CACHE_B15_RAC_DYING,
/linux-master/drivers/cpuidle/
H A Dcpuidle-powernv.c394 retval = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
398 retval = cpuhp_setup_state_nocalls(CPUHP_CPUIDLE_DEAD,
H A Dcpuidle-pseries.c465 retval = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
469 retval = cpuhp_setup_state_nocalls(CPUHP_CPUIDLE_DEAD,
H A Dcoupled.c777 ret = cpuhp_setup_state_nocalls(CPUHP_CPUIDLE_COUPLED_PREPARE,
783 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/drivers/acpi/
H A Dprocessor_driver.c282 result = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
288 cpuhp_setup_state_nocalls(CPUHP_ACPI_CPUDRV_DEAD, "acpi/cpu-drv:dead",
/linux-master/arch/x86/xen/
H A Denlighten.c87 rc = cpuhp_setup_state_nocalls(CPUHP_XEN_PREPARE,
91 rc = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/drivers/soc/fsl/qbman/
H A Dbman_portal.c232 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
H A Dqman_portal.c330 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/arch/arm/mach-mvebu/
H A Dplatsmp.c124 cpuhp_setup_state_nocalls(CPUHP_AP_ARM_MVEBU_SYNC_CLOCKS,
H A Dcoherency.c147 cpuhp_setup_state_nocalls(CPUHP_AP_ARM_MVEBU_COHERENCY,
/linux-master/arch/s390/mm/
H A Dpfault.c238 cpuhp_setup_state_nocalls(CPUHP_S390_PFAULT_DEAD, "s390/pfault:dead",
/linux-master/arch/riscv/kernel/
H A Dunaligned_access_speed.c250 cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "riscv:online",
/linux-master/arch/arm/mach-omap2/
H A Domap-wakeupgen.c421 cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "arm/omap-wake:online",
423 cpuhp_setup_state_nocalls(CPUHP_ARM_OMAP_WAKE_DEAD,
/linux-master/arch/arm/kernel/
H A Dsmp_twd.c288 cpuhp_setup_state_nocalls(CPUHP_AP_ARM_TWD_STARTING,
/linux-master/arch/powerpc/mm/nohash/
H A Dmmu_context.c406 cpuhp_setup_state_nocalls(CPUHP_POWERPC_MMU_CTX_PREPARE,
/linux-master/drivers/perf/
H A Darm_pmu_acpi.c362 ret = cpuhp_setup_state_nocalls(CPUHP_AP_PERF_ARM_ACPI_STARTING,
/linux-master/include/linux/
H A Dcpuhotplug.h299 * cpuhp_setup_state_nocalls - Setup hotplug state callbacks without calling the
309 static inline int cpuhp_setup_state_nocalls(enum cpuhp_state state, function
328 * Same as cpuhp_setup_state_nocalls() except that it must be invoked from
/linux-master/arch/arm/common/
H A DbL_switcher.c779 cpuhp_setup_state_nocalls(CPUHP_ARM_BL_PREPARE, "arm/bl:prepare",
781 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "arm/bl:predown",
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c894 cpuhp_setup_state_nocalls(CPUHP_POWERPC_PMAC_PREPARE,
897 cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "powerpc/pmac:online",
/linux-master/drivers/irqchip/
H A Dirq-armada-370-xp.c806 cpuhp_setup_state_nocalls(CPUHP_AP_IRQ_ARMADA_XP_STARTING,
812 cpuhp_setup_state_nocalls(CPUHP_AP_IRQ_ARMADA_XP_STARTING,
/linux-master/arch/x86/kernel/cpu/
H A Dvmware.c352 if (cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,

Completed in 266 milliseconds

123