Searched refs:cpuhp_setup_state (Results 51 - 75 of 117) sorted by relevance

12345

/linux-master/arch/x86/pci/
H A Damd_bus.c391 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "pci/amd_bus:online",
/linux-master/lib/
H A Dpercpu_counter.c364 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "lib/percpu_cnt:online",
/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c377 * cpuhp_setup_state() returns the actual failure reason to the caller,
453 return cpuhp_setup_state(CPUHP_AP_PERF_POWERPC_NEST_IMC_ONLINE,
694 * And cpuhp_setup_state() returns the actual failure reason
738 return cpuhp_setup_state(CPUHP_AP_PERF_POWERPC_CORE_IMC_ONLINE,
974 return cpuhp_setup_state(CPUHP_AP_PERF_POWERPC_THREAD_IMC_ONLINE,
1262 return cpuhp_setup_state(CPUHP_AP_PERF_POWERPC_TRACE_IMC_ONLINE,
H A Dcore-fsl-emb.c692 cpuhp_setup_state(CPUHP_PERF_POWER, "perf/powerpc:prepare",
/linux-master/mm/kasan/
H A Dquarantine.c408 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "mm/kasan:online",
/linux-master/drivers/clocksource/
H A Dhyperv_timer.c285 ret = cpuhp_setup_state(CPUHP_AP_HYPERV_TIMER_STARTING,
H A Darm_global_timer.c412 err = cpuhp_setup_state(CPUHP_AP_ARM_GLOBAL_TIMER_STARTING,
H A Dingenic-timer.c337 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "Ingenic XBurst: online",
H A Dtimer-ti-dm-systimer.c678 cpuhp_setup_state(CPUHP_AP_TI_GP_TIMER_STARTING,
H A Dexynos_mct.c616 err = cpuhp_setup_state(CPUHP_AP_EXYNOS4_MCT_TIMER_STARTING,
/linux-master/arch/x86/virt/svm/
H A Dsev.c253 cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/rmptable_init:online", __snp_enable, NULL);
/linux-master/arch/x86/events/amd/
H A Duncore.c1043 ret = cpuhp_setup_state(CPUHP_PERF_X86_AMD_UNCORE_PREP,
1049 ret = cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING,
1055 ret = cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_UNCORE_ONLINE,
/linux-master/arch/x86/kernel/
H A Dtboot.c422 cpuhp_setup_state(CPUHP_AP_X86_TBOOT_DYING, "x86/tboot:dying", NULL,
H A Dhpet.c1153 ret = cpuhp_setup_state(CPUHP_AP_X86_HPET_ONLINE, "x86/hpet:online",
1157 ret = cpuhp_setup_state(CPUHP_X86_HPET_DEAD, "x86/hpet:dead", NULL,
/linux-master/arch/xtensa/kernel/
H A Dperf_event.c428 ret = cpuhp_setup_state(CPUHP_AP_PERF_XTENSA_STARTING,
/linux-master/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c492 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "thermal/x86_pkg:online",
H A Dtherm_throt.c584 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/therm:online",
/linux-master/drivers/bus/
H A Dmips_cdmm.c691 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "bus/cdmm:online",
/linux-master/arch/arm64/kernel/
H A Dcpuinfo.c386 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "arm64/cpuinfo:online",
/linux-master/arch/x86/hyperv/
H A Dhv_init.c498 cpuhp = cpuhp_setup_state(CPUHP_AP_HYPERV_ONLINE, "x86/hyperv_init:online",
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dcore.c846 cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "x86/microcode:online",
/linux-master/drivers/firmware/
H A Darm_sdei.c787 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "SDEI",
1007 err = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "SDEI",
/linux-master/drivers/irqchip/
H A Dirq-mips-gic.c825 return cpuhp_setup_state(CPUHP_AP_IRQ_MIPS_GIC_STARTING,
/linux-master/kernel/trace/
H A Dtrace_hwlat.c558 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "trace/hwlat:online",
/linux-master/drivers/soc/xilinx/
H A Dxlnx_event_manager.c669 cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "soc/event:starting",

Completed in 881 milliseconds

12345