Searched refs:read_cr0 (Results 1 – 21 of 21) sorted by relevance
112 static inline unsigned long read_cr0(void) in read_cr0() function189 #define stts() write_cr0(read_cr0() | X86_CR0_TS)
75 if (read_cr0() & X86_CR0_TS) { in irq_ts_save()
77 cr0 = read_cr0(); in lguest_set_ts()
53 static inline unsigned long read_cr0(void) in read_cr0() function55 return PVOP_CALL0(unsigned long, pv_cpu_ops.read_cr0); in read_cr0()
110 unsigned long (*read_cr0)(void); member
149 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()170 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
675 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()707 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
53 OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0); in common()
57 (read_cr0() & X86_CR0_TS); in interrupted_kernel_fpu_idle()218 cr0 = read_cr0(); in fpu_init()658 cr0 = read_cr0(); in fpu_detect()
101 cr0 = read_cr0(); in __show_regs()
348 .read_cr0 = native_read_cr0,
94 cr0 = read_cr0(); in __show_regs()
881 if (read_cr0() & X86_CR0_EM) { in do_device_not_available()
80 header->pmode_cr0 = read_cr0(); in x86_acpi_suspend_lowlevel()
500 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()506 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
106 ctxt->cr0 = read_cr0(); in __save_processor_state()
114 cr0 = read_cr0(); in powernow_k6_set_cpu_multiplier()
136 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
1205 .read_cr0 = xen_read_cr0,1464 write_cr0(read_cr0() | X86_CR0_MP | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM); in xen_pvh_set_cr_flags()
1450 pv_cpu_ops.read_cr0 = lguest_read_cr0; in lguest_init()
4487 vmcs_writel(HOST_CR0, read_cr0() & ~X86_CR0_TS); /* 22.2.3 */ in vmx_set_constant_host_state()