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,
105 case EFLAGS: in putreg()
163 case EFLAGS: in getreg()
Duser-offsets.c72 DEFINE_LONGS(HOST_EFLAGS, EFLAGS); in foo()
Dsignal.c196 GETREG(EFLAGS, flags); in copy_sc_from_user()
277 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.S126 testl $X86_EFLAGS_NT|X86_EFLAGS_AC|X86_EFLAGS_TF, EFLAGS(%rsp)
259 movq EFLAGS(%rsp), %r11 /* pt_regs->flags (in r11) */
Dcalling.h87 #define EFLAGS 18*8 macro
Dentry_64.S61 bt $9, EFLAGS(%rsp) /* interrupts off? */
94 bt $9, EFLAGS(%rsp) /* interrupts off? */
240 cmpq %r11, EFLAGS(%rsp) /* R11 == RFLAGS */
488 bt $9, EFLAGS(%rsp) /* were interrupts off? */
Dentry_32.S298 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS
523 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
/arch/x86/kernel/
Dmcount_64.S215 movq %rcx, EFLAGS(%rsp)
232 movq EFLAGS(%rsp), %rax
Dhead_32.S346 popfl # set EFLAGS=ID
348 popl %eax # get EFLAGS
349 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()