Searched refs:read_cr0 (Results 1 – 22 of 22) sorted by relevance
112 static inline unsigned long read_cr0(void) in read_cr0() function189 #define stts() write_cr0(read_cr0() | X86_CR0_TS)
77 cr0 = read_cr0(); in lguest_set_ts()
59 static inline unsigned long read_cr0(void) in read_cr0() function61 return PVOP_CALL0(unsigned long, pv_cpu_ops.read_cr0); in read_cr0()
114 unsigned long (*read_cr0)(void); member
36 cr0 = read_cr0(); in fpu__init_cpu_generic()74 cr0 = read_cr0(); in fpu__init_system_early_generic()
30 cr0_saved = read_cr0(); in check_fpu()
76 return !current->thread.fpu.fpregs_active && (read_cr0() & X86_CR0_TS); in interrupted_kernel_fpu_idle()165 if (read_cr0() & X86_CR0_TS) { in irq_ts_save()
149 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()170 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
740 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()772 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
80 header->pmode_cr0 = read_cr0(); in x86_acpi_suspend_lowlevel()
71 OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0); in common()
101 cr0 = read_cr0(); in __show_regs()
350 .read_cr0 = native_read_cr0,
93 cr0 = read_cr0(); in __show_regs()
756 if (read_cr0() & X86_CR0_EM) { in do_device_not_available()
448 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()454 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
105 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()
1211 .read_cr0 = xen_read_cr0,1472 write_cr0(read_cr0() | X86_CR0_MP | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM); in xen_pvh_set_cr_flags()
1446 pv_cpu_ops.read_cr0 = lguest_read_cr0; in lguest_init()
4635 vmcs_writel(HOST_CR0, read_cr0() & ~X86_CR0_TS); /* 22.2.3 */ in vmx_set_constant_host_state()