Searched refs:htm_info_buf (Results 1 – 1 of 1) sorted by relevance
| /arch/powerpc/platforms/pseries/ |
| A D | htmdump.c | 17 static void *htm_info_buf; variable 276 void *htm_info_buf = filp->private_data; in htminfo_read() local 287 htmtype, H_HTM_OP_DUMP_SYSPROC_CONF, virt_to_phys(htm_info_buf), in htminfo_read() 304 num_entries = htm_info_buf + 0x10; in htminfo_read() 306 return simple_read_from_buffer(ubuf, count, ppos, htm_info_buf, to_copy); in htminfo_read() 447 htm_info_buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in htmdump_init_debugfs() 448 if (!htm_info_buf) { in htmdump_init_debugfs() 461 debugfs_create_file("htminfo", 0400, htmdump_debugfs_dir, htm_info_buf, &htminfo_fops); in htmdump_init_debugfs()
|
Completed in 3 milliseconds