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

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dptrace.h39 long eflags; member in struct:pt_regs
58 #define user_mode(regs) ((VM_MASK & (regs)->eflags) || (3 & (regs)->xcs))
H A Dsigcontext.h74 unsigned long eflags; member in struct:sigcontext
H A Dvm86.h10 * in the eflags register instead of doing it "by hand" in vflags...
86 long eflags; member in struct:vm86_regs
161 long eflags; member in struct:kernel_vm86_regs
H A Delf.h81 pr_reg[14] = regs->eflags; \
H A Duser.h84 long eflags, esp; member in struct:user_regs_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dptrace.h39 long eflags; member in struct:pt_regs
58 #define user_mode(regs) ((VM_MASK & (regs)->eflags) || (3 & (regs)->xcs))
H A Dsigcontext.h74 unsigned long eflags; member in struct:sigcontext
H A Dvm86.h10 * in the eflags register instead of doing it "by hand" in vflags...
86 long eflags; member in struct:vm86_regs
161 long eflags; member in struct:kernel_vm86_regs
H A Delf.h81 pr_reg[14] = regs->eflags; \
H A Duser.h84 long eflags, esp; member in struct:user_regs_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dioport.c96 * Here we just change the eflags value on the stack: we allow
104 unsigned int old = (regs.eflags >> 12) & 3;
113 regs.eflags = (regs.eflags & 0xffffffffffffcfff) | (level << 12);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dioport.c95 * Here we just change the eflags value on the stack: we allow
105 unsigned int old = (regs->eflags >> 12) & 3;
114 regs->eflags = (regs->eflags & 0xffffcfff) | (level << 12);
H A Dvm86.c104 set_flags(regs->eflags, VEFLAGS, VIF_MASK | current->thread.v86mask);
251 * The eflags register is also special: we cannot trust that the user
255 VEFLAGS = info->regs.eflags;
256 info->regs.eflags &= SAFE_MASK;
257 info->regs.eflags |= info->regs32->eflags & ~SAFE_MASK;
258 info->regs.eflags |= VM_MASK;
320 regs->eflags &= ~TF_MASK;
325 regs->eflags &= ~AC_MASK;
339 static inline void set_vflags_long(unsigned long eflags, struc argument
[all...]
H A Dtraps.c207 smp_processor_id(), 0xffff & regs->xcs, regs->eip, print_tainted(), regs->eflags);
295 if (!(regs->eflags & VM_MASK) && !(3 & regs->xcs))
311 if (regs->eflags & VM_MASK) {
397 if (regs->eflags & VM_MASK)
531 if ((eip >=PAGE_OFFSET) && (regs->eflags & TF_MASK))
540 if (regs->eflags & VM_MASK)
591 regs->eflags &= ~TF_MASK;
722 if (regs->eflags & VM_MASK) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dsigcontext.h41 unsigned long eflags; /* RFLAGS */ member in struct:sigcontext
H A Dsigcontext32.h63 unsigned int eflags; member in struct:sigcontext_ia32
H A Dptrace.h68 unsigned long eflags; member in struct:pt_regs
H A Duser.h71 unsigned long rip,cs,eflags; member in struct:user_regs_struct
H A Duser32.h40 __u32 eflags, esp; member in struct:user_regs_struct32
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dsigcontext.h41 unsigned long eflags; /* RFLAGS */ member in struct:sigcontext
H A Dsigcontext32.h63 unsigned int eflags; member in struct:sigcontext_ia32
H A Dptrace.h68 unsigned long eflags; member in struct:pt_regs
H A Duser.h71 unsigned long rip,cs,eflags; member in struct:user_regs_struct
H A Duser32.h40 __u32 eflags, esp; member in struct:user_regs_struct32
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_signal.c159 sc, sc->err, sc->eip, sc->cs, sc->eflags);
204 err |= __get_user(tmpflags, &sc->eflags);
205 regs->eflags = (regs->eflags & ~0x40DD5) | (tmpflags & 0x40DD5);
333 err |= __put_user((u32)regs->eflags, &sc->eflags);
433 regs->eflags &= ~TF_MASK;
510 regs->eflags &= ~TF_MASK;

Completed in 88 milliseconds

12