Searched defs:machdep_calls (Results 1 – 1 of 1) sorted by relevance
28 struct machdep_calls { struct29 char *name;32 void (*iommu_save)(void);33 void (*iommu_restore)(void);36 unsigned long (*memory_block_size)(void);40 void (*dma_set_mask)(struct device *dev, u64 dma_mask);42 int (*probe)(void);43 void (*setup_arch)(void); /* Optional, may be NULL */45 void (*show_cpuinfo)(struct seq_file *m);46 void (*show_percpuinfo)(struct seq_file *m, int i);[all …]