Searched refs:load_cr0 (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/sys/i386/i386/
H A Dinitcpu.c129 load_cr0(rcr0() | CR0_CD | CR0_NW);
146 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */
189 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */
218 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0, NW = 1 */
237 load_cr0(rcr0() | CR0_CD | CR0_NW);
317 load_cr0((rcr0() & ~CR0_CD) | CR0_NW); /* CD = 0, NW = 1 */
340 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0, NW = 0 */
359 load_cr0(rcr0() | CR0_CD | CR0_NW);
408 load_cr0(rcr0() & ~(CR0_CD | CR0_NW)); /* CD = 0 and NW = 0 */
412 load_cr0(rcr
[all...]
H A Di686_mem.c316 load_cr0((cr0 & ~CR0_NW) | CR0_CD);
396 load_cr0(cr0);
H A Dmp_machdep.c721 load_cr0(cr0);
H A Dpmap.c585 load_cr0((cr0 & ~CR0_NW) | CR0_CD);
601 load_cr0(cr0);
H A Dmachdep.c1633 load_cr0(cr0);
/freebsd-10.1-release/sys/amd64/amd64/
H A Dfpu.c116 #define start_emulating() load_cr0(rcr0() | CR0_TS)
173 load_cr0(cr0);
187 load_cr0(cr0);
H A Damd64_mem.c322 load_cr0((cr0 & ~CR0_NW) | CR0_CD);
402 load_cr0(cr0);
H A Dmp_machdep.c698 load_cr0(cr0);
H A Dmachdep.c1025 load_cr0(cr0);
H A Dpmap.c956 load_cr0((cr0 & ~CR0_NW) | CR0_CD);
972 load_cr0(cr0);
/freebsd-10.1-release/sys/i386/isa/
H A Dnpx.c126 #define start_emulating() load_cr0(rcr0() | CR0_TS)
782 load_cr0(cr0);
798 load_cr0(cr0);
/freebsd-10.1-release/sys/amd64/include/
H A Dcpufunc.h380 load_cr0(u_long data) function
788 void load_cr0(u_long cr0);
/freebsd-10.1-release/sys/i386/include/
H A Dcpufunc.h383 load_cr0(u_int data) function
726 void load_cr0(u_int cr0);
/freebsd-10.1-release/sys/amd64/vmm/
H A Dvmm.c187 #define fpu_start_emulating() load_cr0(rcr0() | CR0_TS)
/freebsd-10.1-release/sys/pc98/pc98/
H A Dmachdep.c1434 load_cr0(cr0);

Completed in 281 milliseconds