Searched refs:vatpit_handler (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/amd64/vmm/ |
H A D | vmm_ioport.c | 46 [TIMER_MODE] = vatpit_handler, 47 [TIMER_CNTR0] = vatpit_handler, 48 [TIMER_CNTR1] = vatpit_handler, 49 [TIMER_CNTR2] = vatpit_handler,
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vatpit.h | 42 int vatpit_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *eax);
|
H A D | vatpit.c | 338 vatpit_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *eax) in vatpit_handler() function
|