Searched refs:hpte_region (Results 1 – 2 of 2) sorted by relevance
103 fdm.hpte_region.request_flag = cpu_to_be32(RTAS_FADUMP_REQUEST_FLAG); in rtas_fadump_init_mem_struct()104 fdm.hpte_region.source_data_type = in rtas_fadump_init_mem_struct()106 fdm.hpte_region.source_address = 0; in rtas_fadump_init_mem_struct()107 fdm.hpte_region.source_len = in rtas_fadump_init_mem_struct()109 fdm.hpte_region.destination_address = cpu_to_be64(addr); in rtas_fadump_init_mem_struct()459 be64_to_cpu(fdm_ptr->hpte_region.destination_address), in rtas_fadump_region_show()460 be64_to_cpu(fdm_ptr->hpte_region.destination_address) + in rtas_fadump_region_show()461 be64_to_cpu(fdm_ptr->hpte_region.source_len) - 1, in rtas_fadump_region_show()462 be64_to_cpu(fdm_ptr->hpte_region.source_len), in rtas_fadump_region_show()463 be64_to_cpu(fdm_ptr->hpte_region.bytes_dumped)); in rtas_fadump_region_show()
71 struct rtas_fadump_section hpte_region; member