4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * or http://www.opensolaris.org/os/licensing.
11 * See the License for the specific language governing permissions
12 * and limitations under the License.
14 * When distributing Covered Code, include this CDDL HEADER in each
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
26 * Return the pc of the calling routine.
28 #pragma ident "%Z%%M% %I% %E% SMI"
32 #include <sys/types.h>
42 set_sparc_g1
(ulong_t val
)
49 set_sparc_g2
(ulong_t val
)
56 set_sparc_g3
(ulong_t val
)
63 set_sparc_g4
(ulong_t val
)
70 set_sparc_g5
(ulong_t val
)
77 set_sparc_g6
(ulong_t val
)
84 set_sparc_g7
(ulong_t val
)
91 #include <sys/asm_linkage.h>
103 SET_SIZE
(set_sparc_g1
)
108 SET_SIZE
(set_sparc_g2
)
113 SET_SIZE
(set_sparc_g3
)
118 SET_SIZE
(set_sparc_g4
)
123 SET_SIZE
(set_sparc_g5
)
128 SET_SIZE
(set_sparc_g6
)
133 SET_SIZE
(set_sparc_g7
)