Searched refs:hpte_region (Results 1 – 2 of 2) sorted by relevance
102 fdm.hpte_region.request_flag = cpu_to_be32(RTAS_FADUMP_REQUEST_FLAG); in rtas_fadump_init_mem_struct()103 fdm.hpte_region.source_data_type = in rtas_fadump_init_mem_struct()105 fdm.hpte_region.source_address = 0; in rtas_fadump_init_mem_struct()106 fdm.hpte_region.source_len = in rtas_fadump_init_mem_struct()108 fdm.hpte_region.destination_address = cpu_to_be64(addr); in rtas_fadump_init_mem_struct()452 be64_to_cpu(fdm_ptr->hpte_region.destination_address), in rtas_fadump_region_show()453 be64_to_cpu(fdm_ptr->hpte_region.destination_address) + in rtas_fadump_region_show()454 be64_to_cpu(fdm_ptr->hpte_region.source_len) - 1, in rtas_fadump_region_show()455 be64_to_cpu(fdm_ptr->hpte_region.source_len), in rtas_fadump_region_show()456 be64_to_cpu(fdm_ptr->hpte_region.bytes_dumped)); in rtas_fadump_region_show()
71 struct rtas_fadump_section hpte_region; member