Home
last modified time | relevance | path

Searched refs:register_mem_pfn_is_ram (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dkcore.h39 extern int __init register_mem_pfn_is_ram(int (*fn)(unsigned long pfn));
/openbmc/linux/arch/x86/kernel/
H A Daperture_64.c95 WARN_ON(register_mem_pfn_is_ram(&gart_mem_pfn_is_ram)); in exclude_from_core()
/openbmc/linux/fs/proc/
H A Dkcore.c63 int __init register_mem_pfn_is_ram(int (*fn)(unsigned long pfn)) in register_mem_pfn_is_ram() function