Home
last modified time | relevance | path

Searched refs:PSL_ID (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/arch/i386/stand/libsa/
Dpslid.S41 orl $PSL_ID, %eax
48 andl $PSL_ID, %eax
Dmachdep.c92 : "0" (PSL_ID), "r" (0) in machdep()
95 if (psl_check != PSL_ID) in machdep()
Dcpuprobe.c73 : "0" (PSL_ID), "r" (0) in cpuprobe()
76 if (psl_check == PSL_ID) { /* cpuid supported */ in cpuprobe()
Dexec_i386.c185 : "0" (PSL_ID), "r" (0) in ucode_load()
188 if (psl_check != PSL_ID) in ucode_load()
/openbsd/src/sys/arch/amd64/include/
Dpsl.h60 #define PSL_ID 0x00200000 /* identification flag */ macro
/openbsd/src/sys/arch/i386/include/
Dpsl.h60 #define PSL_ID 0x00200000 /* identification flag */ macro
/openbsd/src/sys/arch/i386/i386/
Dlocore0.S112 xorl $PSL_ID,%eax
118 andl $PSL_ID,%eax
/openbsd/src/sys/arch/amd64/amd64/
Dvmm_machdep.c8160 { PSL_ID, "ID ", "id "}, in vmm_decode_rflags()