Searched refs:read_cr4 (Results 1 – 13 of 13) sorted by relevance
163 if ( read_cr4() & X86_CR4_FSGSBASE ) in rdfsbase()175 if ( read_cr4() & X86_CR4_FSGSBASE ) in rdgsbase()187 if ( read_cr4() & X86_CR4_FSGSBASE ) in rdgsshadow()201 if ( read_cr4() & X86_CR4_FSGSBASE ) in wrfsbase()213 if ( read_cr4() & X86_CR4_FSGSBASE ) in wrgsbase()225 if ( read_cr4() & X86_CR4_FSGSBASE ) in wrgsshadow()
307 static inline unsigned long read_cr4(void) in read_cr4() function367 write_cr4(read_cr4() | mask); in set_in_cr4()373 unsigned long cr4 = read_cr4(); in read_pkru()
99 else if ( (cr4 = read_cr4()) & X86_CR4_PGE ) in do_tlb_flush()128 old_cr4 = read_cr4(); in switch_cr3_cr4()203 if ( read_cr4() & X86_CR4_PCIDE ) in flush_area_local()
64 write_cr4(read_cr4() & ~X86_CR4_CET); in arch_livepatch_quiesce()84 write_cr4(read_cr4() | X86_CR4_CET); in arch_livepatch_revive()
207 write_cr4(read_cr4() & ~X86_CR4_CET); in machine_crash_shutdown()
797 write_cr4(read_cr4() & ~X86_CR4_SMAP); in create_dom0()805 write_cr4(read_cr4() | X86_CR4_SMAP); in create_dom0()
926 (read_cr4() & X86_CR4_OSXSAVE)) ) in guest_cpuid()
1370 unsigned long cr4 = read_cr4(); in __page_fault_type()
463 cr4 = read_cr4(); in prepare_set()493 write_cr4(read_cr4() | X86_CR4_PGE); in post_set()
715 switch_cr3_cr4(cr3_pa(v->arch.cr3), read_cr4()); in dom0_construct_pv()736 switch_cr3_cr4(current->arch.cr3, read_cr4()); in dom0_construct_pv()868 switch_cr3_cr4(current->arch.cr3, read_cr4()); in dom0_construct_pv()
114 switch_cr3_cr4(virt_to_maddr(efi_l4_pgtable), read_cr4()); in efi_rs_enter()125 switch_cr3_cr4(state->cr3, read_cr4()); in efi_rs_leave()
45 crs[4] = read_cr4(); in read_registers()
680 BUG_ON(!(read_cr4() & X86_CR4_VMXE)); in _vmx_cpu_up()783 BUG_ON(!(read_cr4() & X86_CR4_VMXE)); in vmx_cpu_down()1910 if ( host_cr4 != read_cr4() ) in vmx_do_resume()1911 __vmwrite(HOST_CR4, read_cr4()); in vmx_do_resume()
Completed in 30 milliseconds