Home
last modified time | relevance | path

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

/arch/arm/kernel/
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()
/arch/x86/include/uapi/asm/
Dptrace.h33 long eflags; member
73 unsigned long eflags; member
Dvm86.h81 long eflags; member
Dsigcontext.h317 __u32 eflags; member
343 __u64 eflags; /* RFLAGS */ member
/arch/arc/kernel/
Dprocess.c286 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()
/arch/x86/boot/
Dmemory.c52 if (oreg.eflags & X86_EFLAGS_CF) in detect_memory_e820()
80 if (oreg.eflags & X86_EFLAGS_CF) in detect_memory_e801()
Dedd.c35 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()
Dregs.c22 reg->eflags |= X86_EFLAGS_CF; in initregs()
Dapm.c62 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) { in query_apm_bios()
Dtty.c105 return !(oreg.eflags & X86_EFLAGS_ZF); in kbd_pending()
Dboot.h252 u32 eflags; member
/arch/x86/kvm/
Demulate.c832 if (ctxt->eflags & X86_EFLAGS_VM) { in emulator_recalc_and_set_mode()
1568 in_page = (ctxt->eflags & X86_EFLAGS_DF) ? in pio_in_emulated()
1581 !(ctxt->eflags & X86_EFLAGS_DF)) { in pio_in_emulated()
1974 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf()
2006 (ctxt->eflags & ~change_mask) | (val & change_mask); in emulate_popf()
2014 ctxt->dst.addr.reg = &ctxt->eflags; in em_popf()
2102 ctxt->src.val = (unsigned long)ctxt->eflags & ~X86_EFLAGS_VM; in em_pushf()
2137 ctxt->src.val = ctxt->eflags; in __emulate_int_real()
2142 ctxt->eflags &= ~(X86_EFLAGS_IF | X86_EFLAGS_TF | X86_EFLAGS_AC); in __emulate_int_real()
2245 ctxt->eflags = ((temp_eflags & mask) | (ctxt->eflags & vm86_mask)); in emulate_iret_real()
[all …]
Dtss.h15 u32 eflags; member
Dkvm_emulate.h309 unsigned long eflags; member
Dx86.c7201 ctxt->eflags = kvm_get_rflags(vcpu); in init_emulate_ctxt()
7202 ctxt->tf = (ctxt->eflags & X86_EFLAGS_TF) != 0; in init_emulate_ctxt()
7206 (ctxt->eflags & X86_EFLAGS_VM) ? X86EMUL_MODE_VM86 : in init_emulate_ctxt()
7240 kvm_set_rflags(vcpu, ctxt->eflags); in kvm_inject_realmode_interrupt()
7636 if (ctxt->eflags & X86_EFLAGS_RF) in x86_emulate_instruction()
7637 kvm_set_rflags(vcpu, ctxt->eflags & ~X86_EFLAGS_RF); in x86_emulate_instruction()
7721 __kvm_set_rflags(vcpu, ctxt->eflags); in x86_emulate_instruction()
7730 if (unlikely((ctxt->eflags & ~rflags) & X86_EFLAGS_IF)) in x86_emulate_instruction()
9879 kvm_set_rflags(vcpu, ctxt->eflags); in kvm_task_switch()
/arch/x86/include/asm/
Duser32.h42 __u32 eflags, esp; member
/arch/x86/include/asm/xen/
Dinterface_32.h63 uint32_t eflags; /* eflags.IF == !saved_upcall_mask */ member
/arch/s390/include/asm/
Dqdio.h207 u8 eflags; member
/arch/x86/xen/
Dsmp_pv.c288 ctxt->user_regs.eflags = 0x1000; /* IOPL_RING1 */ in cpu_initialize_context()
/arch/x86/kernel/
Dvm86_32.c130 unsafe_put_user(regs->pt.flags, &user->regs.eflags, Efault_end); in save_v86_state()
296 vm86regs.pt.flags = v.regs.eflags; in do_sys_vm86()
Dptrace.c907 case offsetof(struct user32, regs.eflags): in putreg32()
965 case offsetof(struct user32, regs.eflags): in getreg32()
Dhead_32.S361 # 36(%esp) %eflags
/arch/x86/kernel/cpu/
Dcommon.c319 unsigned long eflags = native_save_fl(); in setup_smap() local
322 BUG_ON(eflags & X86_EFLAGS_AC); in setup_smap()