Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dvatpic.c56 #define VATPIC_LOCKED(vatpic) mtx_owned(&((vatpic)->mtx)) argument
198 vatpic_notify_intr(struct vatpic *vatpic) in vatpic_notify_intr() argument
464 struct vatpic *vatpic; in vatpic_set_irqstate() local
517 struct vatpic *vatpic; in vatpic_set_irq_trigger() local
554 struct vatpic *vatpic; in vatpic_pending_intr() local
602 struct vatpic *vatpic; in vatpic_intr_accepted() local
716 struct vatpic *vatpic; in vatpic_master_handler() local
736 struct vatpic *vatpic; in vatpic_slave_handler() local
756 struct vatpic *vatpic; in vatpic_elc_handler() local
797 struct vatpic *vatpic; in vatpic_init() local
[all …]
H A Dvatpic.h39 struct vatpic *vatpic_init(struct vm *vm);
40 void vatpic_cleanup(struct vatpic *vatpic);
58 int vatpic_snapshot(struct vatpic *vatpic, struct vm_snapshot_meta *meta);
/freebsd/sys/modules/vmm/
H A DMakefile82 vatpic.c \
/freebsd/sys/amd64/vmm/
H A Dvmm.c166 struct vatpic *vatpic; /* (i) virtual atpic */ member
501 vm->vatpic = vatpic_init(vm); in vm_init()
668 vatpic_cleanup(vm->vatpic); in vm_cleanup()
2719 struct vatpic *
2722 return (vm->vatpic); in vm_atpic()
/freebsd/sys/amd64/include/
H A Dvmm.h401 struct vatpic *vm_atpic(struct vm *vm);