Lines Matching refs:notify
139 u16 notify; member
161 struct virtio_pci_notify_cap notify; member
2111 case offsetof(struct virtio_pci_mmio, notify): in emulate_mmio_write()
2236 case offsetof(struct virtio_pci_mmio, notify): in emulate_mmio_read()
2550 offsetof(struct pci_config, notify)); in init_pci_config()
2558 bar_len = sizeof(((struct virtio_pci_mmio *)0)->notify); in init_pci_config()
2577 init_cap(&pci->notify.cap, sizeof(pci->notify), in init_pci_config()
3159 struct lguest_pending notify; in run_guest() local
3163 readval = pread(lguest_fd, ¬ify, sizeof(notify), cpu_id); in run_guest()
3164 if (readval == sizeof(notify)) { in run_guest()
3165 if (notify.trap == 13) { in run_guest()
3168 emulate_insn(notify.insn); in run_guest()
3169 } else if (notify.trap == 14) { in run_guest()
3172 emulate_mmio(notify.addr, notify.insn); in run_guest()
3175 notify.trap, notify.addr); in run_guest()