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

/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvatpic.c47 #include "vatpic.h"
51 #define VATPIC_LOCK(vatpic) mtx_lock_spin(&((vatpic)->mtx))
52 #define VATPIC_UNLOCK(vatpic) mtx_unlock_spin(&((vatpic)->mtx))
53 #define VATPIC_LOCKED(vatpic) mtx_owned(&((vatpic)->mtx))
83 struct vatpic { struct
90 #define VATPIC_CTR0(vatpic, fmt) \
91 VM_CTR0((vatpic)
116 master_atpic(struct vatpic *vatpic, struct atpic *atpic) argument
195 vatpic_notify_intr(struct vatpic *vatpic) argument
270 vatpic_icw1(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) argument
300 vatpic_icw2(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) argument
312 vatpic_icw3(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) argument
322 vatpic_icw4(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) argument
350 vatpic_ocw1(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) argument
360 vatpic_ocw2(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) argument
392 vatpic_ocw3(struct vatpic *vatpic, struct atpic *atpic, uint8_t val) argument
415 vatpic_set_pinstate(struct vatpic *vatpic, int pin, bool newstate) argument
461 struct vatpic *vatpic; local
514 struct vatpic *vatpic; local
551 struct vatpic *vatpic; local
599 struct vatpic *vatpic; local
625 vatpic_read(struct vatpic *vatpic, struct atpic *atpic, bool in, int port, int bytes, uint32_t *eax) argument
663 vatpic_write(struct vatpic *vatpic, struct atpic *atpic, bool in, int port, int bytes, uint32_t *eax) argument
713 struct vatpic *vatpic; local
733 struct vatpic *vatpic; local
753 struct vatpic *vatpic; local
794 struct vatpic *vatpic; local
805 vatpic_cleanup(struct vatpic *vatpic) argument
[all...]
H A Dvatpic.h39 struct vatpic *vatpic_init(struct vm *vm);
40 void vatpic_cleanup(struct vatpic *vatpic);
/freebsd-10-stable/sys/modules/vmm/
H A DMakefile33 vatpic.c \
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm.c72 #include "vatpic.h"
150 struct vatpic *vatpic; /* (i) virtual atpic */ member in struct:vm
411 vm->vatpic = vatpic_init(vm);
475 vatpic_cleanup(vm->vatpic);
2430 struct vatpic *
2433 return (vm->vatpic);
/freebsd-10-stable/sys/amd64/include/
H A Dvmm.h320 struct vatpic *vm_atpic(struct vm *vm);

Completed in 64 milliseconds