Searched refs:ips (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/drivers/platform/x86/
H A Dintel_ips.c228 #define thm_readb(off) readb(ips->regmap + (off))
229 #define thm_readw(off) readw(ips->regmap + (off))
230 #define thm_readl(off) readl(ips->regmap + (off))
231 #define thm_readq(off) readq(ips->regmap + (off))
233 #define thm_writeb(off, val) writeb((val), ips->regmap + (off))
234 #define thm_writew(off, val) writew((val), ips->regmap + (off))
235 #define thm_writel(off, val) writel((val), ips->regmap + (off))
335 ips_gpu_turbo_enabled(struct ips_driver *ips);
339 * @ips: IPS driver struct
346 static bool ips_cpu_busy(struct ips_driver *ips) argument
364 ips_cpu_raise(struct ips_driver *ips) argument
402 ips_cpu_lower(struct ips_driver *ips) argument
453 ips_enable_cpu_turbo(struct ips_driver *ips) argument
491 ips_disable_cpu_turbo(struct ips_driver *ips) argument
513 ips_gpu_busy(struct ips_driver *ips) argument
528 ips_gpu_raise(struct ips_driver *ips) argument
545 ips_gpu_lower(struct ips_driver *ips) argument
563 ips_enable_gpu_turbo(struct ips_driver *ips) argument
576 ips_disable_gpu_turbo(struct ips_driver *ips) argument
596 mcp_exceeded(struct ips_driver *ips) argument
627 cpu_exceeded(struct ips_driver *ips, int cpu) argument
655 mch_exceeded(struct ips_driver *ips) argument
678 verify_limits(struct ips_driver *ips) argument
704 update_turbo_limits(struct ips_driver *ips) argument
761 struct ips_driver *ips = data; local
821 calc_avg_temp(struct ips_driver *ips, u16 *array) argument
837 read_mgtv(struct ips_driver *ips) argument
855 read_ptv(struct ips_driver *ips) argument
864 read_ctv(struct ips_driver *ips, int cpu) argument
878 get_cpu_power(struct ips_driver *ips, u32 *last, int period) argument
919 calc_avg_power(struct ips_driver *ips, u32 *array) argument
936 struct ips_driver *ips = from_timer(ips, t, timer); local
955 struct ips_driver *ips = data; local
1130 struct ips_driver *ips = arg; local
1185 ips_debugfs_init(struct ips_driver *ips) argument
1186 ips_debugfs_cleanup(struct ips_driver *ips) argument
1193 struct ips_driver *ips = m->private; local
1204 struct ips_driver *ips = m->private; local
1236 struct ips_driver *ips = m->private; local
1247 struct ips_driver *ips = m->private; local
1255 ips_debugfs_cleanup(struct ips_driver *ips) argument
1260 ips_debugfs_init(struct ips_driver *ips) argument
1281 ips_detect_cpu(struct ips_driver *ips) argument
1339 ips_get_i915_syms(struct ips_driver *ips) argument
1372 ips_gpu_turbo_enabled(struct ips_driver *ips) argument
1424 struct ips_driver *ips; local
1581 struct ips_driver *ips = pci_get_drvdata(dev); local
[all...]
/linux-master/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) argument
26 ips[i] = gen_tcp_addr(net, 2 * i + 1);
32 ips[i] = gen_tcp_addr(net, r);
35 if (!memcmp(&ips[i], &ips[j], sizeof(union tcp_addr))) {
43 static void test_add_routes(union tcp_addr *ips, size_t ips_nr) argument
48 union tcp_addr *p = (union tcp_addr *)&ips[i];
57 static void server_apply_keys(int lsk, union tcp_addr *ips, size_t ips_nr) argument
62 union tcp_addr *p = (union tcp_addr *)&ips[i];
146 union tcp_addr *ips, size_
144 bench_delete(int lsk, struct bench_stats *add, struct bench_stats *del, union tcp_addr *ips, size_t ips_nr, bool rand_order, bool async) argument
182 bench_connect_srv(int lsk, union tcp_addr *ips, size_t ips_nr) argument
292 bench_connect_client(size_t port_off, struct bench_tests *bt, union tcp_addr *ips, size_t ips_nr, bool rand_order) argument
[all...]
/linux-master/kernel/bpf/
H A Dstackmap.c128 u64 *ips, u32 trace_nr, bool user)
136 /* If the irq_work is in use, fall back to report ips. Same
142 /* cannot access current->mm, fall back to ips */
145 id_offs[i].ip = ips[i];
152 if (range_in_vma(prev_vma, ips[i], ips[i])) {
158 vma = find_vma(current->mm, ips[i]);
160 /* per entry fall back to ips */
162 id_offs[i].ip = ips[i];
167 id_offs[i].offset = (vma->vm_pgoff << PAGE_SHIFT) + ips[
127 stack_map_get_build_id_offset(struct bpf_stack_build_id *id_offs, u64 *ips, u32 trace_nr, bool user) argument
221 u64 *ips; local
400 u64 *ips; local
[all...]
H A Ddispatcher.c96 s64 ips[BPF_DISPATCHER_MAX] = {}, *ipsp = &ips[0]; local
103 return arch_prepare_bpf_dispatcher(image, buf, &ips[0], d->num_progs);
/linux-master/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.168.241.2/32 endpoint 127.0.0.1:2
246 n2 wg set wg0 private-key <(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" remove
258 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" preshared-key <(echo "$psk") allowed-ips fd00::5:2/128 endpoint 127.0.0.1:2
259 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips fd00::5:1/128 endpoint 127.212.121.99:9998
268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.16
[all...]
/linux-master/tools/perf/util/
H A Darm64-frame-pointer-unwind-support.c48 sample->user_regs.cache_regs[PERF_REG_ARM64_PC] = sample->callchain->ips[usr_idx+1];
H A Dunwind-libunwind-local.c734 unw_word_t ips[max_stack]; local
744 ips[i++] = (unw_word_t) val;
762 unw_get_reg(&c, UNW_REG_IP, &ips[i]);
772 --ips[i];
788 ret = ips[j] ? entry(ips[j], ui->thread, cb, arg) : 0;
H A Dthread-stack.c535 chain->ips[0] = context;
536 chain->ips[1] = ip;
551 chain->ips[i++] = context;
554 chain->ips[i] = ip;
602 chain->ips[nr++] = context;
605 chain->ips[nr] = ip;
611 chain->ips[0] = sample_context;
612 chain->ips[1] = sample_ip;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rps_types.h114 struct intel_ips ips; member in struct:intel_rps
H A Dintel_rps.c292 rps->ips.m = cparams[i].m;
293 rps->ips.c = cparams[i].c;
314 __ips_chipset_val(struct intel_ips *ips) argument
317 rps_to_uncore(container_of(ips, struct intel_rps, ips));
330 dt = now - ips->last_time1;
332 return ips->chipset_power;
339 delta = total - ips->last_count1;
341 result = div_u64(div_u64(ips->m * delta, dt) + ips
386 __gen5_ips_update(struct intel_ips *ips) argument
1476 __ips_gfx_val(struct intel_ips *ips) argument
2786 struct intel_ips *ips = &to_gt(i915)->rps.ips; local
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_psfp.c134 u32 ips, base_lsb, base_msb, accum_time_interval = 0; local
138 ips = sparx5_psfp_ipv_to_ips(sg->ipv);
151 ANA_AC_SG_CONFIG_REG_3_INIT_IPS_SET(ips) |
168 ips = sparx5_psfp_ipv_to_ips(gce->ipv);
172 spx5_wr(ANA_AC_SG_GCL_GS_CONFIG_IPS_SET(ips) |
/linux-master/drivers/gpu/drm/i915/display/
H A Dhsw_ips.c33 if (i915->display.ips.false_color)
283 *val = i915->display.ips.false_color;
299 i915->display.ips.false_color = val;
/linux-master/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c234 * (chain->ips[3]) is undefined and must be ignored.
254 ip = chain->ips[1];
/linux-master/include/linux/
H A Dio-pgtable.h132 u32 ips:3; member in struct:io_pgtable_cfg::__anon562::__anon563::__anon564
/linux-master/drivers/iommu/
H A Dio-pgtable-arm.c863 tcr->ips = ARM_LPAE_TCR_PS_32_BIT;
866 tcr->ips = ARM_LPAE_TCR_PS_36_BIT;
869 tcr->ips = ARM_LPAE_TCR_PS_40_BIT;
872 tcr->ips = ARM_LPAE_TCR_PS_42_BIT;
875 tcr->ips = ARM_LPAE_TCR_PS_44_BIT;
878 tcr->ips = ARM_LPAE_TCR_PS_48_BIT;
881 tcr->ips = ARM_LPAE_TCR_PS_52_BIT;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dsw.c414 module_param_named(ips, rtl8821ae_mod_params.inactiveps, bool, 0444);
423 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dsw.c364 module_param_named(ips, rtl8723be_mod_params.inactiveps, bool, 0444);
373 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dsw.c358 module_param_named(ips, rtl8723e_mod_params.inactiveps, bool, 0444);
366 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dsw.c395 module_param_named(ips, rtl92se_mod_params.inactiveps, bool, 0444);
400 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dsw.c349 module_param_named(ips, rtl92ee_mod_params.inactiveps, bool, 0444);
358 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dsw.c346 module_param_named(ips, rtl92de_mod_params.inactiveps, bool, 0444);
352 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dsw.c363 module_param_named(ips, rtl88ee_mod_params.inactiveps, bool, 0444);
371 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
/linux-master/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-master/fs/xfs/
H A Dxfs_inode.c425 struct xfs_inode **ips,
442 ASSERT(ips && inodes >= 2 && inodes <= 5);
461 ASSERT(ips[i]);
463 if (i && (ips[i] == ips[i - 1])) /* Already locked */
472 lp = &ips[j]->i_itemp->ili_item;
485 xfs_ilock(ips[i], xfs_lock_inumorder(lock_mode, i));
491 if (xfs_ilock_nowait(ips[i], xfs_lock_inumorder(lock_mode, i)))
505 if (j != (i - 1) && ips[j] == ips[
424 xfs_lock_inodes( struct xfs_inode **ips, int inodes, uint lock_mode) argument
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_lag_lacp.sh62 local ips=("${@}")
66 vlan_create $if_name $vid $vrf_name "${ips[@]}"

Completed in 500 milliseconds

123