Home
last modified time | relevance | path

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

/drivers/pnp/pnpbios/
Dbioscalls.c63 static struct desc_struct bad_bios_desc; variable
99 get_cpu_gdt_table(cpu)[0x40 / 8] = bad_bios_desc; in call_pnp_bios()
479 bad_bios_desc.a = 0; in pnpbios_calls_init()
480 bad_bios_desc.b = 0x00409200; in pnpbios_calls_init()
482 set_base(bad_bios_desc, __va((unsigned long)0x40 << 4)); in pnpbios_calls_init()
483 _set_limit((char *)&bad_bios_desc, 4095 - (0x40 << 4)); in pnpbios_calls_init()