Home
last modified time | relevance | path

Searched refs:nosave_end_pfn (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dsuspend.c21 unsigned long nosave_end_pfn = PAGE_ALIGN(__pa(&__nosave_end)) >> PAGE_SHIFT; in pfn_is_nosave() local
22 return (pfn >= nosave_begin_pfn) && (pfn < nosave_end_pfn); in pfn_is_nosave()
/linux/arch/xtensa/kernel/
H A Dhibernate.c10 unsigned long nosave_end_pfn = PFN_UP(__pa(&__nosave_end)); in pfn_is_nosave() local
12 return (pfn >= nosave_begin_pfn) && (pfn < nosave_end_pfn); in pfn_is_nosave()
/linux/arch/sparc/power/
H A Dhibernate.c26 unsigned long nosave_end_pfn = PFN_DOWN((unsigned long)&__nosave_end); in pfn_is_nosave() local
28 return (pfn >= nosave_begin_pfn) && (pfn < nosave_end_pfn); in pfn_is_nosave()
/linux/arch/mips/power/
H A Dcpu.c40 unsigned long nosave_end_pfn = PFN_UP(__pa(&__nosave_end)); in pfn_is_nosave() local
42 return (pfn >= nosave_begin_pfn) && (pfn < nosave_end_pfn); in pfn_is_nosave()
/linux/arch/x86/power/
H A Dhibernate.c50 unsigned long nosave_end_pfn; in pfn_is_nosave() local
53 nosave_end_pfn = PAGE_ALIGN(__pa_symbol(&__nosave_end)) >> PAGE_SHIFT; in pfn_is_nosave()
55 return pfn >= nosave_begin_pfn && pfn < nosave_end_pfn; in pfn_is_nosave()
/linux/arch/loongarch/power/
H A Dhibernate.c45 unsigned long nosave_end_pfn = PFN_UP(__pa(&__nosave_end)); in pfn_is_nosave() local
47 return (pfn >= nosave_begin_pfn) && (pfn < nosave_end_pfn); in pfn_is_nosave()
/linux/arch/arm64/kernel/
H A Dhibernate.c94 unsigned long nosave_end_pfn = sym_to_pfn(&__nosave_end - 1); in pfn_is_nosave() local
96 return ((pfn >= nosave_begin_pfn) && (pfn <= nosave_end_pfn)) || in pfn_is_nosave()
/linux/arch/riscv/kernel/
H A Dhibernate.c76 unsigned long nosave_end_pfn = sym_to_pfn(&__nosave_end - 1); in pfn_is_nosave() local
78 return ((pfn >= nosave_begin_pfn) && (pfn <= nosave_end_pfn)); in pfn_is_nosave()