Home
last modified time | relevance | path

Searched refs:phys_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dmemory.h32 int phys_device; /* to which fru does this belong? */ member
/linux-4.19.296/drivers/base/
Dmemory.c387 return sprintf(buf, "%d\n", mem->phys_device); in show_phys_device()
449 static DEVICE_ATTR(phys_device, 0444, show_phys_device, NULL);
695 mem->phys_device = arch_get_memory_phys_device(start_pfn); in init_memory_block()