Home
last modified time | relevance | path

Searched refs:eflags (Results 1 – 25 of 39) sorted by relevance

12

/linux/arch/arm/kernel/
H A Delf.c12 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/tools/testing/selftests/x86/
H A Dhelpers.h21 static inline void set_eflags(unsigned long eflags) in set_eflags() argument
24 __builtin_ia32_writeeflags_u64(eflags); in set_eflags()
26 __builtin_ia32_writeeflags_u32(eflags); in set_eflags()
/linux/arch/loongarch/kernel/
H A Dsignal.c212 uint32_t __user *eflags = (uint32_t *)&ctx->eflags; in copy_lbt_to_sigcontext() local
218 err |= __put_user(current->thread.lbt.eflags, eflags); in copy_lbt_to_sigcontext()
227 uint32_t __user *eflags = (uint32_t *)&ctx->eflags; in copy_lbt_from_sigcontext() local
233 err |= __get_user(current->thread.lbt.eflags, eflags); in copy_lbt_from_sigcontext()
317 uint32_t __user *eflags = (uint32_t *)&ctx->eflags; in save_hw_lbt_context() local
319 return _save_lbt_context(regs, eflags); in save_hw_lbt_context()
325 uint32_t __user *eflags = (uint32_t *)&ctx->eflags; in restore_hw_lbt_context() local
327 return _restore_lbt_context(regs, eflags); in restore_hw_lbt_context()
600 uint32_t __user *eflags = (uint32_t *)&lbt_ctx->eflags; in protected_save_lbt_context() local
620 err = __put_user(0, &regs[0]) | __put_user(0, eflags); in protected_save_lbt_context()
[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
109 EX ld.w t1, a1, 0 # restore eflags
/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_misc.h74 __field(u64, eflags)
82 __entry->eflags = rhf_err_flags(packet->rhf);
93 __entry->eflags,
/linux/arch/arc/kernel/
H A Dprocess.c279 unsigned int eflags; in elf_check_arch() local
287 eflags = x->e_flags; in elf_check_arch()
288 if ((eflags & EF_ARC_OSABI_MSK) != EF_ARC_OSABI_CURRENT) { in elf_check_arch()
/linux/arch/x86/boot/
H A Dmemory.c52 if (oreg.eflags & X86_EFLAGS_CF) in detect_memory_e820()
80 if (oreg.eflags & X86_EFLAGS_CF) in detect_memory_e801()
H A Dregs.c22 reg->eflags |= X86_EFLAGS_CF; in initregs()
H A Dapm.c62 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) { in query_apm_bios()
H A Dtty.c105 return !(oreg.eflags & X86_EFLAGS_ZF); in kbd_pending()
/linux/arch/loongarch/include/asm/
H A Dlbt.h18 asmlinkage int _save_lbt_context(void __user *regs, void __user *eflags);
19 asmlinkage int _restore_lbt_context(void __user *regs, void __user *eflags);
H A Dprocessor.h96 unsigned long eflags; member
/linux/drivers/s390/scsi/
H A Dzfcp_qdio.h133 sbale->eflags = 0; in zfcp_qdio_req_init()
178 sbale->eflags |= SBAL_EFLAGS_LAST_ENTRY; in zfcp_qdio_set_sbale_last()
/linux/drivers/ata/
H A Dlibata-eh.c378 static void ata_ering_record(struct ata_ering *ering, unsigned int eflags, in ata_ering_record() argument
389 ent->eflags = eflags; in ata_ering_record()
426 ent->eflags |= ATA_EFLAG_OLD_ER; in ata_ering_clear_cb()
1737 static int ata_eh_categorize_error(unsigned int eflags, unsigned int err_mask, in ata_eh_categorize_error() argument
1742 if (!(eflags & ATA_EFLAG_DUBIOUS_XFER)) in ata_eh_categorize_error()
1754 if (eflags & ATA_EFLAG_IS_IO) { in ata_eh_categorize_error()
1776 if ((ent->eflags & ATA_EFLAG_OLD_ER) || (ent->timestamp < arg->since)) in speed_down_verdict_cb()
1779 cat = ata_eh_categorize_error(ent->eflags, ent->err_mask, in speed_down_verdict_cb()
1904 unsigned int eflags, unsigned int err_mask) in ata_eh_speed_down() argument
1912 if (ata_eh_categorize_error(eflags, err_mask, &xfer_ok) == 0) in ata_eh_speed_down()
[all …]
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h317 __u32 eflags; member
343 __u64 eflags; /* RFLAGS */ member
H A Dvm86.h81 long eflags; member
/linux/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h66 __u32 eflags; member
H A Dptrace.h57 __u32 eflags; member
/linux/include/uapi/video/
H A Duvesafb.h16 __u32 eflags; member
/linux/arch/x86/include/asm/
H A Duser32.h42 __u32 eflags, esp; member
/linux/include/xen/interface/hvm/
H A Dhvm_vcpu.h21 uint32_t eflags; member
/linux/arch/x86/kvm/
H A Dsmm.h63 u32 eflags; member
/linux/arch/s390/include/asm/
H A Dqdio.h205 u8 eflags; member
/linux/kernel/trace/
H A Dtrace_events_trigger.c217 unsigned long eflags = file->flags; in __trace_trigger_soft_disabled() local
219 if (eflags & EVENT_FILE_FL_TRIGGER_MODE) in __trace_trigger_soft_disabled()
221 if (eflags & EVENT_FILE_FL_SOFT_DISABLED) in __trace_trigger_soft_disabled()
223 if (eflags & EVENT_FILE_FL_PID_FILTER) in __trace_trigger_soft_disabled()
/linux/arch/x86/kernel/
H A Dvm86_32.c128 unsafe_put_user(regs->pt.flags, &user->regs.eflags, Efault_end); in save_v86_state()
265 vm86regs.pt.flags = v.regs.eflags; in do_sys_vm86()

12