/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_rps.c | 265 rps->ips.m = cparams[i].m; in gen5_rps_init() 266 rps->ips.c = cparams[i].c; in gen5_rps_init() 287 __ips_chipset_val(struct intel_ips *ips) in __ips_chipset_val() argument 290 rps_to_uncore(container_of(ips, struct intel_rps, ips)); in __ips_chipset_val() 303 dt = now - ips->last_time1; in __ips_chipset_val() 305 return ips->chipset_power; in __ips_chipset_val() 312 delta = total - ips->last_count1; in __ips_chipset_val() 314 result = div_u64(div_u64(ips->m * delta, dt) + ips->c, 10); in __ips_chipset_val() 316 ips->last_count1 = total; in __ips_chipset_val() 317 ips->last_time1 = now; in __ips_chipset_val() [all …]
|
D | intel_rps_types.h | 100 struct intel_ips ips; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/ |
D | netns.sh | 103 allowed-ips 192.168.241.2/32,fd00::2/128 109 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 …]
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | stackmap.c | 294 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset() argument 332 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset() 339 vma = find_vma(current->mm, ips[i]); in stack_map_get_build_id_offset() 343 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset() 347 id_offs[i].offset = (vma->vm_pgoff << PAGE_SHIFT) + ips[i] in stack_map_get_build_id_offset() 405 u64 *ips; in __bpf_get_stackid() local 414 ips = trace->ip + skip; in __bpf_get_stackid() 415 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in __bpf_get_stackid() 433 ips, trace_nr, user); in __bpf_get_stackid() 446 memcmp(bucket->data, ips, trace_len) == 0) in __bpf_get_stackid() [all …]
|
D | dispatcher.c | 95 s64 ips[BPF_DISPATCHER_MAX] = {}, *ipsp = &ips[0]; in bpf_dispatcher_prepare() local 102 return arch_prepare_bpf_dispatcher(image, &ips[0], d->num_progs); in bpf_dispatcher_prepare()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | axp20x.txt | 116 LDO_IO0 : LDO : ips-supply : GPIO 0 117 LDO_IO1 : LDO : ips-supply : GPIO 1 118 RTC_LDO : LDO : ips-supply : always on 144 LDO_IO0 : LDO : ips-supply : GPIO 0 145 LDO_IO1 : LDO : ips-supply : GPIO 1 146 RTC_LDO : LDO : ips-supply : always on 192 LDO_IO0 : LDO : ips-supply : GPIO 0 193 LDO_IO1 : LDO : ips-supply : GPIO 1 194 RTC_LDO : LDO : ips-supply : always on 221 LDO_IO0 : LDO : ips-supply : GPIO 0 [all …]
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | unwind-libunwind-local.c | 645 unw_word_t ips[max_stack]; in get_entries() local 655 ips[i++] = (unw_word_t) val; in get_entries() 673 unw_get_reg(&c, UNW_REG_IP, &ips[i]); in get_entries() 683 --ips[i]; in get_entries() 699 ret = ips[j] ? entry(ips[j], ui->thread, cb, arg) : 0; in get_entries()
|
D | thread-stack.c | 534 chain->ips[0] = context; in thread_stack__sample() 535 chain->ips[1] = ip; in thread_stack__sample() 550 chain->ips[i++] = context; in thread_stack__sample() 553 chain->ips[i] = ip; in thread_stack__sample() 601 chain->ips[nr++] = context; in thread_stack__sample_late() 604 chain->ips[nr] = ip; in thread_stack__sample_late() 610 chain->ips[0] = sample_context; in thread_stack__sample_late() 611 chain->ips[1] = sample_ip; in thread_stack__sample_late()
|
/kernel/linux/linux-5.10/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";
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | io-pgtable-arm.c | 804 tcr->ips = ARM_LPAE_TCR_PS_32_BIT; in arm_64_lpae_alloc_pgtable_s1() 807 tcr->ips = ARM_LPAE_TCR_PS_36_BIT; in arm_64_lpae_alloc_pgtable_s1() 810 tcr->ips = ARM_LPAE_TCR_PS_40_BIT; in arm_64_lpae_alloc_pgtable_s1() 813 tcr->ips = ARM_LPAE_TCR_PS_42_BIT; in arm_64_lpae_alloc_pgtable_s1() 816 tcr->ips = ARM_LPAE_TCR_PS_44_BIT; in arm_64_lpae_alloc_pgtable_s1() 819 tcr->ips = ARM_LPAE_TCR_PS_48_BIT; in arm_64_lpae_alloc_pgtable_s1() 822 tcr->ips = ARM_LPAE_TCR_PS_52_BIT; in arm_64_lpae_alloc_pgtable_s1()
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | scsi-parameters.rst | 46 ips= [HW,SCSI] Adaptec / IBM ServeRAID controller 47 See header of drivers/scsi/ips.c.
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | sw.c | 367 module_param_named(ips, rtl88ee_mod_params.inactiveps, bool, 0444); 375 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | sw.c | 368 module_param_named(ips, rtl8723be_mod_params.inactiveps, bool, 0444); 377 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | sw.c | 362 module_param_named(ips, rtl8723e_mod_params.inactiveps, bool, 0444); 370 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | sw.c | 350 module_param_named(ips, rtl92de_mod_params.inactiveps, bool, 0444); 356 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | sw.c | 352 module_param_named(ips, rtl92ce_mod_params.inactiveps, bool, 0444); 357 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | sw.c | 354 module_param_named(ips, rtl92ee_mod_params.inactiveps, bool, 0444); 363 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_inode.c | 444 struct xfs_inode **ips, in xfs_lock_inodes() argument 458 ASSERT(ips && inodes >= 2 && inodes <= 5); in xfs_lock_inodes() 477 ASSERT(ips[i]); in xfs_lock_inodes() 479 if (i && (ips[i] == ips[i - 1])) /* Already locked */ in xfs_lock_inodes() 488 lp = &ips[j]->i_itemp->ili_item; in xfs_lock_inodes() 501 xfs_ilock(ips[i], xfs_lock_inumorder(lock_mode, i)); in xfs_lock_inodes() 507 if (xfs_ilock_nowait(ips[i], xfs_lock_inumorder(lock_mode, i))) in xfs_lock_inodes() 521 if (j != (i - 1) && ips[j] == ips[j + 1]) in xfs_lock_inodes() 524 xfs_iunlock(ips[j], lock_mode); in xfs_lock_inodes()
|
/kernel/linux/linux-5.10/include/linux/ |
D | io-pgtable.h | 109 u32 ips:3; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | sw.c | 399 module_param_named(ips, rtl92se_mod_params.inactiveps, bool, 0444); 404 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | sw.c | 418 module_param_named(ips, rtl8821ae_mod_params.inactiveps, bool, 0444); 427 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
|
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 253 ip = chain->ips[1]; in arch_skip_callchain_idx()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
D | gtt.c | 530 struct intel_gvt_gtt_entry *entry, bool ips) in update_entry_type_for_real() argument 539 if (ips) in update_entry_type_for_real() 1056 u32 ips = vgpu_vreg_t(vgpu, GEN8_GAMW_ECO_DEV_RW_IA) & in vgpu_ips_enabled() local 1059 return ips == GAMW_ECO_ENABLE_64K_IPS_FIELD; in vgpu_ips_enabled() 1074 bool ips = false; in ppgtt_populate_spt_by_guest_entry() local 1080 ips = vgpu_ips_enabled(vgpu) && ops->test_ips(we); in ppgtt_populate_spt_by_guest_entry() 1086 if (ips != spt->guest_page.pde_ips) { in ppgtt_populate_spt_by_guest_entry() 1087 spt->guest_page.pde_ips = ips; in ppgtt_populate_spt_by_guest_entry() 1105 spt = ppgtt_alloc_spt_gfn(vgpu, type, ops->get_pfn(we), ips); in ppgtt_populate_spt_by_guest_entry()
|