Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/include/
Dkernel_arch_data.h53 #define CR0_PG BIT(31) /* enable paging */ 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)