Home
last modified time | relevance | path

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

/arch/x86/um/
Dptrace_64.c49 [EFLAGS >> 3] = HOST_EFLAGS,
101 case EFLAGS: in putreg()
159 case EFLAGS: in getreg()
Duser-offsets.c74 DEFINE_LONGS(HOST_EFLAGS, EFLAGS); in foo()
Dsignal.c196 GETREG(EFLAGS, flags); in copy_sc_from_user()
287 PUTREG(EFLAGS, flags); in copy_sc_to_user()
/arch/x86/include/uapi/asm/
Dptrace-abi.h56 #define EFLAGS 144 macro
/arch/x86/entry/
Dentry_64_compat.S124 testl $X86_EFLAGS_NT, EFLAGS(%rsp)
236 movq EFLAGS(%rsp), %r11 /* pt_regs->flags (in r11) */
Dentry_64.S60 btl $9, EFLAGS(%rsp) /* interrupts off? */
93 btl $9, EFLAGS(%rsp) /* interrupts off? */
224 movq EFLAGS(%rsp), %r11
346 cmpq %r11, EFLAGS(%rsp) /* R11 == RFLAGS */
628 btl $9, EFLAGS(%rsp) /* were interrupts off? */
Dcalling.h87 #define EFLAGS 18*8 macro
Dentry_32.S258 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS
365 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
/arch/x86/kernel/
Dmcount_64.S210 movq %rcx, EFLAGS(%rsp)
227 movq EFLAGS(%rsp), %rax
Dhead_32.S345 popfl # set EFLAGS=ID
347 popl %eax # get EFLAGS
348 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
/arch/x86/um/os-Linux/
Dmcontext.c26 COPY2(EFLAGS, EFL); in get_regs_from_mc()