Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/cxl/
Dnative.c662 u64 pidtid; in cxl_get_irq() local
667 pidtid = cxl_p2n_read(afu, CXL_PSL_PID_TID_An); in cxl_get_irq()
668 info->pid = pidtid >> 32; in cxl_get_irq()
669 info->tid = pidtid & 0xffffffff; in cxl_get_irq()