Searched refs:set (Results 26 - 50 of 2146) sorted by relevance

1234567891011>>

/linux-master/arch/arm/kernel/
H A Diwmmxt.h7 .set .LwR\b, \b
8 .set .Lr\b, \b
11 .set .LwCSSF, 0x2
12 .set .LwCASF, 0x3
13 .set .LwCGR0, 0x8
14 .set .LwCGR1, 0x9
15 .set .LwCGR2, 0xa
16 .set .LwCGR3, 0xb
/linux-master/arch/alpha/lib/
H A Dstrcpy.S19 mov $16, $0 # set up return value
20 mov $26, $23 # set up return address
H A Dstrcat.S19 mov $16, $0 # set up return value
28 cmpbge $31, $1, $2 # bits set iff byte == 0
36 $found: negq $2, $3 # clear all but least set bit
39 and $2, 0xf0, $3 # binary search for that set bit
/linux-master/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...]
/linux-master/net/netfilter/
H A Dnft_set_bitmap.c52 static inline void nft_bitmap_location(const struct nft_set *set, argument
58 if (set->klen == 2)
78 bool nft_bitmap_lookup(const struct net *net, const struct nft_set *set, argument
81 const struct nft_bitmap *priv = nft_set_priv(set);
85 nft_bitmap_location(set, key, &idx, &off);
91 nft_bitmap_elem_find(const struct nft_set *set, struct nft_bitmap_elem *this, argument
94 const struct nft_bitmap *priv = nft_set_priv(set);
99 nft_set_ext_key(&this->ext), set->klen) ||
109 nft_bitmap_get(const struct net *net, const struct nft_set *set, argument
112 const struct nft_bitmap *priv = nft_set_priv(set);
126 nft_bitmap_insert(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, struct nft_elem_priv **elem_priv) argument
149 nft_bitmap_remove(const struct net *net, const struct nft_set *set, struct nft_elem_priv *elem_priv) argument
163 nft_bitmap_activate(const struct net *net, const struct nft_set *set, struct nft_elem_priv *elem_priv) argument
178 nft_bitmap_flush(const struct net *net, const struct nft_set *set, struct nft_elem_priv *elem_priv) argument
194 nft_bitmap_deactivate(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem) argument
215 nft_bitmap_walk(const struct nft_ctx *ctx, struct nft_set *set, struct nft_set_iter *iter) argument
257 nft_bitmap_init(const struct nft_set *set, const struct nft_set_desc *desc, const struct nlattr * const nla[]) argument
271 nft_bitmap_destroy(const struct nft_ctx *ctx, const struct nft_set *set) argument
[all...]
H A Dnft_set_hash.c36 const struct nft_set *set; member in struct:nft_rhash_cmp_arg
62 if (memcmp(nft_set_ext_key(&he->ext), x->key, x->set->klen))
82 bool nft_rhash_lookup(const struct net *net, const struct nft_set *set, argument
85 struct nft_rhash *priv = nft_set_priv(set);
89 .set = set,
102 nft_rhash_get(const struct net *net, const struct nft_set *set, argument
105 struct nft_rhash *priv = nft_set_priv(set);
109 .set = set,
121 nft_rhash_update(struct nft_set *set, const u32 *key, struct nft_elem_priv * (*new)(struct nft_set *, const struct nft_expr *, struct nft_regs *regs), const struct nft_expr *expr, struct nft_regs *regs, const struct nft_set_ext **ext) argument
172 nft_rhash_insert(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, struct nft_elem_priv **elem_priv) argument
197 nft_rhash_activate(const struct net *net, const struct nft_set *set, struct nft_elem_priv *elem_priv) argument
205 nft_rhash_flush(const struct net *net, const struct nft_set *set, struct nft_elem_priv *elem_priv) argument
215 nft_rhash_deactivate(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem) argument
237 nft_rhash_remove(const struct net *net, const struct nft_set *set, struct nft_elem_priv *elem_priv) argument
247 nft_rhash_delete(const struct nft_set *set, const u32 *key) argument
267 nft_rhash_walk(const struct nft_ctx *ctx, struct nft_set *set, struct nft_set_iter *iter) argument
301 nft_rhash_expr_needs_gc_run(const struct nft_set *set, struct nft_set_ext *ext) argument
320 struct nft_set *set; local
398 nft_rhash_gc_init(const struct nft_set *set) argument
406 nft_rhash_init(const struct nft_set *set, const struct nft_set_desc *desc, const struct nlattr * const tb[]) argument
432 const struct nft_set *set; member in struct:nft_rhash_ctx
443 nft_rhash_destroy(const struct nft_ctx *ctx, const struct nft_set *set) argument
493 nft_hash_lookup(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) argument
514 nft_hash_get(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, unsigned int flags) argument
533 nft_hash_lookup_fast(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) argument
556 nft_jhash(const struct nft_set *set, const struct nft_hash *priv, const struct nft_set_ext *ext) argument
573 nft_hash_insert(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, struct nft_elem_priv **elem_priv) argument
595 nft_hash_activate(const struct net *net, const struct nft_set *set, struct nft_elem_priv *elem_priv) argument
603 nft_hash_flush(const struct net *net, const struct nft_set *set, struct nft_elem_priv *elem_priv) argument
613 nft_hash_deactivate(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem) argument
633 nft_hash_remove(const struct net *net, const struct nft_set *set, struct nft_elem_priv *elem_priv) argument
642 nft_hash_walk(const struct nft_ctx *ctx, struct nft_set *set, struct nft_set_iter *iter) argument
670 nft_hash_init(const struct nft_set *set, const struct nft_set_desc *desc, const struct nlattr * const tb[]) argument
682 nft_hash_destroy(const struct nft_ctx *ctx, const struct nft_set *set) argument
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sprite_uapi.c17 const struct drm_intel_sprite_colorkey *set)
23 *key = *set;
30 set->flags & I915_SET_COLORKEY_SOURCE)
38 set->flags & I915_SET_COLORKEY_DESTINATION)
46 struct drm_intel_sprite_colorkey *set = data; local
54 set->flags &= ~I915_SET_COLORKEY_NONE;
56 if (set->flags & ~(I915_SET_COLORKEY_DESTINATION | I915_SET_COLORKEY_SOURCE))
60 if ((set->flags & (I915_SET_COLORKEY_DESTINATION | I915_SET_COLORKEY_SOURCE)) == (I915_SET_COLORKEY_DESTINATION | I915_SET_COLORKEY_SOURCE))
64 set->flags & I915_SET_COLORKEY_DESTINATION)
67 plane = drm_plane_find(dev, file_priv, set
16 intel_plane_set_ckey(struct intel_plane_state *plane_state, const struct drm_intel_sprite_colorkey *set) argument
95 intel_plane_set_ckey(to_intel_plane_state(plane_state), set); local
110 intel_plane_set_ckey(to_intel_plane_state(plane_state), set); local
[all...]
/linux-master/net/netfilter/ipset/
H A Dip_set_list_set.c4 /* Kernel module implementing an IP set type: the list:set type */
22 IP_SET_MODULE_DESC("list:set", IPSET_TYPE_REV_MIN, IPSET_TYPE_REV_MAX);
23 MODULE_ALIAS("ip_set_list:set");
29 struct ip_set *set; /* Sigh, in order to cleanup reference */ member in struct:set_elem
41 u32 size; /* size of set list array */
43 struct ip_set *set; /* attached to this ip_set */ member in struct:list_set
45 struct list_head members; /* the set members */
49 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, argument
53 struct list_set *map = set
74 list_set_kadd(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) argument
94 list_set_kdel(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) argument
114 list_set_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
146 struct ip_set *set = e->set; local
153 list_set_del(struct ip_set *set, struct set_elem *e) argument
164 list_set_replace(struct ip_set *set, struct set_elem *e, struct set_elem *old) argument
174 set_cleanup_entries(struct ip_set *set) argument
185 list_set_utest(struct ip_set *set, void *value, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags) argument
217 list_set_init_extensions(struct ip_set *set, const struct ip_set_ext *ext, struct set_elem *e) argument
232 list_set_uadd(struct ip_set *set, void *value, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags) argument
314 list_set_udel(struct ip_set *set, void *value, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags) argument
346 list_set_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
412 list_set_flush(struct ip_set *set) argument
424 list_set_destroy(struct ip_set *set) argument
456 list_set_head(struct ip_set *set, struct sk_buff *skb) argument
480 list_set_list(const struct ip_set *set, struct sk_buff *skb, struct netlink_callback *cb) argument
546 list_set_cancel_gc(struct ip_set *set) argument
577 struct ip_set *set = map->set; local
588 list_set_gc_init(struct ip_set *set, void (*gc)(struct timer_list *t)) argument
599 init_list_set(struct net *net, struct ip_set *set, u32 size) argument
617 list_set_create(struct net *net, struct ip_set *set, struct nlattr *tb[], u32 flags) argument
[all...]
H A Dip_set_core.c7 /* Kernel module for IP set management */
25 static LIST_HEAD(ip_set_type_list); /* all registered set types */
27 static DEFINE_RWLOCK(ip_set_ref_lock); /* protects the set refs */
52 MODULE_DESCRIPTION("core IP set support");
67 /* The set types are implemented in modules and registered set types
102 /* Unlock, try to load a set type module and lock again */
117 /* Find a set type and reference it */
155 /* Find a given set type by name and family.
195 /* Register a set typ
340 ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment, const struct ip_set_ext *ext) argument
381 ip_set_comment_free(struct ip_set *set, void *ptr) argument
434 ip_set_elem_len(struct ip_set *set, struct nlattr *tb[], size_t len, size_t align) argument
461 ip_set_get_extensions(struct ip_set *set, struct nlattr *tb[], struct ip_set_ext *ext) argument
558 ip_set_put_extensions(struct sk_buff *skb, const struct ip_set *set, const void *e, bool active) argument
632 ip_set_match_extensions(struct ip_set *set, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags, void *data) argument
668 __ip_set_get(struct ip_set *set) argument
676 __ip_set_put(struct ip_set *set) argument
688 __ip_set_get_netlink(struct ip_set *set) argument
696 __ip_set_put_netlink(struct ip_set *set) argument
720 ip_set_lock(struct ip_set *set) argument
727 ip_set_unlock(struct ip_set *set) argument
737 struct ip_set *set = ip_set_rcu_get(xt_net(par), index); local
773 struct ip_set *set = ip_set_rcu_get(xt_net(par), index); local
795 struct ip_set *set = ip_set_rcu_get(xt_net(par), index); local
818 ip_set_get_byname(struct net *net, const char *name, struct ip_set **set) argument
849 struct ip_set *set; local
875 struct ip_set *set = ip_set_rcu_get(net, index); local
897 struct ip_set *set; local
924 struct ip_set *set; local
990 struct ip_set *set = NULL; local
1013 find_free_id(struct ip_set_net *inst, const char *name, ip_set_id_t *index, struct ip_set **set) argument
1047 struct ip_set *set, *clash = NULL; local
1176 ip_set_destroy_set(struct ip_set *set) argument
1189 struct ip_set *set = container_of(head, struct ip_set, rcu); local
1275 ip_set_flush_set(struct ip_set *set) argument
1326 struct ip_set *set, *s; local
1431 ip_set_put_flags(struct sk_buff *skb, struct ip_set *set) argument
1461 struct ip_set *set = ip_set_ref_netlink(inst, index); local
1512 struct ip_set *set; local
1548 struct ip_set *set = NULL; local
1711 call_ad(struct net *net, struct sock *ctnl, struct sk_buff *skb, struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 flags, bool use_lineno) argument
1791 struct ip_set *set; local
1857 struct ip_set *set; local
1892 const struct ip_set *set; local
2032 const struct ip_set *set; local
2077 const struct ip_set *set; local
2308 struct ip_set *set; local
2372 struct ip_set *set = NULL; local
[all...]
/linux-master/arch/m68k/include/asm/
H A Dcacheflush_mm.h64 unsigned long set; local
66 for (set = start; set <= end; set += (0x10 - 3)) {
75 : "=a" (set)
76 : "a" (set));
82 unsigned long set; local
84 for (set = start; set <= end; set
100 unsigned long set; local
[all...]
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h85 cpu_set_t set; local
87 if (sched_getaffinity(getpid(), sizeof(set), &set) == 0) {
88 CPU_ZERO(&set);
89 CPU_SET(cpu, &set);
90 return sched_setaffinity(getpid(), sizeof(set), &set);
/linux-master/arch/mips/lib/
H A Dstrnlen_user.S34 .set noat
39 .set push
40 .set eva
42 .set pop
46 .set noreorder
53 .set at
55 .set reorder
/linux-master/arch/sh/boards/mach-x3proto/
H A Dilsel.c40 * directly for hooking up an ILSEL set and getting back an IRQ which can
61 static void __ilsel_enable(ilsel_source_t set, unsigned int bit) argument
66 pr_notice("enabling ILSEL set %d\n", set);
71 pr_debug("%s: bit#%d: addr - 0x%08lx (shift %d, set %d)\n",
72 __func__, bit, addr, shift, set);
76 tmp |= set << shift;
81 * ilsel_enable - Enable an ILSEL set.
82 * @set: ILSEL source (see ilsel_source_t enum in include/asm-sh/ilsel.h).
92 int ilsel_enable(ilsel_source_t set) argument
122 ilsel_enable_fixed(ilsel_source_t set, unsigned int level) argument
[all...]
/linux-master/include/linux/
H A Dsignal.h65 static inline void sigaddset(sigset_t *set, int _sig) argument
69 set->sig[0] |= 1UL << sig;
71 set->sig[sig / _NSIG_BPW] |= 1UL << (sig % _NSIG_BPW);
74 static inline void sigdelset(sigset_t *set, int _sig) argument
78 set->sig[0] &= ~(1UL << sig);
80 set->sig[sig / _NSIG_BPW] &= ~(1UL << (sig % _NSIG_BPW));
83 static inline int sigismember(sigset_t *set, int _sig) argument
87 return 1 & (set->sig[0] >> sig);
89 return 1 & (set->sig[sig / _NSIG_BPW] >> (sig % _NSIG_BPW));
94 static inline int sigisemptyset(sigset_t *set) argument
192 sigemptyset(sigset_t *set) argument
205 sigfillset(sigset_t *set) argument
220 sigaddsetmask(sigset_t *set, unsigned long mask) argument
225 sigdelsetmask(sigset_t *set, unsigned long mask) argument
230 sigtestsetmask(sigset_t *set, unsigned long mask) argument
235 siginitset(sigset_t *set, unsigned long mask) argument
248 siginitsetinv(sigset_t *set, unsigned long mask) argument
[all...]
/linux-master/tools/perf/
H A Dbuiltin-config.c38 static int set_config(struct perf_config_set *set, const char *file_name) argument
45 if (set == NULL)
55 perf_config_items__for_each_entry(&set->sections, section) {
73 static int show_spec_config(struct perf_config_set *set, const char *var) argument
78 if (set == NULL)
81 perf_config_items__for_each_entry(&set->sections, section) {
103 static int show_config(struct perf_config_set *set) argument
108 if (set == NULL)
111 perf_config_set__for_each_entry(set, section, item) {
160 struct perf_config_set *set; local
[all...]
/linux-master/arch/mips/dec/prom/
H A Dlocore.S17 .set noat
18 .set noreorder
/linux-master/include/linux/byteorder/
H A Dlittle_endian.h8 #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
/linux-master/arch/m68k/sun3x/
H A Dtime.h5 extern int sun3x_hwclk(int set, struct rtc_time *t);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dtimer-sr.c42 u64 clr = 0, set = 0; local
52 set |= CNTHCTL_EL1PCTEN;
58 set <<= 10;
61 sysreg_clear_set(cnthctl_el2, clr, set);
/linux-master/arch/mips/include/asm/
H A Dabi.h20 struct pt_regs *regs, sigset_t *set);
22 struct pt_regs *regs, sigset_t *set);
/linux-master/arch/sh/include/mach-x3proto/mach/
H A Dilsel.h42 int ilsel_enable(ilsel_source_t set);
43 int ilsel_enable_fixed(ilsel_source_t set, unsigned int level);
/linux-master/arch/arm/mach-versatile/
H A Dspc.h12 void ve_spc_global_wakeup_irq(bool set);
13 void ve_spc_cpu_wakeup_irq(u32 cluster, u32 cpu, bool set);
/linux-master/tools/perf/ui/
H A Dsetup.c127 sigset_t set; local
129 sigemptyset(&set);
130 sigaddset(&set, SIGWINCH);
131 pthread_sigmask(SIG_BLOCK, &set, NULL);
136 sigset_t set; local
138 sigemptyset(&set);
139 sigaddset(&set, SIGWINCH);
140 pthread_sigmask(SIG_UNBLOCK, &set, NULL);
/linux-master/arch/arm/mm/
H A Dcache-xsc3l2.c44 int set, way; local
48 for (set = 0; set < CACHE_SET_SIZE(l2ctype); set++) {
50 set_way = (way << 29) | (set << 5);
149 * optimize L2 flush all operation by set/way format
154 int set, way; local
158 for (set = 0; set < CACHE_SET_SIZE(l2ctype); set
[all...]
/linux-master/include/trace/events/
H A Dthp.h40 TP_PROTO(unsigned long addr, unsigned long pte, unsigned long clr, unsigned long set),
41 TP_ARGS(addr, pte, clr, set),
46 __field(unsigned long, set)
53 __entry->set = set;
57 TP_printk("hugepage update at addr 0x%lx and pte = 0x%lx clr = 0x%lx, set = 0x%lx", __entry->addr, __entry->pte, __entry->clr, __entry->set)
61 TP_PROTO(unsigned long addr, unsigned long pmd, unsigned long clr, unsigned long set),
62 TP_ARGS(addr, pmd, clr, set)
66 TP_PROTO(unsigned long addr, unsigned long pud, unsigned long clr, unsigned long set),
[all...]

Completed in 436 milliseconds

1234567891011>>