Searched defs:machdep_calls (Results 1 – 2 of 2) 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 …]
22 struct machdep_calls { struct23 const char *name;24 const char *compatible;27 void (*iommu_restore)(void);30 unsigned long (*memory_block_size)(void);34 void (*dma_set_mask)(struct device *dev, u64 dma_mask);36 int (*probe)(void);37 void (*setup_arch)(void); /* Optional, may be NULL */39 void (*show_cpuinfo)(struct seq_file *m);41 unsigned long (*get_proc_freq)(unsigned int cpu);[all …]