Searched refs:cpumap_print_to_pagebuf (Results 1 - 25 of 49) sorted by path

12

/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c393 return cpumap_print_to_pagebuf(true, buf, &pmu_cpu);
/linux-master/arch/arm/mach-imx/
H A Dmmdc.c130 return cpumap_print_to_pagebuf(true, buf, &pmu_mmdc->cpu);
/linux-master/arch/powerpc/kernel/
H A Dcacheinfo.c692 return cpumap_print_to_pagebuf(list, buf, mask);
/linux-master/arch/powerpc/perf/
H A Dhv-24x7.c441 return cpumap_print_to_pagebuf(true, buf, &hv_24x7_cpumask);
H A Dhv-gpci.c102 return cpumap_print_to_pagebuf(true, buf, &hv_gpci_cpumask);
H A Dimc-pmu.c120 return cpumap_print_to_pagebuf(true, buf, active_mask);
/linux-master/arch/x86/events/amd/
H A Diommu.c138 return cpumap_print_to_pagebuf(true, buf, &iommu_cpumask);
H A Dpower.c149 return cpumap_print_to_pagebuf(true, buf, &cpu_mask);
H A Duncore.c263 return cpumap_print_to_pagebuf(true, buf, &pmu->active_mask);
/linux-master/arch/x86/events/intel/
H A Dcore.c5938 return cpumap_print_to_pagebuf(true, buf, &pmu->supported_cpus);
H A Dcstate.c308 return cpumap_print_to_pagebuf(true, buf, &cstate_core_cpu_mask);
310 return cpumap_print_to_pagebuf(true, buf, &cstate_pkg_cpu_mask);
312 return cpumap_print_to_pagebuf(true, buf, &cstate_module_cpu_mask);
H A Duncore.c846 return cpumap_print_to_pagebuf(true, buf, &uncore_cpu_mask);
/linux-master/arch/x86/events/
H A Drapl.c379 return cpumap_print_to_pagebuf(true, buf, &rapl_cpu_mask);
/linux-master/drivers/acpi/
H A Dacpi_pad.c334 return cpumap_print_to_pagebuf(false, buf,
/linux-master/drivers/base/
H A Dcpu.c220 return cpumap_print_to_pagebuf(true, buf, ca->map);
/linux-master/drivers/devfreq/event/
H A Drockchip-dfi.c318 return cpumap_print_to_pagebuf(true, buf, cpumask_of(dfi->cpu));
/linux-master/drivers/dma/idxd/
H A Dperfmon.c77 return cpumap_print_to_pagebuf(true, buf, &perfmon_dsa_cpu_mask);
/linux-master/drivers/firmware/psci/
H A Dpsci_checker.c214 ssize_t len = cpumap_print_to_pagebuf(true, page_buf,
/linux-master/drivers/fpga/
H A Ddfl-fme-perf.c186 return cpumap_print_to_pagebuf(true, buf, cpumask_of(priv->cpu));
/linux-master/drivers/gpu/drm/i915/
H A Di915_pmu.c922 return cpumap_print_to_pagebuf(true, buf, &i915_pmu_cpumask);
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c783 return cpumap_print_to_pagebuf(true, buf, cpumask);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c1051 cpumap_print_to_pagebuf(true, buf, &sde->cpu_mask);
/linux-master/drivers/iommu/intel/
H A Dperfmon.c42 return cpumap_print_to_pagebuf(true, buf, &iommu_pmu_cpu_mask);
/linux-master/drivers/nvdimm/
H A Dnd_perf.c126 return cpumap_print_to_pagebuf(true, buf, cpumask_of(nd_pmu->cpu));
/linux-master/drivers/pci/
H A Dpci-sysfs.c111 return cpumap_print_to_pagebuf(list, buf, mask);
136 return cpumap_print_to_pagebuf(false, buf, cpumask);
145 return cpumap_print_to_pagebuf(true, buf, cpumask);

Completed in 704 milliseconds

12