Lines Matching full:pch
50 /* called when a irq is triggered in pch pic */
81 * pch pic register is 64-bit, but it is accessed by 32-bit,
94 * pch pic register is 64-bit, but it is accessed by 32-bit,
194 kvm_err("%s: pch pic irqchip not valid!\n", __func__); in kvm_pch_pic_read()
198 /* statistics of pch pic reading */ in kvm_pch_pic_read()
301 kvm_err("%s: pch pic irqchip not valid!\n", __func__); in kvm_pch_pic_write()
305 /* statistics of pch pic writing */ in kvm_pch_pic_write()
326 /* init device by pch pic writing and reading ops */ in kvm_pch_pic_init()
329 /* register pch pic device */ in kvm_pch_pic_init()
336 /* used by user space to get or set pch pic registers */
350 /* get pointer to pch pic register by addr */ in kvm_pch_pic_regs_access()
474 /* pch pic should not has been created */ in kvm_pch_pic_create()
503 /* unregister pch pic device and free it's memory */ in kvm_pch_pic_destroy()
509 .name = "kvm-loongarch-pch-pic",