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

123

/linux-master/tools/testing/selftests/x86/
H A Dhelpers.h16 static inline void set_eflags(unsigned long eflags) argument
19 __builtin_ia32_writeeflags_u64(eflags);
21 __builtin_ia32_writeeflags_u32(eflags);
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/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/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 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/boot/
H A Dregs.c22 reg->eflags |= X86_EFLAGS_CF;
H A Dmemory.c52 if (oreg.eflags & X86_EFLAGS_CF)
80 if (oreg.eflags & X86_EFLAGS_CF)
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 Dapm.c62 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) {
H A Dtty.c105 return !(oreg.eflags & X86_EFLAGS_ZF);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_misc.h74 __field(u64, eflags)
82 __entry->eflags = rhf_err_flags(packet->rhf);
90 "[%s] ctxt %d eflags 0x%llx hlen %d tlen %d updegr %d etail %d",
93 __entry->eflags,
H A Dtrace_rx.h28 __field(u64, eflags)
37 __entry->eflags = rhf_err_flags(packet->rhf);
46 "[%s] ctxt %d eflags 0x%llx etype %d,%s hlen %d tlen %d updegr %d etail %d",
49 __entry->eflags,
/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/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/loongarch/kernel/
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...]
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
/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/kvm/
H A Dtss.h15 u32 eflags; member in struct:tss_segment_32
/linux-master/arch/x86/include/asm/
H A Duser32.h42 __u32 eflags, esp; member in struct:user_regs_struct32
/linux-master/include/uapi/video/
H A Duvesafb.h16 __u32 eflags; member in struct:v86_regs
/linux-master/include/xen/interface/hvm/
H A Dhvm_vcpu.h21 uint32_t eflags; member in struct:vcpu_hvm_x86_32
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_driver.c293 u32 ctxt, u32 eflags, u32 l, u32 etail,
298 if (eflags & (QLOGIC_IB_RHF_H_ICRCERR | QLOGIC_IB_RHF_H_VCRCERR))
300 else if (eflags == QLOGIC_IB_RHF_H_TIDERR) {
451 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; local
473 eflags = qib_hdrget_err_flags(rhf_addr);
489 if (!eflags) {
497 if (etype == RCVHQ_RCV_TYPE_NON_KD && !eflags &&
508 if (unlikely(eflags))
509 crcs += qib_rcv_hdrerr(rcd, ppd, rcd->ctxt, eflags, l,
292 qib_rcv_hdrerr(struct qib_ctxtdata *rcd, struct qib_pportdata *ppd, u32 ctxt, u32 eflags, u32 l, u32 etail, __le32 *rhf_addr, struct qib_message_header *rhdr) argument
/linux-master/drivers/s390/scsi/
H A Dzfcp_qdio.h133 sbale->eflags = 0;
178 sbale->eflags |= SBAL_EFLAGS_LAST_ENTRY;
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c835 static int hte_edge_setup(struct line *line, u64 eflags) argument
841 if (eflags & GPIO_V2_LINE_FLAG_EDGE_RISING)
845 if (eflags & GPIO_V2_LINE_FLAG_EDGE_FALLING)
865 static int hte_edge_setup(struct line *line, u64 eflags) argument
969 u64 eflags, edflags = READ_ONCE(line->edflags); local
990 eflags = edflags & GPIO_V2_LINE_EDGE_FLAGS;
991 if (!eflags)
999 if (((eflags == GPIO_V2_LINE_FLAG_EDGE_RISING) && !level) ||
1000 ((eflags == GPIO_V2_LINE_FLAG_EDGE_FALLING) && level))
1137 u64 eflags; local
1891 u32 eflags; member in struct:lineevent_state
2146 u32 eflags; local
[all...]

Completed in 645 milliseconds

123