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

12

/linux-master/arch/x86/events/intel/
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);
/linux-master/arch/x86/events/amd/
H A Dpower.c149 return cpumap_print_to_pagebuf(true, buf, &cpu_mask);
H A Diommu.c138 return cpumap_print_to_pagebuf(true, buf, &iommu_cpumask);
/linux-master/drivers/firmware/psci/
H A Dpsci_checker.c214 ssize_t len = cpumap_print_to_pagebuf(true, page_buf,
/linux-master/drivers/nvdimm/
H A Dnd_perf.c126 return cpumap_print_to_pagebuf(true, buf, cpumask_of(nd_pmu->cpu));
/linux-master/drivers/acpi/
H A Dacpi_pad.c334 return cpumap_print_to_pagebuf(false, buf,
/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);
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c393 return cpumap_print_to_pagebuf(true, buf, &pmu_cpu);
/linux-master/drivers/perf/
H A Dmarvell_cn10k_tad_pmu.c234 return cpumap_print_to_pagebuf(true, buf, cpumask_of(tad_pmu->cpu));
H A Dqcom_l3_pmu.c675 return cpumap_print_to_pagebuf(true, buf, &l3pmu->cpumask);
H A Ddwc_pcie_pmu.c119 return cpumap_print_to_pagebuf(true, buf, cpumask_of(pcie_pmu->on_cpu));
H A Darm_pmu.c561 return cpumap_print_to_pagebuf(true, buf, &armpmu->supported_cpus);
H A Darm_dmc620_pmu.c240 return cpumap_print_to_pagebuf(true, buf,
H A Dfsl_imx9_ddr_perf.c106 return cpumap_print_to_pagebuf(true, buf, cpumask_of(pmu->cpu));
H A Dstarfive_starlink_pmu.c134 return cpumap_print_to_pagebuf(true, buf, &starlink_pmu->cpumask);
H A Dmarvell_cn10k_ddr_pmu.c235 return cpumap_print_to_pagebuf(true, buf, cpumask_of(pmu->cpu));
/linux-master/arch/powerpc/kernel/
H A Dcacheinfo.c692 return cpumap_print_to_pagebuf(list, buf, mask);
/linux-master/drivers/perf/amlogic/
H A Dmeson_ddr_pmu_core.c194 return cpumap_print_to_pagebuf(true, buf, cpumask_of(pmu->cpu));
/linux-master/drivers/dma/idxd/
H A Dperfmon.c77 return cpumap_print_to_pagebuf(true, buf, &perfmon_dsa_cpu_mask);
/linux-master/include/linux/
H A Dcpumask.h1195 * cpumap_print_to_pagebuf - copies the cpumask into the buffer either
1205 cpumap_print_to_pagebuf(bool list, char *buf, const struct cpumask *mask) function
/linux-master/arch/x86/events/
H A Drapl.c379 return cpumap_print_to_pagebuf(true, buf, &rapl_cpu_mask);
/linux-master/arch/arm/mach-imx/
H A Dmmdc.c130 return cpumap_print_to_pagebuf(true, buf, &pmu_mmdc->cpu);
/linux-master/arch/powerpc/perf/
H A Dhv-gpci.c102 return cpumap_print_to_pagebuf(true, buf, &hv_gpci_cpumask);
/linux-master/drivers/base/
H A Dcpu.c220 return cpumap_print_to_pagebuf(true, buf, ca->map);
/linux-master/drivers/fpga/
H A Ddfl-fme-perf.c186 return cpumap_print_to_pagebuf(true, buf, cpumask_of(priv->cpu));

Completed in 468 milliseconds

12