Home
last modified time | relevance | path

Searched refs:CR0_WP (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h54 #define CR0_WP BIT(16) /* honor W bit even when supervisor */ macro
/Zephyr-latest/arch/x86/core/ia32/
Dcrt0.S89 orl $(CR0_PG | CR0_WP), %eax
/Zephyr-latest/arch/x86/core/intel64/
Dlocore.S26 #define CR0_BITS (CR0_PG | CR0_WP)