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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dreboot.c183 static unsigned char real_mode_switch [] = variable
251 memcpy ((void *) (0x1000 - sizeof (real_mode_switch) - 100),
252 real_mode_switch, sizeof (real_mode_switch));
284 : "i" ((void *) (0x1000 - sizeof (real_mode_switch) - 100)));

Completed in 31 milliseconds