Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/vmm/
HDvmm_ioport.c46 [TIMER_MODE] = vatpit_handler,
47 [TIMER_CNTR0] = vatpit_handler,
48 [TIMER_CNTR1] = vatpit_handler,
49 [TIMER_CNTR2] = vatpit_handler,
/NextBSD/sys/amd64/vmm/io/
HDvatpit.h40 int vatpit_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes,
HDvatpit.c319 vatpit_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes, in vatpit_handler() function