Home
last modified time | relevance | path

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

/linux/arch/loongarch/kvm/intc/
H A Dpch_pic.c123 case PCH_PIC_HTMSI_VEC_START ... PCH_PIC_HTMSI_VEC_END: in loongarch_pch_pic_read()
125 ptemp = s->htmsi_vector + (offset - PCH_PIC_HTMSI_VEC_START); in loongarch_pch_pic_read()
231 case PCH_PIC_HTMSI_VEC_START ... PCH_PIC_HTMSI_VEC_END: in loongarch_pch_pic_write()
232 ptemp = s->htmsi_vector + (offset - PCH_PIC_HTMSI_VEC_START); in loongarch_pch_pic_write()
333 case PCH_PIC_HTMSI_VEC_START ... PCH_PIC_HTMSI_VEC_END: in kvm_pch_pic_regs_access()
334 offset = addr - PCH_PIC_HTMSI_VEC_START; in kvm_pch_pic_regs_access()
/linux/arch/loongarch/include/asm/
H A Dkvm_pch_pic.h29 #define PCH_PIC_HTMSI_VEC_START 0x200 macro