Home
last modified time | relevance | path

Searched refs:ips (Results 1 – 25 of 83) sorted by relevance

1234

/linux/drivers/platform/x86/
H A Dintel_ips.c229 #define thm_readb(off) readb(ips->regmap + (off))
230 #define thm_readw(off) readw(ips->regmap + (off))
231 #define thm_readl(off) readl(ips->regmap + (off))
232 #define thm_readq(off) readq(ips->regmap + (off))
234 #define thm_writeb(off, val) writeb((val), ips->regmap + (off))
235 #define thm_writew(off, val) writew((val), ips->regmap + (off))
236 #define thm_writel(off, val) writel((val), ips->regmap + (off))
336 ips_gpu_turbo_enabled(struct ips_driver *ips);
347 static bool ips_cpu_busy(struct ips_driver *ips) in ips_cpu_busy() argument
365 static void ips_cpu_raise(struct ips_driver *ips) in ips_cpu_raise() argument
[all …]
/linux/tools/testing/selftests/net/tcp_ao/
H A Dbench-lookups.c16 static void gen_test_ips(union tcp_addr *ips, size_t ips_nr, bool use_rand) in gen_test_ips() argument
26 ips[i] = gen_tcp_addr(net, 2 * i + 1); in gen_test_ips()
32 ips[i] = gen_tcp_addr(net, r); in gen_test_ips()
35 if (!memcmp(&ips[i], &ips[j], sizeof(union tcp_addr))) { in gen_test_ips()
43 static void test_add_routes(union tcp_addr *ips, size_t ips_nr) in test_add_routes() argument
48 union tcp_addr *p = (union tcp_addr *)&ips[i]; in test_add_routes()
57 static void server_apply_keys(int lsk, union tcp_addr *ips, size_t ips_nr) in server_apply_keys() argument
62 union tcp_addr *p = (union tcp_addr *)&ips[i]; in server_apply_keys()
146 union tcp_addr *ips, size_t ips_nr, in bench_delete() argument
159 p = (union tcp_addr *)&ips[0]; in bench_delete()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duretprobe_stack.c78 static void validate_stack(__u64 *ips, int stack_len, int cnt, ...) in validate_stack() argument
98 if (ips[i] >= targets[j].start && ips[i] < targets[j].stop) in validate_stack()
102 printf("ENTRY #%d: %#lx (in target_%d)\n", i, (long)ips[i], j); in validate_stack()
103 } else if (ips[i] >= caller.start && ips[i] < caller.stop) { in validate_stack()
104 printf("ENTRY #%d: %#lx (in caller)\n", i, (long)ips[i]); in validate_stack()
106 printf("ENTRY #%d: %#lx\n", i, (long)ips[i]); in validate_stack()
117 ASSERT_GE(ips[i], t->start, "addr_start"); in validate_stack()
118 ASSERT_LT(ips[i], t->stop, "addr_stop"); in validate_stack()
H A Dstacktrace_ips.c8 __u64 ips[PERF_MAX_STACK_DEPTH]; in check_stacktrace_ips() local
22 err = bpf_map_lookup_elem(fd, &key, ips); in check_stacktrace_ips()
27 * Compare all symbols provided via arguments with stacktrace ips, in check_stacktrace_ips()
37 ksym = ksym_search_local(ksyms, ips[i]); in check_stacktrace_ips()
/linux/tools/testing/selftests/wireguard/
H A Dnetns.sh105 allowed-ips 192.168.241.2/32,fd00::2/128
111 allowed-ips 192.168.241.1/32,fd00::1/128
225 n1 wg set wg0 peer "$pub2" allowed-ips 192.168.241.0/24
233 n1 wg set wg0 peer "$more_specific_key" allowed-ips 192.168.241.2/32
245 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" preshared-key <(echo "$psk") allowed-ips 192…
246 …(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32
249 n2 wg set wg0 peer "$pub3" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 peer "$pub1" r…
258 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" preshared-key <(echo "$psk") allowed-ips fd0…
259 …o "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips fd00::5:1/128 endpo…
268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.168.241.2/32,f…
[all …]
/linux/kernel/bpf/
H A Dbpf_insn_array.c9 long *ips; member
54 insn_array->ips = (void *)&insn_array->values[attr->max_entries]; in insn_array_alloc()
129 *imm = (unsigned long)insn_array->ips; in insn_array_map_direct_value_addr()
220 if (!insn_array->ips[i]) in bpf_insn_array_ready()
301 insn_array->ips[j] = (long)(image + offsets[xlated_off]); in bpf_prog_update_insn_ptrs()
H A Dstackmap.c257 u64 *ips; in __bpf_get_stackid() local
267 ips = trace->ip + skip; in __bpf_get_stackid()
268 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in __bpf_get_stackid()
288 id_offs[i].ip = ips[i]; in __bpf_get_stackid()
302 memcmp(bucket->data, ips, trace_len) == 0) in __bpf_get_stackid()
311 memcpy(new_bucket->data, ips, trace_len); in __bpf_get_stackid()
437 u64 *ips; in __bpf_get_stack() local
485 ips = trace->ip + skip; in __bpf_get_stack()
491 id_offs[i].ip = ips[i]; in __bpf_get_stack()
493 memcpy(buf, ips, copy_len); in __bpf_get_stack()
H A Ddispatcher.c96 s64 ips[BPF_DISPATCHER_MAX] = {}, *ipsp = &ips[0]; in bpf_dispatcher_prepare() local
103 return arch_prepare_bpf_dispatcher(image, buf, &ips[0], d->num_progs); in bpf_dispatcher_prepare()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_psfp.c138 u32 ips, base_lsb, base_msb, accum_time_interval = 0; in sparx5_psfp_sg_set() local
142 ips = sparx5_psfp_ipv_to_ips(sg->ipv); in sparx5_psfp_sg_set()
155 ANA_AC_SG_CONFIG_REG_3_INIT_IPS_SET(ips) | in sparx5_psfp_sg_set()
172 ips = sparx5_psfp_ipv_to_ips(gce->ipv); in sparx5_psfp_sg_set()
176 spx5_wr(ANA_AC_SG_GCL_GS_CONFIG_IPS_SET(ips) | in sparx5_psfp_sg_set()
/linux/drivers/gpu/drm/i915/display/
H A Dhsw_ips.c37 if (display->ips.false_color) in hsw_ips_enable()
297 *val = display->ips.false_color; in hsw_ips_debugfs_false_color_get()
313 display->ips.false_color = val; in hsw_ips_debugfs_false_color_set()
/linux/tools/perf/util/
H A Dunwind-libunwind-local.c740 unw_word_t ips[max_stack]; in get_entries() local
750 ips[i++] = (unw_word_t) val; in get_entries()
768 unw_get_reg(&c, UNW_REG_IP, &ips[i]); in get_entries()
778 --ips[i]; in get_entries()
794 ret = ips[j] ? entry(ips[j], ui->thread, cb, arg) : 0; in get_entries()
H A Dthread-stack.c535 chain->ips[0] = context; in thread_stack__sample()
536 chain->ips[1] = ip; in thread_stack__sample()
551 chain->ips[i++] = context; in thread_stack__sample()
554 chain->ips[i] = ip; in thread_stack__sample()
602 chain->ips[nr++] = context; in thread_stack__sample_late()
605 chain->ips[nr] = ip; in thread_stack__sample_late()
611 chain->ips[0] = sample_context; in thread_stack__sample_late()
612 chain->ips[1] = sample_ip; in thread_stack__sample_late()
H A Darm64-frame-pointer-unwind-support.c56 regs->cache_regs[PERF_REG_ARM64_PC] = sample->callchain->ips[usr_idx+1]; in get_leaf_frame_caller_aarch64()
/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi-parameters.rst54 ips= [HW,SCSI] Adaptec / IBM ServeRAID 控制器
55 请查阅 drivers/scsi/ips.c 文件头部。
/linux/arch/powerpc/boot/dts/
H A Dmpc5121.dtsi96 bus-frequency = <66000000>; /* 66 MHz ips bus */
164 clock-names = "ipg", "ips", "sys", "ref", "mclk";
176 clock-names = "ipg", "ips", "sys", "ref", "mclk";
250 clock-names = "ipg", "ips", "sys", "ref", "mclk";
262 clock-names = "ipg", "ips", "sys", "ref", "mclk";
H A Dmpc5125twr.dts72 bus-frequency = <66000000>; // 66 MHz ips bus
134 clock-names = "ipg", "ips", "sys", "ref", "mclk";
146 clock-names = "ipg", "ips", "sys", "ref", "mclk";
/linux/kernel/trace/
H A Dfprobe.c341 static void fprobe_set_ips(unsigned long *ips, unsigned int cnt, int remove, in fprobe_set_ips() argument
344 ftrace_set_filter_ips(&fprobe_graph_ops.ops, ips, cnt, remove, reset); in fprobe_set_ips()
345 ftrace_set_filter_ips(&fprobe_ftrace_ops, ips, cnt, remove, reset); in fprobe_set_ips()
364 static void fprobe_set_ips(unsigned long *ips, unsigned int cnt, int remove, in fprobe_set_ips() argument
367 ftrace_set_filter_ips(&fprobe_graph_ops.ops, ips, cnt, remove, reset); in fprobe_set_ips()
/linux/drivers/iommu/
H A Dio-pgtable-arm.c1008 tcr->ips = ARM_LPAE_TCR_PS_32_BIT; in arm_64_lpae_alloc_pgtable_s1()
1011 tcr->ips = ARM_LPAE_TCR_PS_36_BIT; in arm_64_lpae_alloc_pgtable_s1()
1014 tcr->ips = ARM_LPAE_TCR_PS_40_BIT; in arm_64_lpae_alloc_pgtable_s1()
1017 tcr->ips = ARM_LPAE_TCR_PS_42_BIT; in arm_64_lpae_alloc_pgtable_s1()
1020 tcr->ips = ARM_LPAE_TCR_PS_44_BIT; in arm_64_lpae_alloc_pgtable_s1()
1023 tcr->ips = ARM_LPAE_TCR_PS_48_BIT; in arm_64_lpae_alloc_pgtable_s1()
1026 tcr->ips = ARM_LPAE_TCR_PS_52_BIT; in arm_64_lpae_alloc_pgtable_s1()
/linux/Documentation/scsi/
H A Dscsi-parameters.rst43 ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
44 See header of drivers/scsi/ips.c.
/linux/fs/xfs/
H A Dxfs_inode.c383 struct xfs_inode **ips, in xfs_lock_inodes() argument
400 ASSERT(ips && inodes >= 2 && inodes <= 5); in xfs_lock_inodes()
419 ASSERT(ips[i]); in xfs_lock_inodes()
421 if (i && (ips[i] == ips[i - 1])) /* Already locked */ in xfs_lock_inodes()
430 lp = &ips[j]->i_itemp->ili_item; in xfs_lock_inodes()
443 xfs_ilock(ips[i], xfs_lock_inumorder(lock_mode, i)); in xfs_lock_inodes()
449 if (xfs_ilock_nowait(ips[i], xfs_lock_inumorder(lock_mode, i))) in xfs_lock_inodes()
463 if (j != (i - 1) && ips[j] == ips[j + 1]) in xfs_lock_inodes()
466 xfs_iunlock(ips[j], lock_mode); in xfs_lock_inodes()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_rps_types.h114 struct intel_ips ips; member
/linux/Documentation/trace/
H A Dfprobe.rst51 unsigned long ips[] = { 0x.... };
53 register_fprobe_ips(&fp, ips, ARRAY_SIZE(ips));
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dsw.c352 module_param_named(ips, rtl92de_mod_params.inactiveps, bool, 0444);
358 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dsw.c348 module_param_named(ips, rtl92ce_mod_params.inactiveps, bool, 0444);
353 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dsw.c359 module_param_named(ips, rtl8723e_mod_params.inactiveps, bool, 0444);
367 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");

1234