Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/
Dmemory.c378 return sprintf(buf, "%d\n", mem->phys_device); in show_phys_device()
422 static DEVICE_ATTR(phys_device, 0444, show_phys_device, NULL);
619 mem->phys_device = arch_get_memory_phys_device(start_pfn); in init_memory_block()
692 struct mem_section *section, int phys_device) in remove_memory_block() argument
/linux-4.1.27/include/linux/
Dmemory.h31 int phys_device; /* to which fru does this belong? */ member
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-memory24 What: /sys/devices/system/memory/memoryX/phys_device
28 The file /sys/devices/system/memory/memoryX/phys_device
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dcontrolvmchannel.h308 u32 phys_device:1; /* =1 if message is for member
/linux-4.1.27/Documentation/
Dmemory-hotplug.txt155 /sys/devices/system/memory/memoryXXX/phys_device
166 'phys_device' : read-only: designed to show the name of physical memory
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset_main.c715 outmsg.cmd.device_change_state.flags.phys_device = 1; in controlvm_respond_physdev_changestate()
1708 if (cmd->device_change_state.flags.phys_device) { in handle_command()