Lines Matching refs:notify
135 u16 notify; member
157 struct virtio_pci_notify_cap notify; member
2107 case offsetof(struct virtio_pci_mmio, notify): in emulate_mmio_write()
2232 case offsetof(struct virtio_pci_mmio, notify): in emulate_mmio_read()
2546 offsetof(struct pci_config, notify)); in init_pci_config()
2554 bar_len = sizeof(((struct virtio_pci_mmio *)0)->notify); in init_pci_config()
2573 init_cap(&pci->notify.cap, sizeof(pci->notify), in init_pci_config()
3155 struct lguest_pending notify; in run_guest() local
3159 readval = pread(lguest_fd, ¬ify, sizeof(notify), cpu_id); in run_guest()
3160 if (readval == sizeof(notify)) { in run_guest()
3161 if (notify.trap == 13) { in run_guest()
3164 emulate_insn(notify.insn); in run_guest()
3165 } else if (notify.trap == 14) { in run_guest()
3168 emulate_mmio(notify.addr, notify.insn); in run_guest()
3171 notify.trap, notify.addr); in run_guest()