Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pseries/
A Dhtmdump.c232 u64 to_copy; in htmstatus_read() local
263 to_copy = 32 + (be64_to_cpu(*num_entries) * htmstatus_flag); in htmstatus_read()
264 return simple_read_from_buffer(ubuf, count, ppos, htm_status_buf, to_copy); in htmstatus_read()
279 u64 to_copy; in htminfo_read() local
305 to_copy = 32 + (be64_to_cpu(*num_entries) * 16); in htminfo_read()
306 return simple_read_from_buffer(ubuf, count, ppos, htm_info_buf, to_copy); in htminfo_read()

Completed in 3 milliseconds