Home
last modified time | relevance | path

Searched refs:phys_index (Results 1 – 3 of 3) sorted by relevance

/drivers/base/
Dmemory.c115 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()
224 memory_block_action(unsigned long phys_index, unsigned long action, int online_type) in memory_block_action() argument
231 first_page = pfn_to_page(phys_index << PFN_SECTION_SHIFT); in memory_block_action()
246 "%ld\n", __func__, phys_index, action, action); in memory_block_action()
415 static DEVICE_ATTR(phys_index, 0444, show_mem_start_phys_index, NULL);
Dnode.c430 unsigned long phys_index) in unregister_mem_sect_under_nodes() argument
443 sect_start_pfn = section_nr_to_pfn(phys_index); in unregister_mem_sect_under_nodes()
/drivers/scsi/isci/
Dport.c993 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()