Home
last modified time | relevance | path

Searched full:cld (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/x86/
H A Damd_sev.c77 asm volatile("cld \n\t" in test_stringio()
H A Demulator.c25 asm volatile("cld \n\t" in test_stringio()
38 asm volatile("cld \n\t" : : ); in test_stringio()
580 asm volatile ("cld; rep insb" : : "d" (TESTDEV_IO_PORT), "D" (mmio), "c" (1024)); in test_string_io_mmio()
H A Drealmode.c238 "cld\n\t" in exec_in_big_real_mode()
472 MK_INSN(cld, "cld"); in test_eflags_insn()
490 report("cld", ~0, !(outregs.eflags & (1 << 10))); in test_eflags_insn()
/kvm-unit-tests/lib/x86/
H A Dsmp.c263 asm volatile("cld"); in bringup_aps()