Searched refs:PSL_ID (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/arch/i386/stand/libsa/ |
| D | pslid.S | 41 orl $PSL_ID, %eax 48 andl $PSL_ID, %eax
|
| D | machdep.c | 92 : "0" (PSL_ID), "r" (0) in machdep() 95 if (psl_check != PSL_ID) in machdep()
|
| D | cpuprobe.c | 73 : "0" (PSL_ID), "r" (0) in cpuprobe() 76 if (psl_check == PSL_ID) { /* cpuid supported */ in cpuprobe()
|
| D | exec_i386.c | 185 : "0" (PSL_ID), "r" (0) in ucode_load() 188 if (psl_check != PSL_ID) in ucode_load()
|
| /openbsd/src/sys/arch/amd64/include/ |
| D | psl.h | 60 #define PSL_ID 0x00200000 /* identification flag */ macro
|
| /openbsd/src/sys/arch/i386/include/ |
| D | psl.h | 60 #define PSL_ID 0x00200000 /* identification flag */ macro
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | locore0.S | 112 xorl $PSL_ID,%eax 118 andl $PSL_ID,%eax
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | vmm_machdep.c | 8160 { PSL_ID, "ID ", "id "}, in vmm_decode_rflags()
|