sys_desc_table     36 arch/x86/boot/mca.c 	if (len > sizeof(boot_params.sys_desc_table))
sys_desc_table     37 arch/x86/boot/mca.c 		len = sizeof(boot_params.sys_desc_table);
sys_desc_table     39 arch/x86/boot/mca.c 	copy_from_fs(&boot_params.sys_desc_table, bx, len);
sys_desc_table    800 arch/x86/kernel/setup.c 	if (boot_params.sys_desc_table.length != 0) {
sys_desc_table    801 arch/x86/kernel/setup.c 		set_mca_bus(boot_params.sys_desc_table.table[3] & 0x2);
sys_desc_table    802 arch/x86/kernel/setup.c 		machine_id = boot_params.sys_desc_table.table[0];
sys_desc_table    803 arch/x86/kernel/setup.c 		machine_submodel_id = boot_params.sys_desc_table.table[1];
sys_desc_table    804 arch/x86/kernel/setup.c 		BIOS_revision = boot_params.sys_desc_table.table[2];
sys_desc_table     92 include/asm-x86/bootparam.h 	struct sys_desc_table sys_desc_table;		/* 0x0a0 */