Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dmachdep.h22 struct machdep_calls { struct
215 extern struct machdep_calls ppc_md;
216 extern struct machdep_calls *machine_id;
221 extern struct machdep_calls mach_##name; \
223 struct machdep_calls mach_##name __machine_desc =
225 static inline bool __machine_is(const struct machdep_calls *md) in __machine_is()
233 extern struct machdep_calls mach_##name __weak; \
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmachdep.h28 struct machdep_calls { struct
235 extern struct machdep_calls ppc_md;
236 extern struct machdep_calls *machine_id;
241 extern struct machdep_calls mach_##name; \
243 struct machdep_calls mach_##name __machine_desc =
247 extern struct machdep_calls mach_##name \
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsetup-common.c79 struct machdep_calls ppc_md;
81 struct machdep_calls *machine_id;
595 extern struct machdep_calls __machine_desc_start; in probe_machine()
596 extern struct machdep_calls __machine_desc_end; in probe_machine()
620 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsetup-common.c82 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()
636 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dsetup.c82 extern struct machdep_calls pmac_md;

Completed in 9 milliseconds