Searched refs:set (Results 126 - 150 of 2145) sorted by relevance

1234567891011>>

/linux-master/arch/xtensa/variants/fsf/include/variant/
H A Dtie-asm.h43 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
58 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
/linux-master/arch/xtensa/variants/de212/include/variant/
H A Dtie-asm.h65 * continue If macro invoked as part of a larger store sequence, set to 1
85 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
88 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
103 .set .Lxchal_ofs_, .Lxchal_ofs_ + 20
106 .set .Lxchal_ofs_, .Lxchal_ofs_ + 20
119 * continue If macro invoked as part of a larger load sequence, set to 1
139 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
142 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
157 .set .Lxchal_ofs_, .Lxchal_ofs_ + 20
160 .set
[all...]
/linux-master/arch/mips/include/asm/mach-ralink/
H A Dralink_regs.h45 static inline void rt_sysc_m32(u32 clr, u32 set, unsigned reg) argument
49 __raw_writel(val | set, rt_sysc_membase + reg);
/linux-master/arch/alpha/lib/
H A Dstrlen.S16 .set noreorder
17 .set noat
H A Dev67-strcat.S33 mov $16, $0 # E : set up return value
41 cmpbge $31, $1, $2 # E : bits set iff byte == 0
H A Dev67-strlen.S22 .set noreorder
23 .set noat
H A Ddbg_stackkill.S13 .set noat
H A Dstrncpy.S15 .set noat
16 .set noreorder
27 mov $16, $0 # set return value now
/linux-master/tools/include/nolibc/
H A Dtypes.h125 #define FD_CLR(fd, set) do { \
126 fd_set *__set = (set); \
133 #define FD_SET(fd, set) do { \
134 fd_set *__set = (set); \
141 #define FD_ISSET(fd, set) ({ \
142 fd_set *__set = (set); \
151 #define FD_ZERO(set) do { \
152 fd_set *__set = (set); \
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_ipportip.c4 /* Kernel module implementing an IP set type: the hash:ip,port,ip type */
90 hash_ipportip4_kadt(struct ip_set *set, const struct sk_buff *skb, argument
94 ipset_adtfn adtfn = set->variant->adt[adt];
96 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set);
104 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags);
108 hash_ipportip4_uadt(struct ip_set *set, struct nlattr *tb[], argument
111 struct hash_ipportip4 *h = set->data;
112 ipset_adtfn adtfn = set->variant->adt[adt];
114 struct ip_set_ext ext = IP_SET_INIT_UEXT(set);
131 ret = ip_set_get_extensions(set, t
260 hash_ipportip6_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
278 hash_ipportip6_uadt(struct ip_set *set, struct nlattr *tb[], enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) argument
[all...]
/linux-master/arch/x86/lib/
H A Dmemmove_32.S18 .set dest_in, %eax
19 .set dest, %edi
20 .set src_in, %edx
21 .set src, %esi
22 .set n, %ecx
23 .set tmp0, %edx
24 .set tmp0w, %dx
25 .set tmp1, %ebx
26 .set tmp1w, %bx
27 .set tmp
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c17 bool *set = NULL, *tmp, parsing_end = false; local
52 tmp = realloc(set, new_len);
54 free(set);
59 set = tmp;
63 set[i] = true;
66 if (!set || parsing_end)
69 *num_set = set;
75 static int do_insert_test(struct test_filter_set *set, argument
83 for (i = 0; i < set->cnt; i++) {
84 test = &set
129 insert_test(struct test_filter_set *set, char *test_spec, bool is_glob_pattern) argument
172 parse_test_list_file(const char *path, struct test_filter_set *set, bool is_glob_pattern) argument
218 parse_test_list(const char *s, struct test_filter_set *set, bool is_glob_pattern) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dx_bsun.S4 | fpsp_bsun --- FPSP handler for branch/set on unordered exception
/linux-master/include/linux/platform_data/
H A Di2c-omap.h36 void (*set_mpu_wkup_lat)(struct device *dev, long set);
/linux-master/include/linux/usb/
H A Daudio.h29 int (*set)(struct usb_audio_control *con, u8 cmd, int value); member in struct:usb_audio_control
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dkl_phy.h21 intel_dkl_phy_rmw(struct drm_i915_private *i915, struct intel_dkl_phy_reg reg, u32 clear, u32 set);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.h40 const struct dc_validation_set set[],
/linux-master/tools/perf/util/
H A Ds390-cpumcf-kernel.h3 * Support for s390 CPU measurement counter set diagnostic facility
18 struct cf_ctrset_entry { /* CPU-M CF counter set entry (8 byte) */
20 unsigned int set:16; /* 16-23 Counter set identifier */ member in struct:cf_ctrset_entry
/linux-master/arch/riscv/crypto/
H A Dsm4-riscv64-zvksed-zvkb.S69 .set i, 0
78 .set i, i + 1
93 .set i, 0
100 .set i, i + 1
/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblcr.c84 * IPVS destination set structure and operations
93 atomic_t size; /* set size */
99 static void ip_vs_dest_set_insert(struct ip_vs_dest_set *set, argument
105 list_for_each_entry(e, &set->list, list) {
118 list_add_rcu(&e->list, &set->list);
119 atomic_inc(&set->size);
121 set->lastmod = jiffies;
134 ip_vs_dest_set_erase(struct ip_vs_dest_set *set, struct ip_vs_dest *dest) argument
138 list_for_each_entry(e, &set->list, list) {
141 atomic_dec(&set
150 ip_vs_dest_set_eraseall(struct ip_vs_dest_set *set) argument
161 ip_vs_dest_set_min(struct ip_vs_dest_set *set) argument
210 ip_vs_dest_set_max(struct ip_vs_dest_set *set) argument
262 struct ip_vs_dest_set set; /* destination server set */ member in struct:ip_vs_lblcr_entry
[all...]
/linux-master/drivers/clk/actions/
H A Dowl-gate.c19 int set = gate_hw->gate_flags & CLK_GATE_SET_TO_DISABLE ? 1 : 0; local
22 set ^= enable;
26 if (set)
/linux-master/arch/mips/lib/
H A Dstrncpy_user.S36 .set push
37 .set eva
39 .set pop
/linux-master/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.c11 * @set: the set
13 static void hfi1_exp_tid_set_init(struct exp_tid_set *set) argument
15 INIT_LIST_HEAD(&set->list);
16 set->count = 0;
/linux-master/include/linux/
H A Dnsproxy.h47 * a partial or complete new set of namespaces.
50 * point to a modifiable set of credentials. If a pointer
51 * to a modifiable set is needed nsset_cred() must be
61 static inline struct cred *nsset_cred(struct nsset *set) argument
63 if (set->flags & CLONE_NEWUSER)
64 return (struct cred *)set->cred;
/linux-master/arch/mips/include/asm/
H A Dsync.h9 * https://www.mips.com/?do-download=the-mips64-instruction-set-v6-06
179 .set push; \
180 .set MIPS_ISA_LEVEL_RAW; \
184 .set pop; \

Completed in 474 milliseconds

1234567891011>>