Home
last modified time | relevance | path

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

/arch/x86/um/
Dptrace_64.c50 [EFLAGS >> 3] = HOST_EFLAGS,
98 case EFLAGS: in putreg()
153 case EFLAGS: in getreg()
Duser-offsets.c64 DEFINE_LONGS(HOST_EFLAGS, EFLAGS); in foo()
Dsignal.c197 GETREG(EFLAGS, flags); in copy_sc_from_user()
278 PUTREG(EFLAGS, flags); in copy_sc_to_user()
/arch/x86/entry/
Dentry_64_compat.S112 testl $X86_EFLAGS_NT|X86_EFLAGS_AC|X86_EFLAGS_TF, EFLAGS(%rsp)
239 movq EFLAGS(%rsp), %r11 /* pt_regs->flags (in r11) */
Dentry_32.S312 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
397 movl PT_EFLAGS(%esp), %ecx # mix EFLAGS and CS
1051 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS
Dentry_64.S166 cmpq %r11, EFLAGS(%rsp) /* R11 == RFLAGS */
/arch/x86/include/uapi/asm/
Dptrace-abi.h57 #define EFLAGS 144 macro
/arch/x86/kernel/
Dhead_32.S188 popfl # set EFLAGS=ID
190 popl %eax # get EFLAGS
191 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
Dftrace_64.S224 movq %rcx, EFLAGS(%rsp)
247 movq EFLAGS(%rsp), %rax
/arch/x86/um/os-Linux/
Dmcontext.c27 COPY2(EFLAGS, EFL); in get_regs_from_mc()
/arch/um/os-Linux/skas/
Dprocess.c56 R(EFLAGS); in ptrace_reg_name()
60 R(EFLAGS); in ptrace_reg_name()