Searched refs:phys_index (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dnode.h42 unsigned long phys_index);
71 unsigned long phys_index) unregister_mem_sect_under_nodes()
70 unregister_mem_sect_under_nodes(struct memory_block *mem_blk, unsigned long phys_index) unregister_mem_sect_under_nodes() argument
/linux-4.4.14/drivers/base/
H A Dmemory.c115 unsigned long phys_index; show_mem_start_phys_index() local
117 phys_index = mem->start_section_nr / sections_per_block; show_mem_start_phys_index()
118 return sprintf(buf, "%08lx\n", phys_index); show_mem_start_phys_index()
225 memory_block_action(unsigned long phys_index, unsigned long action, int online_type) memory_block_action() argument
232 start_pfn = section_nr_to_pfn(phys_index); memory_block_action()
247 "%ld\n", __func__, phys_index, action, action); memory_block_action()
424 static DEVICE_ATTR(phys_index, 0444, show_mem_start_phys_index, NULL);
558 * memory_block corresponding to a particular phys_index. If
H A Dnode.c426 unsigned long phys_index) unregister_mem_sect_under_nodes()
439 sect_start_pfn = section_nr_to_pfn(phys_index); unregister_mem_sect_under_nodes()
425 unregister_mem_sect_under_nodes(struct memory_block *mem_blk, unsigned long phys_index) unregister_mem_sect_under_nodes() argument
/linux-4.4.14/drivers/scsi/isci/
H A Dport.c993 u8 phys_index = iport->physical_port_index; sci_port_invalidate_dummy_remote_node() local
1010 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni; sci_port_invalidate_dummy_remote_node()
1461 u8 phys_index = iport->physical_port_index; sci_port_post_dummy_remote_node() local
1470 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni; sci_port_post_dummy_remote_node()
1481 phys_index << SCU_CONTEXT_COMMAND_LOGICAL_PORT_SHIFT | rni; sci_port_post_dummy_remote_node()

Completed in 129 milliseconds