Home
last modified time | relevance | path

Searched refs:cpu (Results 1 – 6 of 6) sorted by relevance

/include/
A Dcpu_func.h23 static inline int cpumask_next(int cpu, unsigned int mask) in cpumask_next() argument
25 for (cpu++; !((1 << cpu) & mask); cpu++) in cpumask_next()
28 return cpu; in cpumask_next()
31 #define for_each_cpu(iter, cpu, num_cpus, mask) \ argument
32 for (iter = 0, cpu = cpumask_next(-1, mask); \
34 iter++, cpu = cpumask_next(cpu, mask)) \
A Dcpu.h167 int cpu_is_current(struct udevice *cpu);
A Dfdt_support.h361 int fdt_get_dma_range(const void *blob, int node_offset, phys_addr_t *cpu,
/include/dm/
A Dof_addr.h59 int of_get_dma_range(const struct device_node *np, phys_addr_t *cpu,
A Dread.h775 int dev_get_dma_range(const struct udevice *dev, phys_addr_t *cpu,
1233 static inline int dev_get_dma_range(const struct udevice *dev, phys_addr_t *cpu, in dev_get_dma_range() argument
1236 return ofnode_get_dma_range(dev_ofnode(dev), cpu, bus, size); in dev_get_dma_range()
A Dofnode.h1534 int ofnode_get_dma_range(ofnode node, phys_addr_t *cpu, dma_addr_t *bus,

Completed in 16 milliseconds