Searched refs:machdep_calls (Results 1 – 2 of 2) sorted by relevance
22 struct machdep_calls { struct214 extern struct machdep_calls ppc_md; argument215 extern struct machdep_calls *machine_id;220 extern struct machdep_calls mach_##name; \222 struct machdep_calls mach_##name __machine_desc =224 static inline bool __machine_is(const struct machdep_calls *md) in __machine_is()232 extern struct machdep_calls mach_##name __weak; \
82 struct machdep_calls ppc_md;84 struct machdep_calls *machine_id;609 extern struct machdep_calls __machine_desc_start; in probe_machine()610 extern struct machdep_calls __machine_desc_end; in probe_machine()634 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
Completed in 5 milliseconds