Searched refs:EFLAGS (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/arch/x86/um/ |
H A D | ptrace_64.c | 50 [EFLAGS >> 3] = HOST_EFLAGS, 98 case EFLAGS: in putreg() 153 case EFLAGS: in getreg()
|
H A D | user-offsets.c | 64 DEFINE_LONGS(HOST_EFLAGS, EFLAGS); in foo()
|
H A D | signal.c | 197 GETREG(EFLAGS, flags); in copy_sc_from_user() 278 PUTREG(EFLAGS, flags); in copy_sc_to_user()
|
/openbmc/linux/arch/x86/entry/ |
H A D | entry_64_compat.S | 112 testl $X86_EFLAGS_NT|X86_EFLAGS_AC|X86_EFLAGS_TF, EFLAGS(%rsp) 239 movq EFLAGS(%rsp), %r11 /* pt_regs->flags (in r11) */
|
H A D | entry_32.S | 312 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS 397 movl PT_EFLAGS(%esp), %ecx # mix EFLAGS and CS 1052 movl PT_EFLAGS(%esp), %eax # mix EFLAGS and CS
|
H A D | entry_64.S | 166 cmpq %r11, EFLAGS(%rsp) /* R11 == RFLAGS */
|
/openbmc/linux/arch/x86/kernel/ |
H A D | head_32.S | 160 * We want to start out with EFLAGS unambiguously cleared. Some BIOSes leave 178 popfl # set EFLAGS=ID 180 popl %eax # get EFLAGS 181 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
|
H A D | ftrace_64.S | 224 movq %rcx, EFLAGS(%rsp) 247 movq EFLAGS(%rsp), %rax
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 57 #define EFLAGS 144 macro
|
/openbmc/linux/Documentation/fault-injection/ |
H A D | nvme-fault-injection.rst | 54 RSP: 0018:ffffffff82003e90 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffdd 109 RSP: 0018:ffffc9000068bec0 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff04 161 RSP: 0018:ffffffff88c03dd0 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffdc
|
/openbmc/linux/arch/x86/um/os-Linux/ |
H A D | mcontext.c | 27 COPY2(EFLAGS, EFL); in get_regs_from_mc()
|
/openbmc/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 56 R(EFLAGS); in ptrace_reg_name() 60 R(EFLAGS); in ptrace_reg_name()
|
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | kasan.rst | 160 RSP: 002b:00007ffcf0b51b08 EFLAGS: 00000202 ORIG_RAX: 00000000000000af
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bug-hunting.rst | 321 Aug 29 09:51:01 blizard kernel: EFLAGS: 00010212
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | bug-hunting.rst | 324 Aug 29 09:51:01 blizard kernel: EFLAGS: 00010212
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | bug-hunting.rst | 359 Aug 29 09:51:01 blizard kernel: EFLAGS: 00010212
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kasan.rst | 189 RSP: 002b:00007ffcf0b51b08 EFLAGS: 00000202 ORIG_RAX: 00000000000000af
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1225 /* Get carry_in out of EFLAGS. */ 1456 /* Generate EFLAGS and replace the C bit. */ 3305 /* No need to compute the full EFLAGS, CF/OF are already isolated. */ 3346 * bit, we might as well fish CF out of EFLAGS and save a shift.
|
H A D | decode-new.c.inc | 2013 case X86_TYPE_F: /* EFLAGS/RFLAGS */
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 599 eflags & uint64 & The EFLAGS register. Real maximum is \texttt{UINT32}, null extended to \texttt{UI…
|