Home
last modified time | relevance | path

Searched refs:vatpit_handler (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/amd64/vmm/
H A Dvmm_ioport.c46 [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 Dvatpit.h42 int vatpit_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *eax);
H A Dvatpit.c338 vatpit_handler(struct vm *vm, bool in, int port, int bytes, uint32_t *eax) in vatpit_handler() function