Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kvm/intc/
H A Dpch_pic.c138 case PCH_PIC_MASK_START ... PCH_PIC_MASK_END: in loongarch_pch_pic_read()
139 offset -= PCH_PIC_MASK_START; in loongarch_pch_pic_read()
218 case PCH_PIC_MASK_START ... PCH_PIC_MASK_END: in loongarch_pch_pic_write()
219 offset -= PCH_PIC_MASK_START; in loongarch_pch_pic_write()
352 case PCH_PIC_MASK_START: in kvm_pch_pic_regs_access()
/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_pch_pic.h15 #define PCH_PIC_MASK_START 0x20 macro