Home
last modified time | relevance | path

Searched refs:write_cr0 (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dalternative.c219 write_cr0(cr0 & ~X86_CR0_WP); in alternative_instructions()
224 write_cr0(cr0); in alternative_instructions()
A Dlivepatch.c20 write_cr0(read_cr0() & ~X86_CR0_WP); in arch_livepatch_quiesce()
28 write_cr0(read_cr0() | X86_CR0_WP); in arch_livepatch_revive()
A Dxstate.c738 write_cr0(cr0); in handle_xsetbv()
772 write_cr0(cr0); in read_bndcfgu()
799 write_cr0(cr0); in xstate_set_init()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h284 static inline void write_cr0(unsigned long val) in write_cr0() function
315 write_cr0(X86_CR0_TS|read_cr0()); in stts()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dgeneric.c412 write_cr0(read_cr0() | X86_CR0_CD); in prepare_set()
432 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A Defi-boot.h244 write_cr0(X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP | in efi_arch_post_exit_boot()

Completed in 10 milliseconds