Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
Dmachdep.h22 struct machdep_calls { struct
215 extern struct machdep_calls ppc_md; argument
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; \
/linux-6.6.21/arch/powerpc/kernel/
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()