Home
last modified time | relevance | path

Searched defs:machdep_calls (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dmachdep.h28 struct machdep_calls { struct
29 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 …]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dmachdep.h22 struct machdep_calls { struct
23 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 …]