entry_64.S (58d9c81facf55dbd1836d114ce360a048e3a0582) | entry_64.S (49893c5cb281f8691dcbe53e6f85a963f47a4b9b) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * linux/arch/x86_64/entry.S 4 * 5 * Copyright (C) 1991, 1992 Linus Torvalds 6 * Copyright (C) 2000, 2001, 2002 Andi Kleen SuSE Labs 7 * Copyright (C) 2000 Pavel Machek <pavel@suse.cz> 8 * --- 1059 unchanged lines hidden (view full) --- 1068apicinterrupt IRQ_WORK_VECTOR irq_work_interrupt smp_irq_work_interrupt 1069#endif 1070 1071/* 1072 * Exception entry points. 1073 */ 1074 1075idtentry X86_TRAP_BP int3 do_int3 has_error_code=0 | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * linux/arch/x86_64/entry.S 4 * 5 * Copyright (C) 1991, 1992 Linus Torvalds 6 * Copyright (C) 2000, 2001, 2002 Andi Kleen SuSE Labs 7 * Copyright (C) 2000 Pavel Machek <pavel@suse.cz> 8 * --- 1059 unchanged lines hidden (view full) --- 1068apicinterrupt IRQ_WORK_VECTOR irq_work_interrupt smp_irq_work_interrupt 1069#endif 1070 1071/* 1072 * Exception entry points. 1073 */ 1074 1075idtentry X86_TRAP_BP int3 do_int3 has_error_code=0 |
1076idtentry X86_TRAP_UD invalid_op do_invalid_op has_error_code=0 | |
1077idtentry X86_TRAP_NM device_not_available do_device_not_available has_error_code=0 1078idtentry X86_TRAP_OLD_MF coprocessor_segment_overrun do_coprocessor_segment_overrun has_error_code=0 1079idtentry X86_TRAP_TS invalid_TSS do_invalid_TSS has_error_code=1 1080idtentry X86_TRAP_NP segment_not_present do_segment_not_present has_error_code=1 1081idtentry X86_TRAP_SS stack_segment do_stack_segment has_error_code=1 1082idtentry X86_TRAP_GP general_protection do_general_protection has_error_code=1 1083idtentry X86_TRAP_SPURIOUS spurious_interrupt_bug do_spurious_interrupt_bug has_error_code=0 1084idtentry X86_TRAP_MF coprocessor_error do_coprocessor_error has_error_code=0 --- 710 unchanged lines hidden --- | 1076idtentry X86_TRAP_NM device_not_available do_device_not_available has_error_code=0 1077idtentry X86_TRAP_OLD_MF coprocessor_segment_overrun do_coprocessor_segment_overrun has_error_code=0 1078idtentry X86_TRAP_TS invalid_TSS do_invalid_TSS has_error_code=1 1079idtentry X86_TRAP_NP segment_not_present do_segment_not_present has_error_code=1 1080idtentry X86_TRAP_SS stack_segment do_stack_segment has_error_code=1 1081idtentry X86_TRAP_GP general_protection do_general_protection has_error_code=1 1082idtentry X86_TRAP_SPURIOUS spurious_interrupt_bug do_spurious_interrupt_bug has_error_code=0 1083idtentry X86_TRAP_MF coprocessor_error do_coprocessor_error has_error_code=0 --- 710 unchanged lines hidden --- |