Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/intel_th/
Dmsu.c500 if (msc->mode == MSC_MODE_SINGLE) { in msc_configure()
550 if (msc->mode == MSC_MODE_SINGLE) { in msc_disable()
877 if (msc->mode == MSC_MODE_SINGLE) in msc_buffer_free()
908 if (msc->mode == MSC_MODE_SINGLE) { in msc_buffer_alloc()
989 if (msc->mode == MSC_MODE_SINGLE) in msc_buffer_get_page()
1111 if (msc->mode == MSC_MODE_SINGLE && !msc->single_wrap) in intel_th_msc_read()
1125 if (msc->mode == MSC_MODE_SINGLE) { in intel_th_msc_read()
1224 if (msc->mode != MSC_MODE_SINGLE && in intel_th_msc_mmap()
1270 [MSC_MODE_SINGLE] = "single",
1354 if (msc->mode == MSC_MODE_SINGLE) in nr_pages_show()
[all …]
Dmsu.h41 MSC_MODE_SINGLE = 0, enumerator