Searched refs:CR0_CD (Results 1 – 7 of 7) sorted by relevance
225 state->crs[NVMM_X64_CR_CR0] = CR0_PE | CR0_ET | CR0_NW | CR0_CD; in toyvirt_init()
49 #define CR0_CD 0x40000000 /* Cache Disable */ macro
316 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in amd64_mrstoreone()
334 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM); in init_secondary()
1300 load_cr0((cr0 & ~CR0_NW) | CR0_CD); in pmap_init_pat()
738 (CR0_ET | CR0_NW | CR0_CD)770 (CR0_PG|CR0_WP|CR0_CD|CR0_NW)
526 (CR0_PG|CR0_WP|CR0_CD|CR0_NW)