Home
last modified time | relevance | path

Searched refs:IOP_GEN_COOKIE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_ioport.h80 #define IOP_GEN_COOKIE(func, arg, port) \ macro
H A Dvmm.c3859 *cookie = (void *)IOP_GEN_COOKIE(func, arg, port); in vm_ioport_attach()
3893 *cookie = (void *)IOP_GEN_COOKIE(func, arg, port); in vm_ioport_hook()
3909 VERIFY(IOP_GEN_COOKIE(old_func, old_arg, port) == (uintptr_t)*cookie); in vm_ioport_unhook()