Searched refs:page_is_ram (Results 1 - 17 of 17) sorted by relevance

/linux-master/lib/
H A Ddevmem_is_allowed.c25 if (!page_is_ram(pfn))
/linux-master/arch/powerpc/mm/
H A Dioremap_32.c47 page_is_ram(__phys_to_pfn(p))) {
H A Dmem.c44 if (!page_is_ram(pfn))
398 if (!page_is_ram(pfn))
/linux-master/arch/microblaze/include/asm/
H A Dpage.h97 extern int page_is_ram(unsigned long pfn);
/linux-master/drivers/of/
H A Dkexec.c153 if (!page_is_ram(start_pfn) || !page_is_ram(end_pfn)) {
/linux-master/arch/microblaze/mm/
H A Dinit.c138 int page_is_ram(unsigned long pfn) function
/linux-master/arch/loongarch/mm/
H A Dinit.c55 int __ref page_is_ram(unsigned long pfn) function
/linux-master/arch/mips/sgi-ip22/
H A Dip28-berr.c318 if (page_is_ram(PFN_DOWN(pte))) {
/linux-master/arch/powerpc/kvm/
H A De500_mmu_host.c700 if (unlikely(!page_is_ram(pfn))) {
/linux-master/kernel/
H A Dresource.c538 * This generic page_is_ram() returns true if specified address is
541 int __weak page_is_ram(unsigned long pfn) function
545 EXPORT_SYMBOL_GPL(page_is_ram); variable
/linux-master/arch/alpha/kernel/
H A Dsetup.c388 int page_is_ram(unsigned long pfn) function
/linux-master/drivers/acpi/
H A Dosl.c283 #define should_use_kmap(pfn) page_is_ram(pfn)
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c850 if (!page_is_ram(base >> PAGE_SHIFT))
/linux-master/arch/powerpc/kernel/
H A Dpci-common.c533 if (page_is_ram(pfn))
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.c1100 if (page_is_ram(PHYS_PFN(pmc->base_addr)))
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v9_0.c1294 if (!page_is_ram(addr >> PAGE_SHIFT)) {
/linux-master/include/linux/
H A Dmm.h1161 extern int page_is_ram(unsigned long pfn);

Completed in 236 milliseconds