| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/timestamp/ |
| D | nvidia,tegra194-hte.yaml | 17 a bitmap array arranged in 32bit slices where each bit represent signal/line 43 nvidia,slices: 50 GTE instances for both Tegra194 and Tegra234 has 3 slices. The Tegra194 51 LIC instance has 11 slices and Tegra234 LIC has 17 slices. 84 nvidia,slices: 95 nvidia,slices: 106 nvidia,slices:
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/ |
| D | dc_dsc.c | 429 // Get next bigger num slices available in common caps in inc_num_slices() 437 // No available slices found in inc_num_slices() 442 // Numbers of slices found - get the next bigger number in inc_num_slices() 450 if (new_num_slices == num_slices) // No biger number of slices found in inc_num_slices() 460 // Get next bigger num slices available in common caps in dec_num_slices() 468 // No numbers of slices found in dec_num_slices() 473 // Numbers of slices found - get the next smaller number in dec_num_slices() 482 // No smaller number of slices found in dec_num_slices() 492 // Choose next bigger number of slices if the requested number of slices is not available 495 // Get next bigger num slices available in common caps in fit_num_slices_up() [all …]
|
| /kernel/linux/linux-5.10/block/partitions/ |
| D | sysv68.c | 51 int i, slices; in sysv68_partition() local 68 slices = be16_to_cpu(b->dk_ios.ios_slccnt); in sysv68_partition() 76 slices -= 1; /* last slice is the whole disk */ in sysv68_partition() 77 snprintf(tmp, sizeof(tmp), "sysV68: %s(s%u)", state->name, slices); in sysv68_partition() 80 for (i = 0; i < slices; i++, slice++) { in sysv68_partition()
|
| /kernel/linux/linux-6.6/block/partitions/ |
| D | sysv68.c | 51 int i, slices; in sysv68_partition() local 68 slices = be16_to_cpu(b->dk_ios.ios_slccnt); in sysv68_partition() 76 slices -= 1; /* last slice is the whole disk */ in sysv68_partition() 77 snprintf(tmp, sizeof(tmp), "sysV68: %s(s%u)", state->name, slices); in sysv68_partition() 80 for (i = 0; i < slices; i++, slice++) { in sysv68_partition()
|
| /kernel/linux/linux-6.6/drivers/hte/ |
| D | hte-tegra194.c | 120 u32 slices; member 326 .slices = 3, 335 .slices = 3, 342 .slices = 11, 349 .slices = 17, 689 u32 i, slices, val = 0; in tegra_hte_probe() local 709 ret = of_property_read_u32(dev->of_node, "nvidia,slices", &slices); in tegra_hte_probe() 711 slices = hte_dev->prov_data->slices; in tegra_hte_probe() 713 dev_dbg(dev, "slices:%d\n", slices); in tegra_hte_probe() 714 nlines = slices << 5; in tegra_hte_probe() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dsc/ |
| D | dc_dsc.c | 726 // Get next bigger num slices available in common caps in inc_num_slices() 734 // No available slices found in inc_num_slices() 739 // Numbers of slices found - get the next bigger number in inc_num_slices() 747 if (new_num_slices == num_slices) // No bigger number of slices found in inc_num_slices() 757 // Get next bigger num slices available in common caps in dec_num_slices() 765 // No numbers of slices found in dec_num_slices() 770 // Numbers of slices found - get the next smaller number in dec_num_slices() 779 // No smaller number of slices found in dec_num_slices() 789 // Choose next bigger number of slices if the requested number of slices is not available 792 // Get next bigger num slices available in common caps in fit_num_slices_up() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/ |
| D | slice.c | 3 * address space "slices" (meta-segments) support 304 * available slices only and ends at a slice boundary. in slice_find_area_bottomup() 357 * available slices only and starts at a slice boundary. in slice_find_area_topdown() 489 /* First make up a "good" mask of slices that have the right size in slice_get_unmapped_area() 495 * Here "good" means slices that are already the right page size, in slice_get_unmapped_area() 496 * "compat" means slices that have a compatible page size (i.e. in slice_get_unmapped_area() 497 * 4k in a 64k pagesize kernel), and "free" means slices without in slice_get_unmapped_area() 514 * If we support combo pages, we can allow 64k pages in 4k slices in slice_get_unmapped_area() 544 * slices for that size in slice_get_unmapped_area() 557 * We don't fit in the good mask, check what other slices are in slice_get_unmapped_area() [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
| D | slice.c | 3 * address space "slices" (meta-segments) support 302 * available slices only and ends at a slice boundary. in slice_find_area_bottomup() 353 * available slices only and starts at a slice boundary. in slice_find_area_topdown() 485 /* First make up a "good" mask of slices that have the right size in slice_get_unmapped_area() 491 * Here "good" means slices that are already the right page size, in slice_get_unmapped_area() 492 * "compat" means slices that have a compatible page size (i.e. in slice_get_unmapped_area() 493 * 4k in a 64k pagesize kernel), and "free" means slices without in slice_get_unmapped_area() 510 * If we support combo pages, we can allow 64k pages in 4k slices in slice_get_unmapped_area() 540 * slices for that size in slice_get_unmapped_area() 553 * We don't fit in the good mask, check what other slices are in slice_get_unmapped_area() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_sseu.c | 109 /* ss_en represents entire subslice mask across all slices */ in gen11_compute_sseu_info() 343 * to each of the enabled slices. in gen9_sseu_info_init() 350 * Iterate through enabled slices and subslices to in gen9_sseu_info_init() 445 * to each of the enabled slices. in bdw_sseu_info_init() 462 * Iterate through enabled slices and subslices to in bdw_sseu_info_init() 525 * There isn't a register to tell us how many slices/subslices. We in hsw_sseu_info_init() 610 u8 slices, subslices; in intel_sseu_make_rpcs() local 627 slices = hweight8(req_sseu->slice_mask); in intel_sseu_make_rpcs() 642 * If enabled subslice count is greater than four, two whole slices must in intel_sseu_make_rpcs() 656 slices == 1 && in intel_sseu_make_rpcs() [all …]
|
| /kernel/linux/linux-6.6/drivers/phy/lantiq/ |
| D | phy-lantiq-vrx200-pcie.c | 202 static const struct reg_default slices[] = { in ltq_vrx200_pcie_phy_apply_workarounds() local 218 for (i = 0; i < ARRAY_SIZE(slices); i++) { in ltq_vrx200_pcie_phy_apply_workarounds() 220 regmap_update_bits(priv->phy_regmap, slices[i].reg, in ltq_vrx200_pcie_phy_apply_workarounds() 221 slices[i].def, slices[i].def); in ltq_vrx200_pcie_phy_apply_workarounds() 226 regmap_update_bits(priv->phy_regmap, slices[i].reg, in ltq_vrx200_pcie_phy_apply_workarounds() 227 slices[i].def, 0x0); in ltq_vrx200_pcie_phy_apply_workarounds()
|
| /kernel/linux/linux-5.10/drivers/phy/lantiq/ |
| D | phy-lantiq-vrx200-pcie.c | 202 static const struct reg_default slices[] = { in ltq_vrx200_pcie_phy_apply_workarounds() local 218 for (i = 0; i < ARRAY_SIZE(slices); i++) { in ltq_vrx200_pcie_phy_apply_workarounds() 220 regmap_update_bits(priv->phy_regmap, slices[i].reg, in ltq_vrx200_pcie_phy_apply_workarounds() 221 slices[i].def, slices[i].def); in ltq_vrx200_pcie_phy_apply_workarounds() 226 regmap_update_bits(priv->phy_regmap, slices[i].reg, in ltq_vrx200_pcie_phy_apply_workarounds() 227 slices[i].def, 0x0); in ltq_vrx200_pcie_phy_apply_workarounds()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| D | intel_sseu.c | 274 * Although gen12 architecture supported multiple slices, TGL, RKL, in gen12_sseu_info_init() 311 * Although gen11 architecture supported multiple slices, ICL and in gen11_sseu_info_init() 401 * to each of the enabled slices. in gen9_sseu_info_init() 408 * Iterate through enabled slices and subslices to in gen9_sseu_info_init() 503 * to each of the enabled slices. in bdw_sseu_info_init() 520 * Iterate through enabled slices and subslices to in bdw_sseu_info_init() 583 * There isn't a register to tell us how many slices/subslices. We in hsw_sseu_info_init() 667 u8 slices, subslices; in intel_sseu_make_rpcs() local 684 slices = hweight8(req_sseu->slice_mask); in intel_sseu_make_rpcs() 699 * If enabled subslice count is greater than four, two whole slices must in intel_sseu_make_rpcs() [all …]
|
| D | intel_sseu.h | 19 * Maximum number of slices on older platforms. Slices no longer exist 87 * For Xe_HP and beyond, the hardware no longer has traditional slices
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/perf/ |
| D | qcom_l3_pmu.rst | 6 Centriq SoCs. The L3 cache on these SOCs is composed of multiple slices, shared 9 for aggregating across slices.
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/perf/ |
| D | qcom_l3_pmu.rst | 6 Centriq SoCs. The L3 cache on these SOCs is composed of multiple slices, shared 9 for aggregating across slices.
|
| /kernel/linux/linux-5.10/drivers/net/dsa/ |
| D | bcm_sf2_regs.h | 406 /* IPv4 slices, 3 of them */ 414 /* IPv6 slices */ 417 /* IPv6 chained slices */ 420 /* Number of slices for IPv4, IPv6 and non-IP */ 424 /* Spacing between different slices */
|
| D | bcm_sf2_cfp.c | 29 u8 slices[UDFS_PER_SLICE]; member 40 /* UDF slices layout for a TCPv4/UDPv4 specification */ 44 .slices = { 65 /* UDF slices layout for a TCPv6/UDPv6 specification */ 69 .slices = { 93 .slices = { 149 if (memcmp(slice_layout->slices, zero_slice, in bcm_sf2_get_slice_number() 165 core_writel(priv, layout->udfs[slice_num].slices[i], in bcm_sf2_cfp_udf_set() 410 num_udf = bcm_sf2_get_num_udf_slices(layout->udfs[slice_num].slices); in bcm_sf2_cfp_ipv4_rule_set() 668 num_udf = bcm_sf2_get_num_udf_slices(layout->udfs[slice_num].slices); in bcm_sf2_cfp_ipv6_rule_set() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/dsa/ |
| D | bcm_sf2_regs.h | 470 /* IPv4 slices, 3 of them */ 478 /* IPv6 slices */ 481 /* IPv6 chained slices */ 484 /* Number of slices for IPv4, IPv6 and non-IP */ 488 /* Spacing between different slices */
|
| D | bcm_sf2_cfp.c | 29 u8 slices[UDFS_PER_SLICE]; member 40 /* UDF slices layout for a TCPv4/UDPv4 specification */ 44 .slices = { 65 /* UDF slices layout for a TCPv6/UDPv6 specification */ 69 .slices = { 93 .slices = { 149 if (memcmp(slice_layout->slices, zero_slice, in bcm_sf2_get_slice_number() 165 core_writel(priv, layout->udfs[slice_num].slices[i], in bcm_sf2_cfp_udf_set() 410 num_udf = bcm_sf2_get_num_udf_slices(layout->udfs[slice_num].slices); in bcm_sf2_cfp_ipv4_rule_set() 668 num_udf = bcm_sf2_get_num_udf_slices(layout->udfs[slice_num].slices); in bcm_sf2_cfp_ipv6_rule_set() [all …]
|
| /kernel/linux/linux-6.6/drivers/accel/qaic/ |
| D | qaic.h | 163 /* Head in list of slices of this BO */ 164 struct list_head slices; member 165 /* Total nents, for all slices of this BO */ 241 /* Node in list of slices maintained by parent BO */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
| D | skl_watermark.c | 561 * Per plane DDB entry can in a really worst case be on multiple slices in skl_ddb_dbuf_slice_mask() 614 if (dbuf_state->slices[pipe] != dbuf_state->slices[for_pipe]) in intel_crtc_dbuf_weights() 650 dbuf_slice_mask = new_dbuf_state->slices[pipe]; in skl_crtc_allocate_ddb() 667 if (old_dbuf_state->slices[pipe] == new_dbuf_state->slices[pipe] && in skl_crtc_allocate_ddb() 688 … "[CRTC:%d:%s] dbuf slices 0x%x -> 0x%x, ddb (%d - %d) -> (%d - %d), active pipes 0x%x -> 0x%x\n", in skl_crtc_allocate_ddb() 690 old_dbuf_state->slices[pipe], new_dbuf_state->slices[pipe], in skl_crtc_allocate_ddb() 835 * For more DBuf slices algorithm can get even more messy 898 * For more DBuf slices algorithm can get even more messy 1299 * if one or two slices can be used for single pipe configurations in icl_compute_dbuf_slices() 2553 enabled_slices |= dbuf_state->slices[pipe]; in intel_dbuf_enabled_slices() [all …]
|
| /kernel/linux/linux-6.6/include/uapi/drm/ |
| D | qaic_accel.h | 240 * struct qaic_attach_slice_hdr - Defines metadata for a set of BO slices. 241 * @count: In. Number of slices for this BO. 267 * struct qaic_attach_slice - Defines a set of BO slices. 268 * @hdr: In. Metadata of the set of slices.
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | dynptr_fail.c | 944 /* Test that slices are invalidated on reinitializing a dynptr. */ 963 /* Invalidation of dynptr slices on destruction of dynptr should not miss 983 /* Destruction of dynptr should also any slices obtained from it */ 1009 /* Invalidation of slices should be scoped and should not prevent dereferencing 1010 * slices of another dynptr after destroying unrelated dynptr 1337 * slices should be invalidated as well. 1535 /* Invalidating a dynptr should invalidate any data slices 1561 /* Invalidating a dynptr should invalidate any data slices 1587 /* Invalidating a dynptr should invalidate any data slices 1617 /* A skb clone's data slices should be invalid anytime packet data changes */ [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/ |
| D | myri10ge_mcp.h | 128 * data2 = slice number if multiple slices are used 140 /* data0 = slice number if multiple slices are used */ 215 * If multiple slices are used, data2 contains both the size of the 239 /* data0 = number of slices n (0, 1, ..., n-1) to enable
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/ |
| D | myri10ge_mcp.h | 128 * data2 = slice number if multiple slices are used 140 /* data0 = slice number if multiple slices are used */ 215 * If multiple slices are used, data2 contains both the size of the 239 /* data0 = number of slices n (0, 1, ..., n-1) to enable
|