Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pseries/
A Dhtmdump.c16 static void *htm_status_buf; variable
229 void *htm_status_buf = filp->private_data; in htmstatus_read() local
241 htmtype, H_HTM_OP_STATUS, virt_to_phys(htm_status_buf), in htmstatus_read()
258 num_entries = htm_status_buf + 0x10; in htmstatus_read()
264 return simple_read_from_buffer(ubuf, count, ppos, htm_status_buf, to_copy); in htmstatus_read()
440 htm_status_buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in htmdump_init_debugfs()
441 if (!htm_status_buf) { in htmdump_init_debugfs()
460 debugfs_create_file("htmstatus", 0400, htmdump_debugfs_dir, htm_status_buf, &htmstatus_fops); in htmdump_init_debugfs()

Completed in 4 milliseconds