__set_phys_to_machine
EXPORT_SYMBOL_GPL(__set_phys_to_machine);
extern bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
__set_phys_to_machine(virt_to_pfn((void *)vaddr), INVALID_P2M_ENTRY);
if (unlikely(!__set_phys_to_machine(pfn, mfn))) {
return __set_phys_to_machine(pfn, mfn);
if (!__set_phys_to_machine(pfn, INVALID_P2M_ENTRY))
bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
__set_phys_to_machine(pfn, INVALID_P2M_ENTRY);
bool __set_phys_to_machine(unsigned long pfn, unsigned long mfn);
return __set_phys_to_machine(pfn, mfn);