Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/cxl/
Dnative.c738 u64 pidtid; in cxl_get_irq() local
749 pidtid = cxl_p2n_read(afu, CXL_PSL_PID_TID_An); in cxl_get_irq()
750 info->pid = pidtid >> 32; in cxl_get_irq()
751 info->tid = pidtid & 0xffffffff; in cxl_get_irq()