Home
last modified time | relevance | path

Searched refs:sys_desc_table (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/boot/
Dmca.c33 if (len > sizeof(boot_params.sys_desc_table)) in query_mca()
34 len = sizeof(boot_params.sys_desc_table); in query_mca()
36 copy_from_fs(&boot_params.sys_desc_table, oreg.bx, len); in query_mca()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dbootparam.h89 struct sys_desc_table { struct
123 struct sys_desc_table sys_desc_table; /* 0x0a0 */ member
/linux-4.1.27/Documentation/x86/
Dzero-page.txt20 0A0/010 ALL sys_desc_table System description table (struct sys_desc_table)
/linux-4.1.27/arch/x86/kernel/
Dsetup.c918 if (boot_params.sys_desc_table.length != 0) { in setup_arch()
919 machine_id = boot_params.sys_desc_table.table[0]; in setup_arch()
920 machine_submodel_id = boot_params.sys_desc_table.table[1]; in setup_arch()
921 BIOS_revision = boot_params.sys_desc_table.table[2]; in setup_arch()
Dkexec-bzimage64.c226 params->sys_desc_table.length = 0; in setup_boot_parameters()
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c1048 struct sys_desc_table *sdt; in make_boot_params()
1096 sdt = &boot_params->sys_desc_table; in make_boot_params()