Searched refs:htm_mem_buf (Results 1 – 1 of 1) sorted by relevance
19 static void *htm_mem_buf; variable548 htm_mem_buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in htmdump_init_debugfs()549 if (!htm_mem_buf) { in htmdump_init_debugfs()557 debugfs_create_file("htmsystem_mem", 0400, htmdump_debugfs_dir, htm_mem_buf, &htmsystem_mem_fops); in htmdump_init_debugfs()583 kfree(htm_mem_buf); in htmdump_exit()