Deleted Added
full compact
ia32_exception.S (129649) ia32_exception.S (165303)
1/*-
2 * Copyright (c) 2003 Peter Wemm
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2003 Peter Wemm
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/amd64/ia32/ia32_exception.S 129649 2004-05-24 11:28:11Z bde $
26 * $FreeBSD: head/sys/amd64/ia32/ia32_exception.S 165303 2006-12-17 06:48:40Z kmacy $
27 */
28
29#include <machine/asmacros.h>
30
31#include "assym.s"
32
33 .text
34/*

--- 21 unchanged lines hidden (view full) ---

56 movq %rbp,TF_RBP(%rsp)
57 movq %r10,TF_R10(%rsp)
58 movq %r11,TF_R11(%rsp)
59 movq %r12,TF_R12(%rsp)
60 movq %r13,TF_R13(%rsp)
61 movq %r14,TF_R14(%rsp)
62 movq %r15,TF_R15(%rsp)
63 FAKE_MCOUNT(TF_RIP(%rsp))
27 */
28
29#include <machine/asmacros.h>
30
31#include "assym.s"
32
33 .text
34/*

--- 21 unchanged lines hidden (view full) ---

56 movq %rbp,TF_RBP(%rsp)
57 movq %r10,TF_R10(%rsp)
58 movq %r11,TF_R11(%rsp)
59 movq %r12,TF_R12(%rsp)
60 movq %r13,TF_R13(%rsp)
61 movq %r14,TF_R14(%rsp)
62 movq %r15,TF_R15(%rsp)
63 FAKE_MCOUNT(TF_RIP(%rsp))
64 movq %rsp, %rdi
64 call ia32_syscall
65 MEXITCOUNT
66 jmp doreti
65 call ia32_syscall
66 MEXITCOUNT
67 jmp doreti