Searched refs:htmtype (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | htmdump.c | 23 static u32 htmtype; variable 104 htmtype, H_HTM_OP_DUMP_DATA, virt_to_phys(htm_buf_data), in htmdump_read() 152 htmtype, H_HTM_OP_DUMP_SYSMEM_CONF, virt_to_phys(htm_mem_data), in htmsystem_mem_read() 210 htmtype, H_HTM_OP_CONFIGURE, param1, param2, 0); in htmconfigure_set() 218 htmtype, H_HTM_OP_DECONFIGURE, 0, 0, 0); in htmconfigure_set() 256 htmtype, H_HTM_OP_START, 0, 0, 0); in htmstart_set() 265 htmtype, H_HTM_OP_STOP, 0, 0, 0); in htmstart_set() 313 htmtype, H_HTM_OP_STATUS, virt_to_phys(htm_status_data), in htmstatus_read() 331 if (htmtype == 0x2) in htmstatus_read() 372 htmtype, H_HTM_OP_DUMP_SYSPROC_CONF, virt_to_phys(htm_info_data), in htminfo_read() [all …]
|