Home
last modified time | relevance | path

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

12

/linux/arch/x86/events/intel/
H A Duncore.c147 return dieid < uncore_max_dies() ? pmu->boxes[dieid] : NULL; in uncore_pmu_to_box()
861 if (type->boxes) in uncore_get_box_id()
862 return intel_uncore_find_discovery_unit_id(type->boxes, -1, pmu->pmu_idx); in uncore_get_box_id()
953 kfree(pmu->boxes[die]); in uncore_free_boxes()
954 kfree(pmu->boxes); in uncore_free_boxes()
1002 pmus[i].boxes = kzalloc(size, GFP_KERNEL); in uncore_type_init()
1003 if (!pmus[i].boxes) in uncore_type_init()
1042 kfree(pmus[i].boxes); in uncore_type_init()
1086 for (node = rb_first(type->boxes); node; node = rb_next(node)) { in uncore_pci_find_dev_pmu_from_types()
1147 if (WARN_ON_ONCE(pmu->boxes[die] != NULL)) in uncore_pci_pmu_register()
[all …]
H A Duncore_discovery.c482 unit = intel_uncore_find_discovery_unit(box->pmu->type->boxes, in intel_generic_uncore_box_ctl()
536 if (!box->pmu->type->boxes) in intel_generic_uncore_assign_hw_event()
640 unit = intel_uncore_find_discovery_unit(type->boxes, box->dieid, box->pmu->pmu_idx); in intel_generic_uncore_mmio_init_box()
721 uncore->boxes = &type->units; in uncore_update_uncore_type()
H A Duncore.h87 struct rb_root *boxes; member
132 struct intel_uncore_box **boxes; member
H A Duncore_snbep.c5908 int id = intel_uncore_find_discovery_unit_id(type->boxes, -1, box->pmu->pmu_idx); in spr_cha_hw_config()
6230 if (!type->boxes) in spr_extra_boxes_cleanup()
6233 while (!RB_EMPTY_ROOT(type->boxes)) { in spr_extra_boxes_cleanup()
6234 node = rb_first(type->boxes); in spr_extra_boxes_cleanup()
6236 rb_erase(node, type->boxes); in spr_extra_boxes_cleanup()
6239 kfree(type->boxes); in spr_extra_boxes_cleanup()
6240 type->boxes = NULL; in spr_extra_boxes_cleanup()
6462 for (node = rb_first(type->boxes); node; node = rb_next(node)) { in uncore_type_max_boxes()
6555 type->boxes = root; in spr_update_device_location()
/linux/tools/mm/
H A Dslabinfo-gnuplot.sh94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
95 '' $range u 3 title 'LOSS' with boxes
/linux/Documentation/networking/device_drivers/ethernet/dec/
H A Ddmfe.rst57 - Check on 64 bit boxes.
58 - Check and fix on big endian boxes.
/linux/Documentation/arch/arm/sti/
H A Dstih407-overview.rst8 The STiH407 is the new generation of SoC for Multi-HD, AVC set-top boxes
H A Dstih418-overview.rst8 The STiH418 is the new generation of SoC for UHDp60 set-top boxes
/linux/drivers/platform/x86/intel/speed_select_if/
H A DKconfig16 via MMIO and Mail boxes to enumerate and control all the speed select
/linux/Documentation/networking/
H A 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
/linux/arch/powerpc/crypto/
H A DKconfig25 tables or 256 bytes S-boxes.
/linux/Documentation/fb/
H A Daty128fb.rst6 on Intel and PPC boxes.
H A Dvesafb.rst5 This is a generic driver for a graphic framebuffer on intel boxes.
H A Dmatroxfb.rst6 Alpha, Intel and PPC boxes.
/linux/include/uapi/drm/
H A Dradeon_drm.h447 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member
667 struct drm_clip_rect __user *boxes; member
/linux/kernel/irq/
H A DKconfig120 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
/linux/Documentation/scsi/
H A Dhpsa.rst62 tape drives, or entire storage boxes containing pre-configured logical drives.
/linux/Documentation/userspace-api/ioctl/
H A Dcdrom.rst55 CDROM_SELECT_DISC Select disc (for juke-boxes)
827 Select disc (for juke-boxes)
/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst178 boxes where the disk change line is broken or unsupported.
/linux/drivers/platform/x86/
H A DKconfig503 Some MeeGoPad top-set boxes have an ANX7428 Type-C Switch for
507 MeeGoPad top-set boxes. After this the ANX7428 takes care of Type-C
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst440 necessary on some platforms (e.g. ST boxes) where the HW needs to have set
/linux/Documentation/sound/hd-audio/
H A Dmodels.rst538 Fix for headset mic pin on HP boxes
/linux/Documentation/crypto/
H A Ddescore-readme.rst321 (the x bits are still there, i'm just emphasizing where the S boxes are).
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst895 For juke-boxes, an extra argument *arg*
915 an *ioctl* call to *CDROMSUBCHNL*. For juke-boxes, an extra argument
/linux/crypto/
H A DKconfig384 8 for decryption), this implementation only uses just two S-boxes of

12