Searched refs:sys_desc_table (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dmca.c33 if (len > sizeof(boot_params.sys_desc_table))
34 len = sizeof(boot_params.sys_desc_table);
36 copy_from_fs(&boot_params.sys_desc_table, oreg.bx, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dbootparam.h68 struct sys_desc_table { struct
102 struct sys_desc_table sys_desc_table; /* 0x0a0 */ member in struct:boot_params
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsetup.c754 if (boot_params.sys_desc_table.length != 0) {
755 set_mca_bus(boot_params.sys_desc_table.table[3] & 0x2);
756 machine_id = boot_params.sys_desc_table.table[0];
757 machine_submodel_id = boot_params.sys_desc_table.table[1];
758 BIOS_revision = boot_params.sys_desc_table.table[2];

Completed in 117 milliseconds