Searched refs:set (Results 1 - 25 of 536) sorted by relevance

1234567891011>>

/arch/x86/include/asm/
H A Dsignal.h43 #define sigaddset(set,sig) \
45 ? __const_sigaddset((set), (sig)) \
46 : __gen_sigaddset((set), (sig)))
48 static inline void __gen_sigaddset(sigset_t *set, int _sig) argument
50 asm("btsl %1,%0" : "+m"(*set) : "Ir"(_sig - 1) : "cc");
53 static inline void __const_sigaddset(sigset_t *set, int _sig) argument
56 set->sig[sig / _NSIG_BPW] |= 1 << (sig % _NSIG_BPW);
59 #define sigdelset(set, sig) \
61 ? __const_sigdelset((set), (sig)) \
62 : __gen_sigdelset((set), (si
65 __gen_sigdelset(sigset_t *set, int _sig) argument
70 __const_sigdelset(sigset_t *set, int _sig) argument
76 __const_sigismember(sigset_t *set, int _sig) argument
82 __gen_sigismember(sigset_t *set, int _sig) argument
[all...]
/arch/m68k/include/asm/
H A Dsignal.h26 static inline void sigaddset(sigset_t *set, int _sig) argument
29 : "+o" (*set)
34 static inline void sigdelset(sigset_t *set, int _sig) argument
37 : "+o" (*set)
42 static inline int __const_sigismember(sigset_t *set, int _sig) argument
45 return 1 & (set->sig[sig / _NSIG_BPW] >> (sig % _NSIG_BPW));
48 static inline int __gen_sigismember(sigset_t *set, int _sig) argument
53 : "o" (*set), "id" ((_sig-1) ^ 31)
58 #define sigismember(set,sig) \
60 __const_sigismember(set,si
[all...]
H A Dcacheflush_mm.h63 unsigned long set; local
65 for (set = start; set <= end; set += (0x10 - 3)) {
74 : "=a" (set)
75 : "a" (set));
81 unsigned long set; local
83 for (set = start; set <= end; set
99 unsigned long set; local
[all...]
/arch/powerpc/include/asm/
H A Ducc.h45 int ucc_mux_set_grant_tsa_bkpt(unsigned int ucc_num, int set, u32 mask);
49 static inline int ucc_set_qe_mux_grant(unsigned int ucc_num, int set) argument
51 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_GRANT);
54 static inline int ucc_set_qe_mux_tsa(unsigned int ucc_num, int set) argument
56 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_TSA);
59 static inline int ucc_set_qe_mux_bkpt(unsigned int ucc_num, int set) argument
61 return ucc_mux_set_grant_tsa_bkpt(ucc_num, set, QE_CMXUCR_BKPT);
/arch/mips/mm/
H A Dcex-oct.S21 .set push
22 .set mips64r2
23 .set noreorder
24 .set noat
51 .set pop
58 .set push
59 .set noreorder
60 .set noat
69 .set pop
H A Dcex-gen.S21 .set noreorder
22 .set noat
23 .set mips0
/arch/mips/include/asm/mach-loongson/
H A Dkernel-entry-init.h19 .set push
20 .set mips64
29 .set pop
38 .set push
39 .set mips64
48 .set pop
/arch/m68k/fpsp040/
H A Dfpsp.h79 .set LOCAL_SIZE,192 | bytes needed for local variables
80 .set LV,-LOCAL_SIZE | convenient base value
82 .set USER_DA,LV+0 | save space for D0-D1,A0-A1
83 .set USER_D0,LV+0 | saved user D0
84 .set USER_D1,LV+4 | saved user D1
85 .set USER_A0,LV+8 | saved user A0
86 .set USER_A1,LV+12 | saved user A1
87 .set USER_FP0,LV+16 | saved user FP0
88 .set USER_FP1,LV+28 | saved user FP1
89 .set USER_FP
[all...]
/arch/arm/plat-samsung/
H A Dplatformdata.c42 struct s3c_sdhci_platdata *set)
44 set->cd_type = pd->cd_type;
45 set->ext_cd_init = pd->ext_cd_init;
46 set->ext_cd_cleanup = pd->ext_cd_cleanup;
47 set->ext_cd_gpio = pd->ext_cd_gpio;
48 set->ext_cd_gpio_invert = pd->ext_cd_gpio_invert;
51 set->max_width = pd->max_width;
53 set->cfg_gpio = pd->cfg_gpio;
55 set->host_caps |= pd->host_caps;
57 set
41 s3c_sdhci_set_platdata(struct s3c_sdhci_platdata *pd, struct s3c_sdhci_platdata *set) argument
[all...]
/arch/sh/boards/mach-se/7724/
H A Dirq.c47 struct fpga_irq set; local
51 set.sraddr = IRQ0_SR;
52 set.mraddr = IRQ0_MR;
53 set.mask = IRQ0_MASK;
54 set.base = IRQ0_BASE;
57 set.sraddr = IRQ1_SR;
58 set.mraddr = IRQ1_MR;
59 set.mask = IRQ1_MASK;
60 set.base = IRQ1_BASE;
63 set
76 struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); local
84 struct fpga_irq set = get_fpga_irq(fpga2irq(irq)); local
97 struct fpga_irq set = get_fpga_irq(irq); local
[all...]
/arch/arm64/include/asm/
H A Dsignal32.h27 int compat_setup_frame(int usig, struct ksignal *ksig, sigset_t *set,
29 int compat_setup_rt_frame(int usig, struct ksignal *ksig, sigset_t *set,
36 sigset_t *set, struct pt_regs *regs)
41 static inline int compat_setup_rt_frame(int usig, struct ksignal *ksig, sigset_t *set, argument
35 compat_setup_frame(int usid, struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
/arch/alpha/lib/
H A Dstrcpy.S18 mov $16, $0 # set up return value
19 mov $26, $23 # set up return address
H A Dstrcat.S17 mov $16, $0 # set up return value
26 cmpbge $31, $1, $2 # bits set iff byte == 0
34 $found: negq $2, $3 # clear all but least set bit
37 and $2, 0xf0, $3 # binary search for that set bit
/arch/mips/include/asm/
H A Dabi.h17 struct pt_regs *regs, sigset_t *set);
20 struct pt_regs *regs, sigset_t *set);
H A Dasmmacro.h60 .set push
80 .set pop
84 .set push
85 .set mips64r2
103 .set pop
117 .set push
140 .set push
141 .set mips64r2
159 .set pop
213 .set pus
[all...]
/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S59 * SHA-1 implementation with Intel(R) AVX2 instruction set extensions.
100 .set A, REG_A
101 .set B, REG_B
102 .set C, REG_C
103 .set D, REG_D
104 .set E, REG_E
105 .set TB, REG_TB
106 .set TA, REG_TA
108 .set RA, REG_RA
109 .set R
[all...]
/arch/mips/kernel/
H A Dgenex.S33 .set push
34 .set noat
45 .set pop
55 .set push
56 .set arch=r4000
57 .set noat
61 .set push
62 .set noreorder
63 .set nomacro
70 .set po
[all...]
/arch/mips/lib/
H A Dstrnlen_user.S43 .set noreorder
46 .set reorder
60 .set __strnlen_user_asm, __strnlen_kernel_asm
61 .set __strnlen_user_nocheck_asm, __strnlen_kernel_nocheck_asm
68 .set push
69 .set eva
71 .set pop
/arch/sh/boards/mach-x3proto/
H A Dilsel.c43 * directly for hooking up an ILSEL set and getting back an IRQ which can
64 static void __ilsel_enable(ilsel_source_t set, unsigned int bit) argument
69 pr_notice("enabling ILSEL set %d\n", set);
74 pr_debug("%s: bit#%d: addr - 0x%08lx (shift %d, set %d)\n",
75 __func__, bit, addr, shift, set);
79 tmp |= set << shift;
84 * ilsel_enable - Enable an ILSEL set.
85 * @set: ILSEL source (see ilsel_source_t enum in include/asm-sh/ilsel.h).
95 int ilsel_enable(ilsel_source_t set) argument
125 ilsel_enable_fixed(ilsel_source_t set, unsigned int level) argument
[all...]
/arch/arm/plat-versatile/include/plat/
H A Dclock.h8 int (*set)(struct clk *, unsigned long); member in struct:clk_ops
/arch/m68k/sun3x/
H A Dtime.h4 extern int sun3x_hwclk(int set, struct rtc_time *t);
/arch/mips/dec/prom/
H A Dlocore.S16 .set noat
17 .set noreorder
/arch/arm/mach-vexpress/
H A Dspc.h19 void ve_spc_global_wakeup_irq(bool set);
20 void ve_spc_cpu_wakeup_irq(u32 cluster, u32 cpu, bool set);
/arch/mips/lasat/image/
H A Dhead.S5 .set noreorder
6 .set mips3
/arch/sh/include/mach-x3proto/mach/
H A Dilsel.h41 int ilsel_enable(ilsel_source_t set);
42 int ilsel_enable_fixed(ilsel_source_t set, unsigned int level);

Completed in 538 milliseconds

1234567891011>>