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

123

/linux-master/arch/arm/kernel/
H A Dsmp_twd.c288 cpuhp_setup_state_nocalls(CPUHP_AP_ARM_TWD_STARTING,
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c546 ret = cpuhp_setup_state_nocalls(CPUHP_AP_PERF_ARM_L2X0_ONLINE,
H A Dcache-b15-rac.c336 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ARM_CACHE_B15_RAC_DEAD,
342 ret = cpuhp_setup_state_nocalls(CPUHP_AP_ARM_CACHE_B15_RAC_DYING,
/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/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/arm/mach-mvebu/
H A Dcoherency.c147 cpuhp_setup_state_nocalls(CPUHP_AP_ARM_MVEBU_COHERENCY,
H A Dplatsmp.c124 cpuhp_setup_state_nocalls(CPUHP_AP_ARM_MVEBU_SYNC_CLOCKS,
/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/mach-shmobile/
H A Dplatsmp-scu.c42 cpuhp_setup_state_nocalls(CPUHP_ARM_SHMOBILE_SCU_PREPARE,
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c1001 cpuhp_setup_state_nocalls(CPUHP_AP_ARM_VFP_STARTING,
/linux-master/arch/arm64/kernel/
H A Darmv8_deprecated.c619 cpuhp_setup_state_nocalls(CPUHP_AP_ARM64_ISNDEP_STARTING,
H A Dfpsimd.c2138 cpuhp_setup_state_nocalls(CPUHP_ARM64_FPSIMD_DEAD, "arm64/fpsimd:dead",
/linux-master/arch/mips/cavium-octeon/
H A Dsmp.c405 return cpuhp_setup_state_nocalls(CPUHP_MIPS_SOC_PREPARE,
/linux-master/arch/mips/loongson64/
H A Dsmp.c846 return cpuhp_setup_state_nocalls(CPUHP_MIPS_SOC_PREPARE,
/linux-master/arch/powerpc/kernel/
H A Dwatchdog.c573 err = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/arch/powerpc/mm/nohash/
H A Dmmu_context.c406 cpuhp_setup_state_nocalls(CPUHP_POWERPC_MMU_CTX_PREPARE,
/linux-master/arch/powerpc/mm/
H A Dnuma.c1233 cpuhp_setup_state_nocalls(CPUHP_POWER_NUMA_PREPARE, "powerpc/numa:prepare",
/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/arch/riscv/kernel/
H A Dunaligned_access_speed.c250 cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "riscv:online",
/linux-master/arch/s390/mm/
H A Dpfault.c238 cpuhp_setup_state_nocalls(CPUHP_S390_PFAULT_DEAD, "s390/pfault:dead",
/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/arch/x86/kernel/cpu/
H A Dcacheinfo.c1218 cpuhp_setup_state_nocalls(CPUHP_AP_CACHECTRL_STARTING,
H A Dvmware.c352 if (cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,
/linux-master/arch/x86/kernel/
H A Dkvm.c849 if (cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN, "x86/kvm:online",
/linux-master/arch/x86/xen/
H A Denlighten.c84 rc = cpuhp_setup_state_nocalls(CPUHP_XEN_PREPARE,
88 rc = cpuhp_setup_state_nocalls(CPUHP_AP_ONLINE_DYN,

Completed in 521 milliseconds

123