Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dmachdep.h21 struct machdep_calls { struct
213 extern struct machdep_calls ppc_md; argument
214 extern struct machdep_calls *machine_id;
219 extern struct machdep_calls mach_##name; \
221 struct machdep_calls mach_##name __machine_desc =
225 extern struct machdep_calls mach_##name \
/linux-6.1.9/arch/powerpc/kernel/
Dsetup-common.c81 struct machdep_calls ppc_md;
83 struct machdep_calls *machine_id;
604 extern struct machdep_calls __machine_desc_start; in probe_machine()
605 extern struct machdep_calls __machine_desc_end; in probe_machine()
629 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()