Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/
H A Dptrace_64.c50 [EFLAGS >> 3] = HOST_EFLAGS,
98 case EFLAGS: in putreg()
153 case EFLAGS: in getreg()
H A Duser-offsets.c64 DEFINE_LONGS(HOST_EFLAGS, EFLAGS); in foo()
H A Dsignal.c197 GETREG(EFLAGS, flags); in copy_sc_from_user()
278 PUTREG(EFLAGS, flags); in copy_sc_to_user()
/openbmc/linux/arch/x86/entry/
H A Dentry_64_compat.S112 testl $X86_EFLAGS_NT|X86_EFLAGS_AC|X86_EFLAGS_TF, EFLAGS(%rsp)
239 movq EFLAGS(%rsp), %r11 /* pt_regs->flags (in r11) */
H A Dentry_32.S312 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 Dentry_64.S166 cmpq %r11, EFLAGS(%rsp) /* R11 == RFLAGS */
/openbmc/linux/arch/x86/kernel/
H A Dhead_32.S160 * 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 Dftrace_64.S224 movq %rcx, EFLAGS(%rsp)
247 movq EFLAGS(%rsp), %rax
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dptrace-abi.h57 #define EFLAGS 144 macro
/openbmc/linux/Documentation/fault-injection/
H A Dnvme-fault-injection.rst54 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 Dmcontext.c27 COPY2(EFLAGS, EFL); in get_regs_from_mc()
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c56 R(EFLAGS); in ptrace_reg_name()
60 R(EFLAGS); in ptrace_reg_name()
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkasan.rst160 RSP: 002b:00007ffcf0b51b08 EFLAGS: 00000202 ORIG_RAX: 00000000000000af
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dbug-hunting.rst321 Aug 29 09:51:01 blizard kernel: EFLAGS: 00010212
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dbug-hunting.rst324 Aug 29 09:51:01 blizard kernel: EFLAGS: 00010212
/openbmc/linux/Documentation/admin-guide/
H A Dbug-hunting.rst359 Aug 29 09:51:01 blizard kernel: EFLAGS: 00010212
/openbmc/linux/Documentation/dev-tools/
H A Dkasan.rst189 RSP: 002b:00007ffcf0b51b08 EFLAGS: 00000202 ORIG_RAX: 00000000000000af
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc1225 /* 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 Ddecode-new.c.inc2013 case X86_TYPE_F: /* EFLAGS/RFLAGS */
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex599 eflags & uint64 & The EFLAGS register. Real maximum is \texttt{UINT32}, null extended to \texttt{UI…