/Linux-v6.1/arch/arm/kernel/ |
D | elf.c | 12 unsigned int eflags; in elf_check_arch() local 25 eflags = x->e_flags; in elf_check_arch() 26 if ((eflags & EF_ARM_EABI_MASK) == EF_ARM_EABI_UNKNOWN) { in elf_check_arch() 30 if ((eflags & EF_ARM_APCS_26) && !(elf_hwcap & HWCAP_26BIT)) in elf_check_arch() 33 flt_fmt = eflags & (EF_ARM_VFP_FLOAT | EF_ARM_SOFT_FLOAT); in elf_check_arch() 45 unsigned int eflags = x->e_flags; in elf_set_personality() local 57 if ((eflags & EF_ARM_EABI_MASK) == EF_ARM_EABI_UNKNOWN && in elf_set_personality() 58 (eflags & EF_ARM_APCS_26)) in elf_set_personality() 72 eflags & (EF_ARM_EABI_MASK | EF_ARM_SOFT_FLOAT)) { in elf_set_personality()
|
/Linux-v6.1/tools/testing/selftests/x86/ |
D | helpers.h | 16 static inline void set_eflags(unsigned long eflags) in set_eflags() argument 19 __builtin_ia32_writeeflags_u64(eflags); in set_eflags() 21 __builtin_ia32_writeeflags_u32(eflags); in set_eflags()
|
D | entry_from_vm86.c | 300 v86.regs.eflags |= X86_EFLAGS_VIP; in main() 301 v86.regs.eflags &= ~X86_EFLAGS_IF; in main() 305 v86.regs.eflags = X86_EFLAGS_VIP; in main() 310 v86.regs.eflags = X86_EFLAGS_VIP; in main() 315 v86.regs.eflags = 0; in main() 319 v86.regs.eflags = 0; in main()
|
/Linux-v6.1/arch/x86/include/uapi/asm/ |
D | ptrace.h | 33 long eflags; member 73 unsigned long eflags; member
|
D | sigcontext.h | 317 __u32 eflags; member 343 __u64 eflags; /* RFLAGS */ member
|
D | vm86.h | 81 long eflags; member
|
/Linux-v6.1/drivers/infiniband/hw/qib/ |
D | qib_driver.c | 293 u32 ctxt, u32 eflags, u32 l, u32 etail, in qib_rcv_hdrerr() argument 298 if (eflags & (QLOGIC_IB_RHF_H_ICRCERR | QLOGIC_IB_RHF_H_VCRCERR)) in qib_rcv_hdrerr() 300 else if (eflags == QLOGIC_IB_RHF_H_TIDERR) { in qib_rcv_hdrerr() 451 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; in qib_kreceive() local 473 eflags = qib_hdrget_err_flags(rhf_addr); in qib_kreceive() 489 if (!eflags) { in qib_kreceive() 497 if (etype == RCVHQ_RCV_TYPE_NON_KD && !eflags && in qib_kreceive() 508 if (unlikely(eflags)) in qib_kreceive() 509 crcs += qib_rcv_hdrerr(rcd, ppd, rcd->ctxt, eflags, l, in qib_kreceive()
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | trace_misc.h | 74 __field(u64, eflags) 82 __entry->eflags = rhf_err_flags(packet->rhf); 93 __entry->eflags,
|
D | trace_rx.h | 28 __field(u64, eflags) 37 __entry->eflags = rhf_err_flags(packet->rhf); 49 __entry->eflags,
|
/Linux-v6.1/drivers/gpio/ |
D | gpiolib-cdev.c | 676 static int hte_edge_setup(struct line *line, u64 eflags) in hte_edge_setup() argument 682 if (eflags & GPIO_V2_LINE_FLAG_EDGE_RISING) in hte_edge_setup() 686 if (eflags & GPIO_V2_LINE_FLAG_EDGE_FALLING) in hte_edge_setup() 706 static int hte_edge_setup(struct line *line, u64 eflags) in hte_edge_setup() argument 810 u64 eflags, edflags = READ_ONCE(line->edflags); in debounce_work_func() local 831 eflags = edflags & GPIO_V2_LINE_EDGE_FLAGS; in debounce_work_func() 832 if (!eflags) in debounce_work_func() 840 if (((eflags == GPIO_V2_LINE_FLAG_EDGE_RISING) && !level) || in debounce_work_func() 841 ((eflags == GPIO_V2_LINE_FLAG_EDGE_FALLING) && level)) in debounce_work_func() 972 u64 eflags; in edge_detector_setup() local [all …]
|
/Linux-v6.1/arch/x86/boot/ |
D | edd.c | 35 return -(oreg.eflags & X86_EFLAGS_CF); /* 0 or -1 */ in read_mbr() 87 if (oreg.eflags & X86_EFLAGS_CF) in get_edd_info() 111 if (!(oreg.eflags & X86_EFLAGS_CF)) { in get_edd_info()
|
D | memory.c | 52 if (oreg.eflags & X86_EFLAGS_CF) in detect_memory_e820() 80 if (oreg.eflags & X86_EFLAGS_CF) in detect_memory_e801()
|
D | regs.c | 22 reg->eflags |= X86_EFLAGS_CF; in initregs()
|
D | apm.c | 62 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) { in query_apm_bios()
|
D | tty.c | 105 return !(oreg.eflags & X86_EFLAGS_ZF); in kbd_pending()
|
/Linux-v6.1/arch/arc/kernel/ |
D | process.c | 287 unsigned int eflags; in elf_check_arch() local 295 eflags = x->e_flags; in elf_check_arch() 296 if ((eflags & EF_ARC_OSABI_MSK) != EF_ARC_OSABI_CURRENT) { in elf_check_arch()
|
/Linux-v6.1/arch/x86/kvm/ |
D | emulate.c | 827 if (ctxt->eflags & X86_EFLAGS_VM) { in emulator_recalc_and_set_mode() 1464 in_page = (ctxt->eflags & X86_EFLAGS_DF) ? in pio_in_emulated() 1477 !(ctxt->eflags & X86_EFLAGS_DF)) { in pio_in_emulated() 1890 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() 1922 (ctxt->eflags & ~change_mask) | (val & change_mask); in emulate_popf() 1930 ctxt->dst.addr.reg = &ctxt->eflags; in em_popf() 2018 ctxt->src.val = (unsigned long)ctxt->eflags & ~X86_EFLAGS_VM; in em_pushf() 2053 ctxt->src.val = ctxt->eflags; in __emulate_int_real() 2058 ctxt->eflags &= ~(X86_EFLAGS_IF | X86_EFLAGS_TF | X86_EFLAGS_AC); in __emulate_int_real() 2161 ctxt->eflags = ((temp_eflags & mask) | (ctxt->eflags & vm86_mask)); in emulate_iret_real() [all …]
|
D | tss.h | 15 u32 eflags; member
|
/Linux-v6.1/drivers/s390/scsi/ |
D | zfcp_qdio.h | 133 sbale->eflags = 0; in zfcp_qdio_req_init() 178 sbale->eflags |= SBAL_EFLAGS_LAST_ENTRY; in zfcp_qdio_set_sbale_last()
|
/Linux-v6.1/drivers/ata/ |
D | libata-eh.c | 370 static void ata_ering_record(struct ata_ering *ering, unsigned int eflags, in ata_ering_record() argument 381 ent->eflags = eflags; in ata_ering_record() 418 ent->eflags |= ATA_EFLAG_OLD_ER; in ata_ering_clear_cb() 1626 static int ata_eh_categorize_error(unsigned int eflags, unsigned int err_mask, in ata_eh_categorize_error() argument 1631 if (!(eflags & ATA_EFLAG_DUBIOUS_XFER)) in ata_eh_categorize_error() 1643 if (eflags & ATA_EFLAG_IS_IO) { in ata_eh_categorize_error() 1665 if ((ent->eflags & ATA_EFLAG_OLD_ER) || (ent->timestamp < arg->since)) in speed_down_verdict_cb() 1668 cat = ata_eh_categorize_error(ent->eflags, ent->err_mask, in speed_down_verdict_cb() 1793 unsigned int eflags, unsigned int err_mask) in ata_eh_speed_down() argument 1801 if (ata_eh_categorize_error(eflags, err_mask, &xfer_ok) == 0) in ata_eh_speed_down() [all …]
|
/Linux-v6.1/include/uapi/video/ |
D | uvesafb.h | 16 __u32 eflags; member
|
/Linux-v6.1/arch/x86/include/asm/ |
D | user32.h | 42 __u32 eflags, esp; member
|
/Linux-v6.1/arch/x86/include/asm/xen/ |
D | interface_32.h | 63 uint32_t eflags; /* eflags.IF == !saved_upcall_mask */ member
|
/Linux-v6.1/include/xen/interface/hvm/ |
D | hvm_vcpu.h | 21 uint32_t eflags; member
|
/Linux-v6.1/drivers/soc/apple/ |
D | sart.c | 264 u8 eflags; in apple_sart_remove_allowed_region() local 271 sart->ops->get_entry(sart, i, &eflags, &epaddr, &esize); in apple_sart_remove_allowed_region()
|