Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/
Dmachdep.h24 struct machdep_calls { struct
25 void (*hpte_invalidate)(unsigned long slot,
29 long (*hpte_updatepp)(unsigned long slot,
34 void (*hpte_updateboltedpp)(unsigned long newpp,
36 long (*hpte_insert)(unsigned long vpn,
41 long (*hpte_remove)(unsigned long hpte_group);
43 void (*tce_build)(struct TceTable * tbl,
47 void (*tce_free_one)(struct TceTable *tbl,
50 void (*smp_message_pass)(int target,
54 int (*smp_probe)(void);
[all …]
/linux-2.4.37.9/include/asm-ppc/
Dmachdep.h21 struct machdep_calls { struct
22 void (*setup_arch)(void);
24 int (*show_cpuinfo)(struct seq_file *m);
25 int (*show_percpuinfo)(struct seq_file *m, int i);
27 unsigned int (*irq_cannonicalize)(unsigned int irq);
28 void (*init_IRQ)(void);
29 int (*get_irq)(struct pt_regs *);
33 void (*init)(void);
35 void (*restart)(char *cmd);
36 void (*power_off)(void);
[all …]