Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/numa/
Dnuma.c44 return mode->__pfn_to_nid ? mode->__pfn_to_nid(pfn) : 0; in numa_pfn_to_nid()
Dnuma_mode.h17 int (*__pfn_to_nid)(unsigned long pfn); /* PFN to node ID */ member
Dmode_emu.c547 .__pfn_to_nid = emu_pfn_to_nid,