Searched refs:EFLAGS (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/x86/um/ |
D | ptrace_64.c | 49 [EFLAGS >> 3] = HOST_EFLAGS, 101 case EFLAGS: in putreg() 159 case EFLAGS: in getreg()
|
D | user-offsets.c | 74 DEFINE_LONGS(HOST_EFLAGS, EFLAGS); in foo()
|
D | signal.c | 196 GETREG(EFLAGS, flags); in copy_sc_from_user() 287 PUTREG(EFLAGS, flags); in copy_sc_to_user()
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_64_compat.S | 112 testl $X86_EFLAGS_NT, EFLAGS(%rsp) 213 movq EFLAGS(%rsp), %r11 /* pt_regs->flags (in r11) */
|
D | entry_64.S | 58 bt $9, EFLAGS(%rsp) /* interrupts off? */ 91 bt $9, EFLAGS(%rsp) /* interrupts off? */ 212 movq EFLAGS(%rsp), %r11 318 cmpq %r11, EFLAGS(%rsp) /* R11 == RFLAGS */ 579 bt $9, EFLAGS(%rsp) /* were interrupts off? */
|
D | calling.h | 85 #define EFLAGS 18*8 macro
|
D | entry_32.S | 256 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS 362 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | ptrace-abi.h | 56 #define EFLAGS 144 macro
|
/linux-4.4.14/arch/x86/kernel/ |
D | mcount_64.S | 209 movq %rcx, EFLAGS(%rsp) 226 movq EFLAGS(%rsp), %rax
|
D | head_32.S | 345 popfl # set EFLAGS=ID 347 popl %eax # get EFLAGS 348 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | mcontext.c | 26 COPY2(EFLAGS, EFL); in get_regs_from_mc()
|
/linux-4.4.14/Documentation/zh_CN/ |
D | oops-tracing.txt | 166 Aug 29 09:51:01 blizard kernel: EFLAGS: 00010212
|
/linux-4.4.14/Documentation/ |
D | oops-tracing.txt | 202 Aug 29 09:51:01 blizard kernel: EFLAGS: 00010212
|
D | kmemcheck.txt | 243 RSP: 0018:ffff88003cdf7d98 EFLAGS: 00210002
|