Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dsetup_percpu.c128 pcpu_chosen_fc = PCPU_FC_PAGE; in setup_per_cpu_areas()
131 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux-6.15/arch/loongarch/kernel/
H A Dnuma.c78 pcpu_chosen_fc = PCPU_FC_PAGE; in setup_per_cpu_areas()
87 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux-6.15/include/linux/
H A Dpercpu.h100 PCPU_FC_PAGE, enumerator
/linux-6.15/drivers/base/
H A Darch_numa.c163 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux-6.15/arch/powerpc/kernel/
H A Dsetup_64.c862 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux-6.15/arch/sparc/kernel/
H A Dsmp_64.c1538 if (pcpu_chosen_fc != PCPU_FC_PAGE) { in setup_per_cpu_areas()
/linux-6.15/mm/
H A Dpercpu.c2723 [PCPU_FC_PAGE] = "page",
2741 pcpu_chosen_fc = PCPU_FC_PAGE; in percpu_alloc_setup()