Home
last modified time | relevance | path

Searched refs:PCPU_FC_PAGE (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kernel/
H A Dsetup_percpu.c133 pcpu_chosen_fc = PCPU_FC_PAGE; in setup_per_cpu_areas()
136 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux/arch/loongarch/kernel/
H A Dnuma.c81 pcpu_chosen_fc = PCPU_FC_PAGE; in setup_per_cpu_areas()
90 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux/include/linux/
H A Dpercpu.h101 PCPU_FC_PAGE, enumerator
/linux/drivers/base/
H A Darch_numa.c163 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux/arch/powerpc/kernel/
H A Dsetup_64.c866 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux/arch/sparc/kernel/
H A Dsmp_64.c1540 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux/mm/
H A Dpercpu.c2775 [PCPU_FC_PAGE] = "page",
2793 pcpu_chosen_fc = PCPU_FC_PAGE; in percpu_alloc_setup()