Searched refs:phys_index (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | node.h | 42 unsigned long phys_index); 71 unsigned long phys_index) in unregister_mem_sect_under_nodes() argument
|
/linux-4.1.27/drivers/base/ |
D | memory.c | 115 unsigned long phys_index; in show_mem_start_phys_index() local 117 phys_index = mem->start_section_nr / sections_per_block; in show_mem_start_phys_index() 118 return sprintf(buf, "%08lx\n", phys_index); in show_mem_start_phys_index() 225 memory_block_action(unsigned long phys_index, unsigned long action, int online_type) in memory_block_action() argument 232 start_pfn = section_nr_to_pfn(phys_index); in memory_block_action() 247 "%ld\n", __func__, phys_index, action, action); in memory_block_action() 420 static DEVICE_ATTR(phys_index, 0444, show_mem_start_phys_index, NULL);
|
D | node.c | 422 unsigned long phys_index) in unregister_mem_sect_under_nodes() argument 435 sect_start_pfn = section_nr_to_pfn(phys_index); in unregister_mem_sect_under_nodes()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-memory | 32 What: /sys/devices/system/memory/memoryX/phys_index 36 The file /sys/devices/system/memory/memoryX/phys_index
|
/linux-4.1.27/drivers/scsi/isci/ |
D | port.c | 993 u8 phys_index = iport->physical_port_index; in sci_port_invalidate_dummy_remote_node() local 1010 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni; in sci_port_invalidate_dummy_remote_node() 1461 u8 phys_index = iport->physical_port_index; in sci_port_post_dummy_remote_node() local 1470 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni; in sci_port_post_dummy_remote_node() 1481 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni; in sci_port_post_dummy_remote_node()
|
/linux-4.1.27/Documentation/ |
D | memory-hotplug.txt | 154 /sys/devices/system/memory/memoryXXX/phys_index 160 'phys_index' : read-only and contains memory block id, same as XXX.
|