Searched defs:machdep_calls (Results 1 – 1 of 1) sorted by relevance
21 struct machdep_calls { struct22 char *name;25 void (*iommu_restore)(void);28 unsigned long (*memory_block_size)(void);32 void (*dma_set_mask)(struct device *dev, u64 dma_mask);34 int (*probe)(void);35 void (*setup_arch)(void); /* Optional, may be NULL */37 void (*show_cpuinfo)(struct seq_file *m);39 unsigned long (*get_proc_freq)(unsigned int cpu);41 void (*init_IRQ)(void);[all …]