Searched refs:CR0_NW (Results 1 – 5 of 5) sorted by relevance
308 lcr0((rcr0() & ~CR0_NW) | CR0_CD); in mrstoreone()367 lcr0(rcr0() & ~(CR0_CD | CR0_NW)); in mrstoreone()
5074 if ((r & CR0_NW) && (r & CR0_CD) == 0) { in vmx_handle_cr0_write()7890 { CR0_NW, "NW ", "nw " }, in vmm_decode_cr0()
307 lcr0((rcr0() & ~CR0_NW) | CR0_CD); in mrstoreone()366 lcr0(rcr0() & ~(CR0_CD | CR0_NW)); in mrstoreone()
51 #define CR0_NW 0x20000000 /* Not Write-through */ macro
52 #define CR0_NW 0x20000000 /* Not Write-through */ macro