Home
last modified time | relevance | path

Searched refs:boxes (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.12.1/arch/x86/events/intel/
Duncore.c146 return dieid < uncore_max_dies() ? pmu->boxes[dieid] : NULL; in uncore_pmu_to_box()
869 if (type->boxes) in uncore_get_box_id()
870 return intel_uncore_find_discovery_unit_id(type->boxes, -1, pmu->pmu_idx); in uncore_get_box_id()
961 kfree(pmu->boxes[die]); in uncore_free_boxes()
962 kfree(pmu->boxes); in uncore_free_boxes()
1011 pmus[i].boxes = kzalloc(size, GFP_KERNEL); in uncore_type_init()
1012 if (!pmus[i].boxes) in uncore_type_init()
1051 kfree(pmus[i].boxes); in uncore_type_init()
1095 for (node = rb_first(type->boxes); node; node = rb_next(node)) { in uncore_pci_find_dev_pmu_from_types()
1156 if (WARN_ON_ONCE(pmu->boxes[die] != NULL)) in uncore_pci_pmu_register()
[all …]
Duncore_discovery.c434 unit = intel_uncore_find_discovery_unit(box->pmu->type->boxes, in intel_generic_uncore_box_ctl()
488 if (!box->pmu->type->boxes) in intel_generic_uncore_assign_hw_event()
592 unit = intel_uncore_find_discovery_unit(type->boxes, box->dieid, box->pmu->pmu_idx); in intel_generic_uncore_mmio_init_box()
673 uncore->boxes = &type->units; in uncore_update_uncore_type()
Duncore.h87 struct rb_root *boxes; member
133 struct intel_uncore_box **boxes; member
Duncore_snbep.c5938 int id = intel_uncore_find_discovery_unit_id(type->boxes, -1, box->pmu->pmu_idx); in spr_cha_hw_config()
6260 if (!type->boxes) in spr_extra_boxes_cleanup()
6263 while (!RB_EMPTY_ROOT(type->boxes)) { in spr_extra_boxes_cleanup()
6264 node = rb_first(type->boxes); in spr_extra_boxes_cleanup()
6266 rb_erase(node, type->boxes); in spr_extra_boxes_cleanup()
6269 kfree(type->boxes); in spr_extra_boxes_cleanup()
6270 type->boxes = NULL; in spr_extra_boxes_cleanup()
6546 for (node = rb_first(type->boxes); node; node = rb_next(node)) { in uncore_type_max_boxes()
6639 type->boxes = root; in spr_update_device_location()
/linux-6.12.1/tools/mm/
Dslabinfo-gnuplot.sh94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
95 '' $range u 3 title 'LOSS' with boxes
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dths8200.txt4 recorders, set-top boxes.
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/dec/
Ddmfe.rst57 - Check on 64 bit boxes.
58 - Check and fix on big endian boxes.
/linux-6.12.1/Documentation/arch/arm/sti/
Dstih407-overview.rst8 The STiH407 is the new generation of SoC for Multi-HD, AVC set-top boxes
Dstih418-overview.rst8 The STiH418 is the new generation of SoC for UHDp60 set-top boxes
/linux-6.12.1/drivers/platform/x86/intel/speed_select_if/
DKconfig16 via MMIO and Mail boxes to enumerate and control all the speed select
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c77 SVGA3dBox boxes[] __counted_by(num_subres);
1795 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource]; in vmw_subres_dirty_add()
1843 SVGA3dBox *box = &dirty->boxes[subres]; in vmw_subres_dirty_full()
1915 SVGA3dBox *box = &dirty->boxes[0]; in vmw_surface_buf_dirty_range_add()
1969 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync()
1987 const SVGA3dBox *box = &dirty->boxes[i]; in vmw_surface_dirty_sync()
2017 memset(&dirty->boxes[0], 0, sizeof(dirty->boxes[0]) * in vmw_surface_dirty_sync()
2048 dirty_size = struct_size(dirty, boxes, num_subres); in vmw_surface_dirty_alloc()
/linux-6.12.1/Documentation/networking/
Dplip.rst35 The PLIP cable is all that's needed to connect two Linux boxes, and it
38 Connecting two Linux boxes takes only a second's decision and a few
51 Can only be used to connect three (?) Linux boxes. Doesn't connect to
Ddccp.rst217 DCCP does not travel through NAT successfully at present on many boxes. This is
/linux-6.12.1/Documentation/fb/
Daty128fb.rst8 on Intel and PPC boxes.
Dvesafb.rst5 This is a generic driver for a graphic framebuffer on intel boxes.
Dmatroxfb.rst9 Alpha, Intel and PPC boxes.
/linux-6.12.1/include/uapi/drm/
Dradeon_drm.h447 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member
667 struct drm_clip_rect __user *boxes; member
/linux-6.12.1/kernel/irq/
DKconfig127 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
/linux-6.12.1/arch/powerpc/crypto/
DKconfig106 tables or 256 bytes S-boxes.
/linux-6.12.1/Documentation/scsi/
Dhpsa.rst62 tape drives, or entire storage boxes containing pre-configured logical drives.
/linux-6.12.1/Documentation/userspace-api/ioctl/
Dcdrom.rst55 CDROM_SELECT_DISC Select disc (for juke-boxes)
827 Select disc (for juke-boxes)
/linux-6.12.1/Documentation/admin-guide/blockdev/
Dfloppy.rst178 boxes where the disk change line is broken or unsupported.
/linux-6.12.1/arch/x86/
DKconfig.debug148 No port-IO delay. Will break on old boxes that require port-IO
/linux-6.12.1/Documentation/sound/hd-audio/
Dmodels.rst538 Fix for headset mic pin on HP boxes
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst440 necessary on some platforms (e.g. ST boxes) where the HW needs to have set

12