Searched refs:ptemp (Results 1 – 2 of 2) sorted by relevance
79 void *ptemp; in loongarch_pch_pic_read() local106 ptemp = s->route_entry + (offset - PCH_PIC_ROUTE_ENTRY_START); in loongarch_pch_pic_read()107 data = *(u64 *)ptemp; in loongarch_pch_pic_read()111 ptemp = s->htmsi_vector + (offset - PCH_PIC_HTMSI_VEC_START); in loongarch_pch_pic_read()112 data = *(u64 *)ptemp; in loongarch_pch_pic_read()164 void *ptemp; in loongarch_pch_pic_write() local218 ptemp = s->htmsi_vector + (offset - PCH_PIC_HTMSI_VEC_START); in loongarch_pch_pic_write()219 *(u64 *)ptemp = (*(u64 *)ptemp & ~mask) | data; in loongarch_pch_pic_write()
803 struct list_head *plist, *phead, *ptemp; in free_scanqueue() local812 ptemp = get_next(plist); in free_scanqueue()815 plist = ptemp; in free_scanqueue()