/linux/arch/arm/kernel/ |
A 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/drivers/gpio/ |
A D | gpiolib-cdev.c | 437 u64 eflags; member 554 u64 eflags; in edge_irq_thread() local 573 eflags = READ_ONCE(line->eflags); in edge_irq_thread() 655 u64 eflags; in debounce_work_func() local 669 eflags = READ_ONCE(line->eflags); in debounce_work_func() 670 if (!eflags) in debounce_work_func() 799 WRITE_ONCE(line->eflags, eflags); in edge_detector_setup() 848 WRITE_ONCE(line->eflags, eflags); in edge_detector_update() 1482 u32 eflags; member 1715 u32 eflags; in lineevent_create() local [all …]
|
/linux/tools/testing/selftests/x86/ |
A 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()
|
A 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/drivers/infiniband/hw/qib/ |
A 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/arch/x86/include/uapi/asm/ |
A D | ptrace.h | 33 long eflags; member 73 unsigned long eflags; member
|
A D | sigcontext.h | 317 __u32 eflags; member 343 __u64 eflags; /* RFLAGS */ member
|
A D | vm86.h | 81 long eflags; member
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | trace_misc.h | 74 __field(u64, eflags) 82 __entry->eflags = rhf_err_flags(packet->rhf); 93 __entry->eflags,
|
A D | trace_rx.h | 28 __field(u64, eflags) 37 __entry->eflags = rhf_err_flags(packet->rhf); 49 __entry->eflags,
|
/linux/arch/arc/kernel/ |
A D | process.c | 286 unsigned int eflags; in elf_check_arch() local 294 eflags = x->e_flags; in elf_check_arch() 295 if ((eflags & EF_ARC_OSABI_MSK) != EF_ARC_OSABI_CURRENT) { in elf_check_arch()
|
/linux/arch/x86/kvm/ |
A D | emulate.c | 1986 ctxt->src.val = ctxt->eflags; in __emulate_int_real() 2094 ctxt->eflags = ((temp_eflags & mask) | (ctxt->eflags & vm86_mask)); in emulate_iret_real() 2096 ctxt->eflags &= ~0xffff; in emulate_iret_real() 2723 ctxt->eflags &= ~msr_data; in em_syscall() 2948 tss->flag = ctxt->eflags; in save_state_to_tss16() 3062 tss->eflags = ctxt->eflags; in save_state_to_tss32() 3089 ctxt->eflags = tss->eflags | 2; in load_state_from_tss32() 3262 ctxt->eflags = ctxt->eflags & ~X86_EFLAGS_NT; in emulator_do_task_switch() 3279 ctxt->eflags = ctxt->eflags | X86_EFLAGS_NT; in emulator_do_task_switch() 3921 ctxt->eflags &= ~0xffUL; in em_sahf() [all …]
|
A D | tss.h | 15 u32 eflags; member
|
/linux/arch/x86/boot/ |
A 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()
|
A 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()
|
A D | regs.c | 22 reg->eflags |= X86_EFLAGS_CF; in initregs()
|
A D | apm.c | 62 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) { in query_apm_bios()
|
A D | tty.c | 105 return !(oreg.eflags & X86_EFLAGS_ZF); in kbd_pending()
|
/linux/drivers/ata/ |
A D | libata-eh.c | 379 ent->eflags = eflags; in ata_ering_record() 416 ent->eflags |= ATA_EFLAG_OLD_ER; in ata_ering_clear_cb() 1638 if (!(eflags & ATA_EFLAG_DUBIOUS_XFER)) in ata_eh_categorize_error() 1650 if (eflags & ATA_EFLAG_IS_IO) { in ata_eh_categorize_error() 1800 unsigned int eflags, unsigned int err_mask) in ata_eh_speed_down() argument 1812 ata_ering_record(&dev->ering, eflags, err_mask); in ata_eh_speed_down() 1926 unsigned int all_err_mask = 0, eflags = 0; in ata_eh_link_autopsy() local 1993 eflags |= ATA_EFLAG_IS_IO; in ata_eh_link_autopsy() 2035 eflags |= ATA_EFLAG_DUBIOUS_XFER; in ata_eh_link_autopsy() 3071 ent->eflags &= ~ATA_EFLAG_DUBIOUS_XFER; in ata_set_mode() [all …]
|
/linux/drivers/s390/scsi/ |
A 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/include/linux/ |
A D | trace_events.h | 713 unsigned long eflags = file->flags; in trace_trigger_soft_disabled() local 715 if (!(eflags & EVENT_FILE_FL_TRIGGER_COND)) { in trace_trigger_soft_disabled() 716 if (eflags & EVENT_FILE_FL_TRIGGER_MODE) in trace_trigger_soft_disabled() 718 if (eflags & EVENT_FILE_FL_SOFT_DISABLED) in trace_trigger_soft_disabled() 720 if (eflags & EVENT_FILE_FL_PID_FILTER) in trace_trigger_soft_disabled()
|
/linux/include/uapi/video/ |
A D | uvesafb.h | 16 __u32 eflags; member
|
/linux/arch/x86/include/asm/ |
A D | user32.h | 42 __u32 eflags, esp; member
|
/linux/arch/x86/include/asm/xen/ |
A D | interface_32.h | 63 uint32_t eflags; /* eflags.IF == !saved_upcall_mask */ member
|
/linux/include/xen/interface/hvm/ |
A D | hvm_vcpu.h | 21 uint32_t eflags; member
|