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

  /src/sys/arch/amd64/include/xen/
hypercalls.h 167 HYPERVISOR_fpu_taskswitch(
  /src/sys/arch/x86/x86/
fpu.c 130 #define clts() HYPERVISOR_fpu_taskswitch(0)
131 #define stts() HYPERVISOR_fpu_taskswitch(1)
  /src/sys/arch/i386/include/xen/
hypercalls.h 222 HYPERVISOR_fpu_taskswitch(int set)
  /src/sys/arch/i386/i386/
machdep.c 475 HYPERVISOR_fpu_taskswitch(1);
  /src/sys/arch/amd64/amd64/
machdep.c 490 HYPERVISOR_fpu_taskswitch(1);

Completed in 15 milliseconds