CR0_PE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

CR0_PE macro

Syntax

#define CR0_PE ((uint32_t)0x00000001)

References

LocationText
x86_32_common.h:44
#define CR0_PE ((uint32_t)0x00000001) /* Protected Mode Enable */
lakemont.c:973
(buf_get_u32(x86_32->cache->reg_list[CR0].value, 0, 32) & CR0_PE) ? "protected" : "real");