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.c54 #define VATPIC_LOCK(vatpic) mtx_lock_spin(&((vatpic)->mtx)) argument
55 #define VATPIC_UNLOCK(vatpic) mtx_unlock_spin(&((vatpic)->mtx)) argument
56 #define VATPIC_LOCKED(vatpic) mtx_owned(&((vatpic)->mtx)) argument
86 struct vatpic { struct
93 #define VATPIC_CTR0(vatpic, fmt) \ argument
94 VM_CTR0((vatpic)->vm, fmt)
96 #define VATPIC_CTR1(vatpic, fmt, a1) \ argument
97 VM_CTR1((vatpic)->vm, fmt, a1)
99 #define VATPIC_CTR2(vatpic, fmt, a1, a2) \ argument
100 VM_CTR2((vatpic)->vm, fmt, a1, a2)
[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/amd64/vmm/
H A Dvmm.c150 struct vatpic *vatpic; /* (i) virtual atpic */ member
506 vm->vatpic = vatpic_init(vm); in vm_init()
673 vatpic_cleanup(vm->vatpic); in vm_cleanup()
2370 struct vatpic *
2373 return (vm->vatpic); in vm_atpic()
/freebsd/sys/modules/vmm/
H A DMakefile93 vatpic.c \
/freebsd/sys/amd64/include/
H A Dvmm.h379 struct vatpic *vm_atpic(struct vm *vm);