Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dmsu.c781 if (msc->mode == MSC_MODE_SINGLE) { in msc_configure()
832 if (msc->mode == MSC_MODE_SINGLE) { in msc_disable()
1031 if (msc->mode == MSC_MODE_SINGLE) { in msc_buffer_set_uc()
1051 if (msc->mode == MSC_MODE_SINGLE) { in msc_buffer_set_wb()
1285 if (msc->mode == MSC_MODE_SINGLE) in msc_buffer_free()
1316 if (msc->mode == MSC_MODE_SINGLE) { in msc_buffer_alloc()
1401 if (msc->mode == MSC_MODE_SINGLE) in msc_buffer_get_page()
1548 if (msc->mode == MSC_MODE_SINGLE) { in intel_th_msc_read()
1647 if (msc->mode != MSC_MODE_SINGLE && in intel_th_msc_mmap()
1813 [MSC_MODE_SINGLE] = "single",
[all …]
/openbmc/linux/include/linux/
H A Dintel_th.h15 MSC_MODE_SINGLE = 0, enumerator