Home
last modified time | relevance | path

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

/linux/arch/loongarch/kvm/intc/
H A Dpch_pic.c79 void *ptemp; in loongarch_pch_pic_read() local
106 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() local
218 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()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c803 struct list_head *plist, *phead, *ptemp; in free_scanqueue() local
812 ptemp = get_next(plist); in free_scanqueue()
815 plist = ptemp; in free_scanqueue()