Searched refs:PSL_D (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/x86/include/ |
H A D | psl.h | 48 #define PSL_D 0x00000400 /* string instruction direction bit */ macro 89 | PSL_D | PSL_V | PSL_NT | PSL_RF | PSL_AC | PSL_ID)
|
/freebsd/sys/amd64/ia32/ |
H A D | ia32_exception.S | 72 andq $~(PSL_D | PSL_AC),(%rsp)
|
H A D | ia32_signal.c | 425 regs->tf_rflags &= ~(PSL_T | PSL_D); in ia32_osendsig() 537 regs->tf_rflags &= ~(PSL_T | PSL_D); in freebsd4_ia32_sendsig() 671 regs->tf_rflags &= ~(PSL_T | PSL_D); in ia32_sendsig()
|
/freebsd/sys/amd64/amd64/ |
H A D | exception.S | 253 andq $~(PSL_D | PSL_AC),(%rsp) 342 andq $~(PSL_D | PSL_AC),(%rsp) 656 andq $~(PSL_D | PSL_AC),(%rsp) 793 andq $~(PSL_D | PSL_AC),(%rsp) 890 andq $~(PSL_D | PSL_AC),(%rsp) 1005 andq $~(PSL_D | PSL_AC),(%rsp)
|
H A D | exec_machdep.c | 204 regs->tf_rflags &= ~(PSL_T | PSL_D); in sendsig()
|
H A D | machdep.c | 1189 wrmsr(MSR_SF_MASK, PSL_NT | PSL_T | PSL_I | PSL_C | PSL_D | PSL_AC); in amd64_conf_fast_syscall()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | inout.c | 191 if (vis->rflags & PSL_D) in emulate_inout()
|
/freebsd/sys/amd64/include/ |
H A D | asmacros.h | 184 andq $~(PSL_D|PSL_AC),(%rsp)
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 236 regs->tf_eflags &= ~(PSL_T | PSL_VM | PSL_D); in linux_rt_sendsig() 335 regs->tf_eflags &= ~(PSL_T | PSL_VM | PSL_D); in linux_sendsig()
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 243 regs->tf_eflags &= ~(PSL_T | PSL_D); in osendsig() 364 regs->tf_eflags &= ~(PSL_T | PSL_D); in freebsd4_sendsig() 527 regs->tf_eflags &= ~(PSL_T | PSL_D); in sendsig()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 232 regs->tf_rflags &= ~(PSL_T | PSL_D); in linux_rt_sendsig() 336 regs->tf_rflags &= ~(PSL_T | PSL_D); in linux_sendsig()
|
/freebsd/stand/i386/btx/btx/ |
H A D | btx.S | 42 .set PSL_D,0x00000400 # String instruction direction define 614 pushl $PSL_RESERVED_DEFAULT|PSL_D # Use clean %eflags with
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysvec.c | 624 regs->tf_rflags &= ~(PSL_T | PSL_D); in linux_rt_sendsig()
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_instruction_emul.c | 910 if (rflags & PSL_D) { in emulate_movs() 981 if (rflags & PSL_D) in emulate_stos()
|