Searched refs:X86_CR0_PG (Results 1 – 7 of 7) sorted by relevance
72 #define X86_CR0_PG _BITUL(X86_CR0_PG_BIT) macro164 X86_CR0_PG)
44 andl $~X86_CR0_PG, %eax
53 andl $(~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_NE | \
39 #define X86_CR0_PG 0x80000000 /* Paging */ macro
70 movl $(X86_CR0_PG | X86_CR0_PE), %eax
341 #define X86_CR0_PG (1UL<<31) /* Paging */ macro
628 sregs.cr0 = X86_CR0_PE | X86_CR0_NE | X86_CR0_PG; in vcpu_setup()