HomeSort by: relevance | last modified time | path
    Searched refs:PHYSDEVOP_set_iopl (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
physdev.h 96 #define PHYSDEVOP_set_iopl 6
361 #define PHYSDEVOP_SET_IOPL PHYSDEVOP_set_iopl
  /src/sys/arch/x86/x86/
sys_machdep.c 377 HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl);
bus_space.c 142 if (HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl) != 0)
  /src/sys/arch/amd64/amd64/
machdep.c 430 HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl);
494 HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl);
  /src/sys/arch/i386/i386/
machdep.c 500 HYPERVISOR_physdev_op(PHYSDEVOP_set_iopl, &set_iopl);

Completed in 36 milliseconds