Searched refs:eflags (Results 1 - 25 of 53) sorted by path

123

/linux-master/arch/x86/boot/
H A Dedd.c35 return -(oreg.eflags & X86_EFLAGS_CF); /* 0 or -1 */
87 if (oreg.eflags & X86_EFLAGS_CF)
111 if (!(oreg.eflags & X86_EFLAGS_CF)) {
H A Dmemory.c52 if (oreg.eflags & X86_EFLAGS_CF)
80 if (oreg.eflags & X86_EFLAGS_CF)
H A Dregs.c22 reg->eflags |= X86_EFLAGS_CF;
H A Dapm.c62 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) {
H A Dboot.h219 u32 eflags; member in struct:biosregs::__anon66::__anon67
H A Dtty.c105 return !(oreg.eflags & X86_EFLAGS_ZF);
/linux-master/arch/x86/include/asm/
H A Duser32.h42 __u32 eflags, esp; member in struct:user_regs_struct32
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_32.h63 uint32_t eflags; /* eflags.IF == !saved_upcall_mask */ member in struct:cpu_user_regs
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace.h33 long eflags; member in struct:pt_regs
73 unsigned long eflags; member in struct:pt_regs
H A Dsigcontext.h317 __u32 eflags; member in struct:sigcontext
343 __u64 eflags; /* RFLAGS */ member in struct:sigcontext
H A Dvm86.h11 * in the eflags register instead of doing it "by hand" in vflags...
81 long eflags; member in struct:vm86_regs
/linux-master/arch/x86/kvm/
H A Dtss.h15 u32 eflags; member in struct:tss_segment_32
/linux-master/include/uapi/video/
H A Duvesafb.h16 __u32 eflags; member in struct:v86_regs
/linux-master/tools/testing/selftests/x86/
H A Dentry_from_vm86.c300 v86.regs.eflags |= X86_EFLAGS_VIP;
301 v86.regs.eflags &= ~X86_EFLAGS_IF;
305 v86.regs.eflags = X86_EFLAGS_VIP;
310 v86.regs.eflags = X86_EFLAGS_VIP;
315 v86.regs.eflags = 0;
319 v86.regs.eflags = 0;
/linux-master/arch/arc/kernel/
H A Dprocess.c279 unsigned int eflags; local
287 eflags = x->e_flags;
288 if ((eflags & EF_ARC_OSABI_MSK) != EF_ARC_OSABI_CURRENT) {
/linux-master/arch/arm/kernel/
H A Delf.c12 unsigned int eflags; local
25 eflags = x->e_flags;
26 if ((eflags & EF_ARM_EABI_MASK) == EF_ARM_EABI_UNKNOWN) {
30 if ((eflags & EF_ARM_APCS_26) && !(elf_hwcap & HWCAP_26BIT))
33 flt_fmt = eflags & (EF_ARM_VFP_FLOAT | EF_ARM_SOFT_FLOAT);
45 unsigned int eflags = x->e_flags; local
57 if ((eflags & EF_ARM_EABI_MASK) == EF_ARM_EABI_UNKNOWN &&
58 (eflags & EF_ARM_APCS_26))
72 eflags & (EF_ARM_EABI_MASK | EF_ARM_SOFT_FLOAT)) {
/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h96 unsigned long eflags; member in struct:loongarch_lbt
/linux-master/arch/loongarch/include/uapi/asm/
H A Dptrace.h61 uint32_t eflags; member in struct:user_lbt_state
H A Dsigcontext.h67 __u32 eflags; member in struct:lbt_context
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c179 OFFSET(THREAD_EFLAGS, loongarch_lbt, eflags);
H A Dlbt.S36 x86mfflag t1, 0x3f # save eflags
55 ldptr.d t1, a0, THREAD_EFLAGS # restore eflags
88 x86mfflag t1, 0x3f # save eflags
108 EX ld.w t1, a1, 0 # restore eflags
H A Dptrace.c353 r = membuf_write(&to, &target->thread.lbt.eflags, sizeof(u32));
372 &target->thread.lbt.eflags,
H A Dsignal.c69 extern asmlinkage int _save_lbt_context(void __user *regs, void __user *eflags);
70 extern asmlinkage int _restore_lbt_context(void __user *regs, void __user *eflags);
237 uint32_t __user *eflags = (uint32_t *)&ctx->eflags; local
243 err |= __put_user(current->thread.lbt.eflags, eflags);
252 uint32_t __user *eflags = (uint32_t *)&ctx->eflags; local
258 err |= __get_user(current->thread.lbt.eflags, eflags);
342 uint32_t __user *eflags = (uint32_t *)&ctx->eflags; local
350 uint32_t __user *eflags = (uint32_t *)&ctx->eflags; local
625 uint32_t __user *eflags = (uint32_t *)&lbt_ctx->eflags; local
661 uint32_t __user *eflags = (uint32_t *)&lbt_ctx->eflags; local
[all...]
/linux-master/arch/s390/include/asm/
H A Dqdio.h198 * @eflags: SBAL entry flags
205 u8 eflags; member in struct:qdio_buffer_element
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c367 unsigned long eflags = native_save_fl(); local
370 BUG_ON(eflags & X86_EFLAGS_AC);

Completed in 512 milliseconds

123