HomeSort by relevance Sort by last modified time
    Searched refs:CR0_TS (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/lib/sys/i386/
x86_init_fpu.c 25 #define CR0_TS 0x00000008
41 cr0 &= ~(CR0_EM | CR0_TS);
  /external/syslinux/com32/lib/sys/x86_64/
x86_init_fpu.c 25 #define CR0_TS 0x00000008
41 cr0 &= ~(CR0_EM | CR0_TS);
  /external/syslinux/com32/lib/sys/
x86_init_fpu.c 46 #define CR0_TS 0x00000008
62 cr0 &= ~(CR0_EM | CR0_TS);

Completed in 45 milliseconds