/linux-6.6.21/drivers/platform/x86/ |
D | intel_ips.c | 228 #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); 346 static bool ips_cpu_busy(struct ips_driver *ips) in ips_cpu_busy() argument 364 static void ips_cpu_raise(struct ips_driver *ips) in ips_cpu_raise() argument [all …]
|
/linux-6.6.21/kernel/bpf/ |
D | stackmap.c | 125 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset() argument 142 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset() 149 if (range_in_vma(prev_vma, ips[i], ips[i])) { in stack_map_get_build_id_offset() 155 vma = find_vma(current->mm, ips[i]); in stack_map_get_build_id_offset() 159 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset() 164 id_offs[i].offset = (vma->vm_pgoff << PAGE_SHIFT) + ips[i] in stack_map_get_build_id_offset() 218 u64 *ips; in __bpf_get_stackid() local 227 ips = trace->ip + skip; in __bpf_get_stackid() 228 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in __bpf_get_stackid() 246 ips, trace_nr, user); in __bpf_get_stackid() [all …]
|
D | dispatcher.c | 96 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-6.6.21/tools/testing/selftests/wireguard/ |
D | netns.sh | 105 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-6.6.21/drivers/gpu/drm/i915/gt/ |
D | intel_rps.c | 292 rps->ips.m = cparams[i].m; in gen5_rps_init() 293 rps->ips.c = cparams[i].c; in gen5_rps_init() 314 __ips_chipset_val(struct intel_ips *ips) in __ips_chipset_val() argument 317 rps_to_uncore(container_of(ips, struct intel_rps, ips)); in __ips_chipset_val() 330 dt = now - ips->last_time1; in __ips_chipset_val() 332 return ips->chipset_power; in __ips_chipset_val() 339 delta = total - ips->last_count1; in __ips_chipset_val() 341 result = div_u64(div_u64(ips->m * delta, dt) + ips->c, 10); in __ips_chipset_val() 343 ips->last_count1 = total; in __ips_chipset_val() 344 ips->last_time1 = now; in __ips_chipset_val() [all …]
|
D | intel_rps_types.h | 114 struct intel_ips ips; member
|
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_psfp.c | 134 u32 ips, base_lsb, base_msb, accum_time_interval = 0; in sparx5_psfp_sg_set() local 138 ips = sparx5_psfp_ipv_to_ips(sg->ipv); in sparx5_psfp_sg_set() 151 ANA_AC_SG_CONFIG_REG_3_INIT_IPS_SET(ips) | in sparx5_psfp_sg_set() 168 ips = sparx5_psfp_ipv_to_ips(gce->ipv); in sparx5_psfp_sg_set() 172 spx5_wr(ANA_AC_SG_GCL_GS_CONFIG_IPS_SET(ips) | in sparx5_psfp_sg_set()
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | hsw_ips.c | 32 if (i915->display.ips.false_color) in hsw_ips_enable() 282 *val = i915->display.ips.false_color; in hsw_ips_debugfs_false_color_get() 298 i915->display.ips.false_color = val; in hsw_ips_debugfs_false_color_set()
|
/linux-6.6.21/tools/perf/util/ |
D | unwind-libunwind-local.c | 720 unw_word_t ips[max_stack]; in get_entries() local 730 ips[i++] = (unw_word_t) val; in get_entries() 748 unw_get_reg(&c, UNW_REG_IP, &ips[i]); in get_entries() 758 --ips[i]; in get_entries() 774 ret = ips[j] ? entry(ips[j], ui->thread, cb, arg) : 0; in get_entries()
|
D | thread-stack.c | 535 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()
|
D | arm64-frame-pointer-unwind-support.c | 48 sample->user_regs.cache_regs[PERF_REG_ARM64_PC] = sample->callchain->ips[usr_idx+1]; in get_leaf_frame_caller_aarch64()
|
/linux-6.6.21/arch/powerpc/boot/dts/ |
D | mpc5121.dtsi | 96 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";
|
D | mpc5125twr.dts | 72 bus-frequency = <66000000>; // 66 MHz ips bus 134 clock-names = "ipg", "ips", "sys", "ref", "mclk"; 146 clock-names = "ipg", "ips", "sys", "ref", "mclk";
|
/linux-6.6.21/Documentation/scsi/ |
D | scsi-parameters.rst | 43 ips= [HW,SCSI] Adaptec / IBM ServeRAID controller 44 See header of drivers/scsi/ips.c.
|
/linux-6.6.21/drivers/iommu/ |
D | io-pgtable-arm.c | 845 tcr->ips = ARM_LPAE_TCR_PS_32_BIT; in arm_64_lpae_alloc_pgtable_s1() 848 tcr->ips = ARM_LPAE_TCR_PS_36_BIT; in arm_64_lpae_alloc_pgtable_s1() 851 tcr->ips = ARM_LPAE_TCR_PS_40_BIT; in arm_64_lpae_alloc_pgtable_s1() 854 tcr->ips = ARM_LPAE_TCR_PS_42_BIT; in arm_64_lpae_alloc_pgtable_s1() 857 tcr->ips = ARM_LPAE_TCR_PS_44_BIT; in arm_64_lpae_alloc_pgtable_s1() 860 tcr->ips = ARM_LPAE_TCR_PS_48_BIT; in arm_64_lpae_alloc_pgtable_s1() 863 tcr->ips = ARM_LPAE_TCR_PS_52_BIT; in arm_64_lpae_alloc_pgtable_s1()
|
/linux-6.6.21/Documentation/trace/ |
D | fprobe.rst | 50 unsigned long ips[] = { 0x.... }; 52 register_fprobe_ips(&fp, ips, ARRAY_SIZE(ips));
|
/linux-6.6.21/fs/xfs/ |
D | xfs_inode.c | 452 struct xfs_inode **ips, in xfs_lock_inodes() argument 469 ASSERT(ips && inodes >= 2 && inodes <= 5); in xfs_lock_inodes() 488 ASSERT(ips[i]); in xfs_lock_inodes() 490 if (i && (ips[i] == ips[i - 1])) /* Already locked */ in xfs_lock_inodes() 499 lp = &ips[j]->i_itemp->ili_item; in xfs_lock_inodes() 512 xfs_ilock(ips[i], xfs_lock_inumorder(lock_mode, i)); in xfs_lock_inodes() 518 if (xfs_ilock_nowait(ips[i], xfs_lock_inumorder(lock_mode, i))) in xfs_lock_inodes() 532 if (j != (i - 1) && ips[j] == ips[j + 1]) in xfs_lock_inodes() 535 xfs_iunlock(ips[j], lock_mode); in xfs_lock_inodes()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | sw.c | 366 module_param_named(ips, rtl88ee_mod_params.inactiveps, bool, 0444); 374 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | sw.c | 353 module_param_named(ips, rtl92ee_mod_params.inactiveps, bool, 0444); 362 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | sw.c | 361 module_param_named(ips, rtl8723e_mod_params.inactiveps, bool, 0444); 369 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | sw.c | 367 module_param_named(ips, rtl8723be_mod_params.inactiveps, bool, 0444); 376 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | sw.c | 349 module_param_named(ips, rtl92de_mod_params.inactiveps, bool, 0444); 355 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | sw.c | 351 module_param_named(ips, rtl92ce_mod_params.inactiveps, bool, 0444); 356 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/linux-6.6.21/include/linux/ |
D | io-pgtable.h | 108 u32 ips:3; member
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | sw.c | 398 module_param_named(ips, rtl92se_mod_params.inactiveps, bool, 0444); 403 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|