Searched refs:EFLAGS (Results 1 – 11 of 11) sorted by relevance
/arch/x86/um/ |
D | ptrace_64.c | 49 [EFLAGS >> 3] = HOST_EFLAGS, 105 case EFLAGS: in putreg() 163 case EFLAGS: in getreg()
|
D | user-offsets.c | 72 DEFINE_LONGS(HOST_EFLAGS, EFLAGS); in foo()
|
D | signal.c | 196 GETREG(EFLAGS, flags); in copy_sc_from_user() 277 PUTREG(EFLAGS, flags); in copy_sc_to_user()
|
/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 56 #define EFLAGS 144 macro
|
/arch/x86/entry/ |
D | entry_64_compat.S | 126 testl $X86_EFLAGS_NT|X86_EFLAGS_AC|X86_EFLAGS_TF, EFLAGS(%rsp) 259 movq EFLAGS(%rsp), %r11 /* pt_regs->flags (in r11) */
|
D | calling.h | 87 #define EFLAGS 18*8 macro
|
D | entry_64.S | 61 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? */
|
D | entry_32.S | 298 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS 523 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
|
/arch/x86/kernel/ |
D | mcount_64.S | 215 movq %rcx, EFLAGS(%rsp) 232 movq EFLAGS(%rsp), %rax
|
D | head_32.S | 346 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/ |
D | mcontext.c | 26 COPY2(EFLAGS, EFL); in get_regs_from_mc()
|