Searched defs:flags (Results 51 - 75 of 1212) sorted by relevance

1234567891011>>

/arch/cris/include/arch-v32/arch/
H A Dirqflags.h9 unsigned long flags; local
10 asm volatile("move $ccs,%0" : "=rm" (flags) : : "memory");
11 return flags;
26 unsigned long flags = arch_local_save_flags(); local
28 return flags;
31 static inline void arch_local_irq_restore(unsigned long flags) argument
33 asm volatile("move %0,$ccs" : : "rm" (flags) : "memory");
36 static inline bool arch_irqs_disabled_flags(unsigned long flags) argument
38 return !(flags & (1 << I_CCS_BITNR));
/arch/h8300/include/asm/
H A Dirqflags.h6 unsigned long flags; local
7 asm volatile ("stc ccr,%w0" : "=r" (flags));
8 return flags;
23 unsigned long flags = arch_local_save_flags(); local
25 return flags;
28 static inline void arch_local_irq_restore(unsigned long flags) argument
30 asm volatile ("ldc %w0,ccr" : : "r" (flags) : "memory");
33 static inline bool arch_irqs_disabled_flags(unsigned long flags) argument
35 return (flags & 0x80) == 0x80;
/arch/hexagon/include/asm/
H A Dirqflags.h37 static inline bool arch_irqs_disabled_flags(unsigned long flags) argument
39 return !flags;
57 static inline void arch_local_irq_restore(unsigned long flags) argument
59 __vmsetie(flags);
/arch/m32r/include/asm/
H A Dirqflags.h17 unsigned long flags; local
18 asm volatile("mvfc %0,psw" : "=r"(flags));
19 return flags;
62 unsigned long flags; local
68 : "=r" (flags)
79 : "=r" (flags), "=&r" (tmpreg)
83 return flags;
86 static inline void arch_local_irq_restore(unsigned long flags) argument
90 : "r" (flags)
94 static inline bool arch_irqs_disabled_flags(unsigned long flags) argument
[all...]
/arch/m32r/mm/
H A Dioremap-nommu.c42 __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flags) argument
/arch/m68k/include/asm/
H A Dirqflags.h14 unsigned long flags; local
15 asm volatile ("movew %%sr,%0" : "=d" (flags) : : "memory");
16 return flags;
58 unsigned long flags = arch_local_save_flags(); local
60 return flags;
63 static inline void arch_local_irq_restore(unsigned long flags) argument
65 asm volatile ("movew %0,%%sr" : : "d" (flags) : "memory");
68 static inline bool arch_irqs_disabled_flags(unsigned long flags) argument
70 return (flags & ~ALLOWINT) != 0;
/arch/m68k/sun3/
H A Dintersil.c37 unsigned long flags; local
41 local_irq_save(flags);
69 local_irq_restore(flags);
/arch/m68k/sun3/prom/
H A Dconsole.c22 unsigned long flags; local
24 local_irq_save(flags);
26 local_irq_restore(flags);
36 unsigned long flags; local
39 local_irq_save(flags);
41 local_irq_restore(flags);
67 unsigned long flags;
85 local_irq_save(flags);
90 local_irq_restore(flags);
116 unsigned long flags;
[all...]
/arch/microblaze/include/asm/
H A Dcmpxchg.h12 unsigned long flags; local
16 local_irq_save(flags);
19 local_irq_restore(flags);
23 local_irq_save(flags);
26 local_irq_restore(flags);
H A Dirqflags.h19 unsigned long flags; local
22 : "=r"(flags)
25 return flags;
52 unsigned long flags, tmp; local
58 : "=r"(flags), "=r"(tmp)
61 return flags;
94 unsigned long flags; local
97 : "=r"(flags)
100 return flags;
103 static inline notrace void arch_local_irq_restore(unsigned long flags) argument
112 arch_irqs_disabled_flags(unsigned long flags) argument
[all...]
/arch/mips/include/asm/mach-au1x00/
H A Dioremap.h32 unsigned long flags)
31 plat_ioremap(phys_t offset, unsigned long size, unsigned long flags) argument
/arch/mips/include/asm/mach-bcm63xx/
H A Dioremap.h30 unsigned long flags)
29 plat_ioremap(phys_t offset, unsigned long size, unsigned long flags) argument
/arch/mips/include/asm/mach-generic/
H A Dioremap.h24 unsigned long flags)
23 plat_ioremap(phys_t offset, unsigned long size, unsigned long flags) argument
/arch/mips/include/asm/mach-tx39xx/
H A Dioremap.h24 unsigned long flags)
23 plat_ioremap(phys_t offset, unsigned long size, unsigned long flags) argument
/arch/mips/include/asm/mach-tx49xx/
H A Dioremap.h24 unsigned long flags)
23 plat_ioremap(phys_t offset, unsigned long size, unsigned long flags) argument
/arch/mips/lantiq/
H A Dearly_printk.c25 unsigned long flags; local
27 local_irq_save(flags);
32 local_irq_restore(flags);
/arch/mips/mipssim/
H A Dsim_time.c46 unsigned int flags; local
48 local_irq_save(flags);
64 local_irq_restore(flags);
/arch/mn10300/mm/
H A Dmmu-context.c31 unsigned long pteu, ptel, cnx, flags; local
39 local_irq_save(flags);
61 local_irq_restore(flags);
/arch/parisc/include/asm/
H A Dirqflags.h9 unsigned long flags; local
10 asm volatile("ssm 0, %0" : "=r" (flags) : : "memory");
11 return flags;
26 unsigned long flags; local
27 asm volatile("rsm %1,%0" : "=r" (flags) : "i" (PSW_I) : "memory");
28 return flags;
31 static inline void arch_local_irq_restore(unsigned long flags) argument
33 asm volatile("mtsm %0" : : "r" (flags) : "memory");
36 static inline bool arch_irqs_disabled_flags(unsigned long flags) argument
38 return (flags
[all...]
/arch/powerpc/platforms/85xx/
H A Dcorenet_ds.c38 unsigned int flags = MPIC_BIG_ENDIAN | MPIC_SINGLE_DEST_CPU | local
42 flags |= MPIC_ENABLE_COREINT;
44 mpic = mpic_alloc(NULL, 0, flags, 0, 256, " OpenPIC ");
/arch/s390/kernel/
H A Ddiag.c49 unsigned long flags; local
52 spin_lock_irqsave(&diag210_lock, flags);
77 spin_unlock_irqrestore(&diag210_lock, flags);
/arch/score/include/asm/
H A Dirqflags.h10 unsigned long flags; local
24 : "=r" (flags)
27 return flags;
32 unsigned long flags; local
46 : "=r" (flags)
50 return flags;
53 static inline void arch_local_irq_restore(unsigned long flags) argument
67 : "r"(flags)
108 static inline bool arch_irqs_disabled_flags(unsigned long flags) argument
110 return !(flags
[all...]
/arch/sh/include/asm/
H A Dcmpxchg-irq.h8 unsigned long flags, retval; local
10 local_irq_save(flags);
13 local_irq_restore(flags);
19 unsigned long flags, retval; local
21 local_irq_save(flags);
24 local_irq_restore(flags);
32 unsigned long flags; local
34 local_irq_save(flags);
38 local_irq_restore(flags); /* implies memory barrier */
H A Dheartbeat.h15 unsigned long flags; member in struct:heartbeat_data
/arch/sh/kernel/vsyscall/
H A DMakefile17 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 \
20 SYSCFLAGS_vsyscall-trapa.so = $(vsyscall-flags)

Completed in 451 milliseconds

1234567891011>>