Searched refs:htm_caps_buf (Results 1 – 1 of 1) sorted by relevance
| /arch/powerpc/platforms/pseries/ |
| A D | htmdump.c | 18 static void *htm_caps_buf; variable 312 void *htm_caps_buf = filp->private_data; in htmcaps_read() local 322 htmtype, H_HTM_OP_CAPABILITIES, virt_to_phys(htm_caps_buf), in htmcaps_read() 331 return simple_read_from_buffer(ubuf, count, ppos, htm_caps_buf, 0x80); in htmcaps_read() 454 htm_caps_buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in htmdump_init_debugfs() 455 if (!htm_caps_buf) { in htmdump_init_debugfs() 462 debugfs_create_file("htmcaps", 0400, htmdump_debugfs_dir, htm_caps_buf, &htmcaps_fops); in htmdump_init_debugfs()
|
Completed in 4 milliseconds