Searched refs:cpu_dev (Results 1 – 1 of 1) sorted by relevance
200 struct device *cpu_dev; in em_create_pd() local231 cpu_dev = get_cpu_device(cpu); in em_create_pd()232 cpu_dev->em_pd = pd; in em_create_pd()304 struct device *cpu_dev; in em_cpu_get() local306 cpu_dev = get_cpu_device(cpu); in em_cpu_get()307 if (!cpu_dev) in em_cpu_get()310 return em_pd_get(cpu_dev); in em_cpu_get()