Searched refs:native_write_cr4 (Results 1 – 5 of 5) sorted by relevance
66 void native_write_cr4(unsigned long val);184 native_write_cr4(x); in __write_cr4()
488 native_write_cr4(cr4 ^ X86_CR4_PGE); in __native_tlb_flush_global() 489 native_write_cr4(cr4); in __native_tlb_flush_global()
570 native_write_cr4(cr4); in lkdtm_UNSET_SMEP() 575 native_write_cr4(cr4); in lkdtm_UNSET_SMEP() 582 * directly into the middle of native_write_cr4() where the in lkdtm_UNSET_SMEP() 586 insn = (unsigned char *)native_write_cr4; in lkdtm_UNSET_SMEP() 612 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
131 .cpu.write_cr4 = native_write_cr4,
1087 native_write_cr4(cr4); in xen_write_cr4()