Home
last modified time | relevance | path

Searched refs:PSL_D (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dpsl.h51 #define PSL_D 0x00000400 /* string instruction direction bit */ macro
92 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
/f-stack/freebsd/amd64/ia32/
H A Dia32_exception.S74 andq $~(PSL_D | PSL_AC),(%rsp)
H A Dia32_signal.c422 regs->tf_rflags &= ~(PSL_T | PSL_D); in ia32_osendsig()
534 regs->tf_rflags &= ~(PSL_T | PSL_D); in freebsd4_ia32_sendsig()
676 regs->tf_rflags &= ~(PSL_T | PSL_D); in ia32_sendsig()
/f-stack/freebsd/amd64/amd64/
H A Dexception.S258 andq $~(PSL_D | PSL_AC),(%rsp)
347 andq $~(PSL_D | PSL_AC),(%rsp)
664 andq $~(PSL_D | PSL_AC),(%rsp)
803 andq $~(PSL_D | PSL_AC),(%rsp)
900 andq $~(PSL_D | PSL_AC),(%rsp)
1015 andq $~(PSL_D | PSL_AC),(%rsp)
H A Dmachdep.c447 regs->tf_rflags &= ~(PSL_T | PSL_D); in sendsig()
1550 wrmsr(MSR_SF_MASK, PSL_NT | PSL_T | PSL_I | PSL_C | PSL_D | PSL_AC); in amd64_conf_fast_syscall()
/f-stack/freebsd/amd64/include/
H A Dasmacros.h260 andq $~(PSL_D|PSL_AC),(%rsp)
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c481 regs->tf_eflags &= ~(PSL_T | PSL_VM | PSL_D); in linux_rt_sendsig()
583 regs->tf_eflags &= ~(PSL_T | PSL_VM | PSL_D); in linux_sendsig()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c350 regs->tf_rflags &= ~(PSL_T | PSL_D); in linux_rt_sendsig()
456 regs->tf_rflags &= ~(PSL_T | PSL_D); in linux_sendsig()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c698 regs->tf_rflags &= ~(PSL_T | PSL_D); in linux_rt_sendsig()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c437 regs->tf_eflags &= ~(PSL_T | PSL_D); in osendsig()
558 regs->tf_eflags &= ~(PSL_T | PSL_D); in freebsd4_sendsig()
721 regs->tf_eflags &= ~(PSL_T | PSL_D); in sendsig()
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c914 if (rflags & PSL_D) { in emulate_movs()
985 if (rflags & PSL_D) in emulate_stos()