Searched refs:phys_index (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/base/ |
D | memory.c | 128 unsigned long phys_index; in show_mem_start_phys_index() local 130 phys_index = mem->start_section_nr / sections_per_block; in show_mem_start_phys_index() 131 return sprintf(buf, "%08lx\n", phys_index); in show_mem_start_phys_index() 139 unsigned long phys_index; in show_mem_end_phys_index() local 141 phys_index = mem->end_section_nr / sections_per_block; in show_mem_end_phys_index() 142 return sprintf(buf, "%08lx\n", phys_index); in show_mem_end_phys_index() 251 memory_block_action(unsigned long phys_index, unsigned long action) in memory_block_action() argument 258 first_page = pfn_to_page(phys_index << PFN_SECTION_SHIFT); in memory_block_action() 276 "%ld\n", __func__, phys_index, action, action); in memory_block_action() 357 static DEVICE_ATTR(phys_index, 0444, show_mem_start_phys_index, NULL); [all …]
|
D | node.c | 409 unsigned long phys_index) in unregister_mem_sect_under_nodes() argument 422 sect_start_pfn = section_nr_to_pfn(phys_index); in unregister_mem_sect_under_nodes()
|
/linux-3.4.99/include/linux/ |
D | node.h | 43 unsigned long phys_index); 72 unsigned long phys_index) in unregister_mem_sect_under_nodes() argument
|
/linux-3.4.99/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-3.4.99/drivers/scsi/isci/ |
D | port.c | 995 u8 phys_index = iport->physical_port_index; in sci_port_invalidate_dummy_remote_node() local 1012 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-3.4.99/Documentation/ |
D | memory-hotplug.txt | 136 section contained in the memory block. The files 'phys_index' and 158 'phys_index' : read-only and contains section id of the first section
|