Searched refs:set (Results 101 - 125 of 2146) sorted by relevance

1234567891011>>

/linux-master/arch/arm64/kernel/
H A Defi-header.S30 .set .Lpe_header_offset, . - .L_head
123 .set .Lefi_debug_table_size, . - .Lefi_debug_table
157 .set .Lsection_count, (. - .Lsection_table) / 40
169 .set .Lefi_debug_entry_size, . - .Lefi_debug_entry
179 .set .Lpe_header_offset, 0x0
/linux-master/arch/alpha/lib/
H A Dev67-strchr.S22 .set noreorder
23 .set noat
49 cmpbge zero, t0, t2 # E : bits set iff byte == zero
50 cmpbge zero, t4, t4 # E : bits set iff byte is garbage
55 cmpbge zero, t1, t3 # E : bits set iff byte == c
56 or t2, t3, t0 # E : bits set iff char match or zero match
72 cmpbge zero, t0, t2 # E : bits set iff byte == 0
74 cmpbge zero, t1, t3 # E : bits set iff byte == c
79 $found: negq t0, t1 # E : clear all but least set bit
81 and t0, t3, t1 # E : bit set if
[all...]
/linux-master/arch/sh/lib/
H A Dmovmem.S24 .set __movstr, __movmem
62 .set __movstrSI64, __movmemSI64
68 .set __movstrSI60, __movmemSI60
74 .set __movstrSI56, __movmemSI56
80 .set __movstrSI52, __movmemSI52
86 .set __movstrSI48, __movmemSI48
92 .set __movstrSI44, __movmemSI44
98 .set __movstrSI40, __movmemSI40
104 .set __movstrSI36, __movmemSI36
110 .set __movstrSI3
[all...]
/linux-master/arch/um/os-Linux/
H A Dtime.c102 sigset_t set, old; local
105 sigemptyset(&set);
106 sigaddset(&set, SIGALRM);
107 sigprocmask(SIG_BLOCK, &set, &old);
114 sigprocmask(SIG_UNBLOCK, &set, NULL);
/linux-master/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c7 /* Kernel module implementing an IP set type: the bitmap:ip type */
40 unsigned long *members; /* the set members */
43 u32 elements; /* number of max elements in the set */
48 struct ip_set *set; /* attached to this ip_set */ member in struct:bitmap_ip
110 bitmap_ip_kadt(struct ip_set *set, const struct sk_buff *skb, argument
114 struct bitmap_ip *map = set->data;
115 ipset_adtfn adtfn = set->variant->adt[adt];
117 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set);
126 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags);
130 bitmap_ip_uadt(struct ip_set *set, struc argument
219 init_map_ip(struct ip_set *set, struct bitmap_ip *map, u32 first_ip, u32 last_ip, u32 elements, u32 hosts, u8 netmask) argument
253 bitmap_ip_create(struct net *net, struct ip_set *set, struct nlattr *tb[], u32 flags) argument
[all...]
H A Dip_set_hash_mac.c4 /* Kernel module implementing an IP set type: the hash:mac type */
72 hash_mac4_kadt(struct ip_set *set, const struct sk_buff *skb, argument
76 ipset_adtfn adtfn = set->variant->adt[adt];
78 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set);
91 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags);
95 hash_mac4_uadt(struct ip_set *set, struct nlattr *tb[], argument
98 ipset_adtfn adtfn = set->variant->adt[adt];
100 struct ip_set_ext ext = IP_SET_INIT_UEXT(set);
110 ret = ip_set_get_extensions(set, tb, &ext);
117 return adtfn(set,
[all...]
H A Dip_set_hash_ipmac.c5 /* Kernel module implementing an IP set type: the hash:ip,mac type */
84 hash_ipmac4_kadt(struct ip_set *set, const struct sk_buff *skb, argument
88 ipset_adtfn adtfn = set->variant->adt[adt];
90 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set);
106 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags);
110 hash_ipmac4_uadt(struct ip_set *set, struct nlattr *tb[], argument
113 ipset_adtfn adtfn = set->variant->adt[adt];
115 struct ip_set_ext ext = IP_SET_INIT_UEXT(set);
133 ip_set_get_extensions(set, tb, &ext);
140 return adtfn(set,
197 hash_ipmac6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) argument
226 hash_ipmac6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
[all...]
H A Dip_set_hash_net.c4 /* Kernel module implementing an IP set type: the hash:net type */
113 hash_net4_kadt(struct ip_set *set, const struct sk_buff *skb, argument
117 const struct hash_net4 *h = set->data;
118 ipset_adtfn adtfn = set->variant->adt[adt];
122 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set);
132 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags);
136 hash_net4_uadt(struct ip_set *set, struct nlattr *tb[], argument
139 struct hash_net4 *h = set->data;
140 ipset_adtfn adtfn = set->variant->adt[adt];
142 struct ip_set_ext ext = IP_SET_INIT_UEXT(set);
287 hash_net6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) argument
310 hash_net6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
[all...]
H A Dip_set_hash_ipport.c4 /* Kernel module implementing an IP set type: the hash:ip,port type */
91 hash_ipport4_kadt(struct ip_set *set, const struct sk_buff *skb, argument
95 ipset_adtfn adtfn = set->variant->adt[adt];
97 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set);
98 const struct MTYPE *h = set->data;
108 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags);
112 hash_ipport4_uadt(struct ip_set *set, struct nlattr *tb[], argument
115 struct hash_ipport4 *h = set->data;
116 ipset_adtfn adtfn = set->variant->adt[adt];
118 struct ip_set_ext ext = IP_SET_INIT_UEXT(set);
261 hash_ipport6_kadt(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, enum ipset_adt adt, struct ip_set_adt_opt *opt) argument
283 hash_ipport6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dkernel_ex.S7 | set the appropriate bits in the USER_FPSR word on the stack.
51 | set FPSR exception status dz bit, condition code
57 | set exception status bit & accrued bits in FPSR
58 | set flag to disable sto_res from corrupting fp register
67 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR
68 fmovel #0,%FPSR |clr status bits (Z set)
73 fmovel #0,%FPSR |clr status bits (Z set)
84 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR
89 orl #dzinf_mask,USER_FPSR(%a6) |set I,DZ,ADZ
97 bsetb #neg_bit,FPSR_CC(%a6) |set ne
[all...]
/linux-master/arch/x86/crypto/
H A Dsha1_ssse3_asm.S4 * SSE3 instruction set extensions introduced in Intel Core Microarchitecture
120 .set i, 0
123 .set i, (i+1)
192 .set A, REG_A
193 .set B, REG_B
194 .set C, REG_C
195 .set D, REG_D
196 .set E, REG_E
197 .set T1, REG_T1
198 .set T
[all...]
/linux-master/drivers/reset/
H A Dreset-lantiq.c72 unsigned int set = id & 0x1f; local
73 u32 val = assert ? BIT(set) : 0;
76 ret = regmap_update_bits(priv->regmap, priv->reset_offset, BIT(set),
79 dev_err(priv->dev, "Failed to set reset bit %u\n", set);
87 assert ? "assert" : "deassert", set);
155 unsigned int status, set; local
157 set = reset_spec->args[0];
160 if (set >= rcdev->nr_resets || status >= rcdev->nr_resets)
163 return (status << 8) | set;
[all...]
/linux-master/arch/mips/kernel/
H A Dr2300_fpu.S36 .set mips1
55 .set noreorder
66 .set push
67 .set hardfloat
88 .set pop
100 .set push
101 .set hardfloat
122 .set pop
124 .set reorder
H A Dr4k_fpu.S24 /* preprocessor replaces the fp in ".set fp=64" with $30 otherwise */
28 .set push
29 .set hardfloat
30 .set nomacro
32 .set pop
89 .set noreorder
100 .set push
101 .set hardfloat
103 .set pop
107 .set pus
[all...]
/linux-master/net/netfilter/
H A Dnft_last.c13 unsigned int set; member in struct:nft_last
38 last->set = ntohl(nla_get_be32(tb[NFTA_LAST_SET]));
40 if (last->set && tb[NFTA_LAST_MSECS]) {
64 if (READ_ONCE(last->set) == 0)
65 WRITE_ONCE(last->set, 1);
74 u32 last_set = READ_ONCE(last->set);
78 WRITE_ONCE(last->set, 0);
114 priv_dst->last->set = priv_src->last->set;
/linux-master/drivers/md/bcache/
H A Dalloc.c53 * out of a cache set.
80 ca->set->need_gc = max(ca->set->need_gc, bucket_gc_gen(b));
81 WARN_ON_ONCE(ca->set->need_gc > BUCKET_GC_GEN_MAX);
132 return (ca->set->gc_mark_valid || b->reclaimable_in_gc) &&
139 lockdep_assert_held(&ca->set->bucket_lock);
169 unsigned int min_prio = (INITIAL_PRIO - ca->set->min_prio) / 8; \
171 (b->prio - ca->set->min_prio + min_prio) * GC_SECTORS_USED(b); \
206 wake_up_gc(ca->set);
231 wake_up_gc(ca->set);
[all...]
/linux-master/arch/sparc/kernel/
H A Dtrampoline_32.S46 set (PSR_PIL | PSR_S | PSR_PS), %g1
60 set current_set, %g5
75 set poke_srmmu, %g5
100 set (PSR_PIL | PSR_S | PSR_PS), %g1
110 set trapbase, %g1
115 set SUN4D_BOOTBUS_CPUID, %g3
122 set current_set, %g5
136 set poke_srmmu, %g5
152 set smp_penguin_ctable,%g1
155 set
[all...]
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c64 static inline void set(FILE *stream, int value);
83 /* In case we get called recursively by a set() call below */
127 static inline void set(FILE *stream, int value) function
172 set(def_msgs, 10);
174 set(def_msgsize, 128);
187 set(max_msgs, 10);
189 set(max_msgsize, 128);
337 set(max_msgs, ++cur_max_msgs);
338 set(max_msgsize, ++cur_max_msgsize);
368 set(def_msg
[all...]
/linux-master/arch/arm64/mm/
H A Dptdump.c5 * so that we can see what the various memory ranges are set to.
63 const char *set; member in struct:prot_bits
71 .set = " ",
76 .set = "USR",
81 .set = "ro",
86 .set = "NX",
91 .set = "SHD",
96 .set = "AF",
101 .set = "NG",
106 .set
[all...]
/linux-master/arch/mips/include/asm/
H A Dpm.h40 .set push
41 .set noreorder
60 .set pop
109 .set push
110 .set noreorder
115 .set pop
/linux-master/drivers/clk/sprd/
H A Dgate.c17 bool set = sg->flags & CLK_GATE_SET_TO_DISABLE ? true : false; local
19 set ^= en;
23 if (set)
34 bool set = sg->flags & CLK_GATE_SET_TO_DISABLE ? 1 : 0; local
37 set ^= en;
40 * Each set/clear gate clock has three registers:
42 * common->reg + offset - set register
45 offset = set ? sg->sc_offset : sg->sc_offset * 2;
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dkernel-entry-init.h20 .set push
21 .set mips64
44 .set pop
51 .set push
52 .set mips64
75 .set pop
/linux-master/arch/mips/lib/
H A Dmemset.S91 .set __memset, 1
96 .set noreorder
99 .set reorder
105 .set noreorder
110 .set noat
114 .set at
116 .set reorder
131 .set noreorder; \
134 .set reorder;
174 .set noa
[all...]
/linux-master/arch/riscv/mm/
H A Dptdump.c131 const char *set; member in struct:prot_bits
139 .set = "N",
143 .set = "MT(%s)",
148 .set = "RSW(%d)",
152 .set = "D",
156 .set = "A",
160 .set = "G",
164 .set = "U",
168 .set = "X",
172 .set
[all...]
/linux-master/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h45 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
57 .set .Lxchal_ofs_, .Lxchal_ofs_ + 16
63 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
69 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
86 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
98 .set .Lxchal_ofs_, .Lxchal_ofs_ + 16
104 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
110 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4

Completed in 501 milliseconds

1234567891011>>