Home
last modified time | relevance | path

Searched refs:vatpic (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/vmm/io/
H A Dvatpic.c58 #define VATPIC_LOCKED(vatpic) mtx_owned(&((vatpic)->mtx)) argument
200 vatpic_notify_intr(struct vatpic *vatpic) in vatpic_notify_intr() argument
466 struct vatpic *vatpic; in vatpic_set_irqstate() local
519 struct vatpic *vatpic; in vatpic_set_irq_trigger() local
556 struct vatpic *vatpic; in vatpic_pending_intr() local
604 struct vatpic *vatpic; in vatpic_intr_accepted() local
718 struct vatpic *vatpic; in vatpic_master_handler() local
738 struct vatpic *vatpic; in vatpic_slave_handler() local
758 struct vatpic *vatpic; in vatpic_elc_handler() local
799 struct vatpic *vatpic; in vatpic_init() local
[all …]
H A Dvatpic.h41 struct vatpic *vatpic_init(struct vm *vm);
42 void vatpic_cleanup(struct vatpic *vatpic);
60 int vatpic_snapshot(struct vatpic *vatpic, struct vm_snapshot_meta *meta);
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c160 struct vatpic *vatpic; /* (i) virtual atpic */ member
448 vm->vatpic = vatpic_init(vm); in vm_init()
556 vatpic_cleanup(vm->vatpic); in vm_cleanup()
2595 struct vatpic *
2598 return (vm->vatpic); in vm_atpic()
/f-stack/freebsd/amd64/include/
H A Dvmm.h380 struct vatpic *vm_atpic(struct vm *vm);