Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dhtmdump.c350 void *htm_info_data = filp->private_data; in htminfo_read() local
367 info_offset = *(u64 *)(htm_info_data + 0x8); in htminfo_read()
372 htmtype, H_HTM_OP_DUMP_SYSPROC_CONF, virt_to_phys(htm_info_data), in htminfo_read()
389 num_entries = htm_info_data + 0x10; in htminfo_read()
393 return simple_read_from_buffer(ubuf, count, &offset, htm_info_data, to_copy); in htminfo_read()