Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_ioport.c48 [TIMER_MODE] = vatpit_handler,
49 [TIMER_CNTR0] = vatpit_handler,
50 [TIMER_CNTR1] = vatpit_handler,
51 [TIMER_CNTR2] = vatpit_handler,
/f-stack/freebsd/amd64/vmm/io/
H A Dvatpit.h44 int vatpit_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes,
H A Dvatpit.c339 vatpit_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes, in vatpit_handler() function