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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S7 # wakeup_code runs in real mode, and at unknown address (determined at run-time).
12 # If physical address of wakeup_code is 0x12345, BIOS should call us with
19 wakeup_code: label
34 mov $(wakeup_stack - wakeup_code), %sp # Private stack is needed for ASUS board
40 movl real_magic - wakeup_code, %eax
44 testl $1, video_flags - wakeup_code
52 testl $2, video_flags - wakeup_code
54 mov video_mode - wakeup_code, %ax
62 testl $1, real_efer_save_restore - wakeup_code
65 movl real_save_efer_edx - wakeup_code,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S10 # wakeup_code runs in real mode, and at unknown address (determined at run-time).
15 # If physical address of wakeup_code is 0x12345, BIOS should call us with
23 wakeup_code: label
37 mov $(wakeup_stack - wakeup_code), %sp
42 movl real_magic - wakeup_code, %eax
51 testl $1, video_flags - wakeup_code
59 testl $2, video_flags - wakeup_code
61 mov video_mode - wakeup_code, %ax
71 mov %ds, %ax # Find 32bit wakeup_code addr
75 addl %esi, wakeup_32_vector - wakeup_code
[all...]

Completed in 95 milliseconds