Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/intel_th/
H A Dmsu.c793 if (msc->mode == MSC_MODE_SINGLE) { in msc_configure()
844 if (msc->mode == MSC_MODE_SINGLE) { in msc_disable()
1042 if (msc->mode == MSC_MODE_SINGLE) { in msc_buffer_set_uc()
1062 if (msc->mode == MSC_MODE_SINGLE) { in msc_buffer_set_wb()
1293 if (msc->mode == MSC_MODE_SINGLE) in msc_buffer_free()
1325 if (msc->mode == MSC_MODE_SINGLE) { in msc_buffer_alloc()
1413 if (msc->mode == MSC_MODE_SINGLE) in msc_buffer_get_page()
1562 if (msc->mode == MSC_MODE_SINGLE) { in intel_th_msc_read()
1647 if (msc->mode != MSC_MODE_SINGLE && in intel_th_msc_mmap()
1812 [MSC_MODE_SINGLE] = "single",
[all …]
/linux-6.15/include/linux/
H A Dintel_th.h15 MSC_MODE_SINGLE = 0, enumerator