Searched refs:htm_buf (Results 1 – 1 of 1) sorted by relevance
| /arch/powerpc/platforms/pseries/ |
| A D | htmdump.c | 15 static void *htm_buf; variable 89 void *htm_buf = filp->private_data; in htmdump_read() local 103 htmtype, H_HTM_OP_DUMP_DATA, virt_to_phys(htm_buf), in htmdump_read() 115 return simple_read_from_buffer(ubuf, count, &offset, htm_buf, available); in htmdump_read() 412 htm_buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in htmdump_init_debugfs() 413 if (!htm_buf) { in htmdump_init_debugfs() 429 debugfs_create_file("trace", 0400, htmdump_debugfs_dir, htm_buf, &htmdump_fops); in htmdump_init_debugfs() 484 kfree(htm_buf); in htmdump_exit()
|
Completed in 5 milliseconds