Searched defs:machdep_calls (Results 1 – 1 of 1) sorted by relevance
26 struct machdep_calls { struct27 const char *name;28 const char *compatible;29 const char * const *compatibles;32 void (*iommu_restore)(void);35 unsigned long (*memory_block_size)(void);39 void (*dma_set_mask)(struct device *dev, u64 dma_mask);41 int (*probe)(void);42 void (*setup_arch)(void); /* Optional, may be NULL */44 void (*show_cpuinfo)(struct seq_file *m);[all …]