Searched defs:machdep_calls (Results 1 – 1 of 1) sorted by relevance
22 struct machdep_calls { struct23 const char *name;24 const char *compatible;25 const char * const *compatibles;28 void (*iommu_restore)(void);31 unsigned long (*memory_block_size)(void);35 void (*dma_set_mask)(struct device *dev, u64 dma_mask);37 int (*probe)(void);38 void (*setup_arch)(void); /* Optional, may be NULL */40 void (*show_cpuinfo)(struct seq_file *m);[all …]