Searched defs:X86_CR0_PG (Results 1 – 3 of 3) sorted by relevance
39 #define X86_CR0_PG 0x80000000 /* Paging */ macro
72 #define X86_CR0_PG _BITUL(X86_CR0_PG_BIT) macro
341 #define X86_CR0_PG (1UL<<31) /* Paging */ macro