Deleted Added
full compact
ia32_exception.S (195486) ia32_exception.S (209483)
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 195486 2009-07-09 09:34:11Z kib $
26 * $FreeBSD: head/sys/amd64/ia32/ia32_exception.S 209483 2010-06-23 20:44:07Z kib $
27 */
28
29#include <machine/asmacros.h>
30
31#include "assym.s"
32
33 .text
34/*

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

62 movq %rbp,TF_RBP(%rsp)
63 movq %r10,TF_R10(%rsp)
64 movq %r11,TF_R11(%rsp)
65 movq %r12,TF_R12(%rsp)
66 movq %r13,TF_R13(%rsp)
67 movq %r14,TF_R14(%rsp)
68 movq %r15,TF_R15(%rsp)
69 movl $TF_HASSEGS,TF_FLAGS(%rsp)
27 */
28
29#include <machine/asmacros.h>
30
31#include "assym.s"
32
33 .text
34/*

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

62 movq %rbp,TF_RBP(%rsp)
63 movq %r10,TF_R10(%rsp)
64 movq %r11,TF_R11(%rsp)
65 movq %r12,TF_R12(%rsp)
66 movq %r13,TF_R13(%rsp)
67 movq %r14,TF_R14(%rsp)
68 movq %r15,TF_R15(%rsp)
69 movl $TF_HASSEGS,TF_FLAGS(%rsp)
70 cld
70 FAKE_MCOUNT(TF_RIP(%rsp))
71 movq %rsp, %rdi
72 call ia32_syscall
73 MEXITCOUNT
74 jmp doreti
71 FAKE_MCOUNT(TF_RIP(%rsp))
72 movq %rsp, %rdi
73 call ia32_syscall
74 MEXITCOUNT
75 jmp doreti