Searched refs:machine_id (Results 1 - 4 of 4) sorted by relevance

/arch/powerpc/kernel/
H A Dsetup-common.c78 struct machdep_calls *machine_id; variable in typeref:struct:machdep_calls
79 EXPORT_SYMBOL(machine_id); variable
566 for (machine_id = &__machine_desc_start;
567 machine_id < &__machine_desc_end;
568 machine_id++) {
569 DBG(" %s ...", machine_id->name);
570 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls));
578 if (machine_id >= &__machine_desc_end) {
/arch/powerpc/include/asm/
H A Dmachdep.h264 * current platform. machine_id contains the initial address where the
268 extern struct machdep_calls *machine_id;
281 machine_id == &mach_##name; \
/arch/x86/kernel/
H A Dsetup.c192 unsigned int machine_id; variable
721 machine_id = boot_params.sys_desc_table.table[0];
/arch/x86/include/asm/
H A Dprocessor.h751 extern unsigned int machine_id;

Completed in 235 milliseconds