Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dmachdep.h26 struct machdep_calls { struct
219 extern struct machdep_calls ppc_md; argument
220 extern struct machdep_calls *machine_id;
225 extern struct machdep_calls mach_##name; \
227 struct machdep_calls mach_##name __machine_desc =
229 static inline bool __machine_is(const struct machdep_calls *md) in __machine_is()
237 extern struct machdep_calls mach_##name __weak; \