11e49577aSRod Evans# 21e49577aSRod Evans# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 31e49577aSRod Evans# 41e49577aSRod Evans# CDDL HEADER START 51e49577aSRod Evans# 61e49577aSRod Evans# The contents of this file are subject to the terms of the 71e49577aSRod Evans# Common Development and Distribution License (the "License"). 81e49577aSRod Evans# You may not use this file except in compliance with the License. 91e49577aSRod Evans# 101e49577aSRod Evans# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 111e49577aSRod Evans# or http://www.opensolaris.org/os/licensing. 121e49577aSRod Evans# See the License for the specific language governing permissions 131e49577aSRod Evans# and limitations under the License. 141e49577aSRod Evans# 151e49577aSRod Evans# When distributing Covered Code, include this CDDL HEADER in each 161e49577aSRod Evans# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 171e49577aSRod Evans# If applicable, add the following below this CDDL HEADER, with the 181e49577aSRod Evans# fields enclosed by brackets "[]" replaced with your own identifying 191e49577aSRod Evans# information: Portions Copyright [yyyy] [name of copyright owner] 201e49577aSRod Evans# 211e49577aSRod Evans# CDDL HEADER END 221e49577aSRod Evans# 231e49577aSRod Evans 241e49577aSRod Evans$mapfile_version 2 251e49577aSRod Evans 261e49577aSRod EvansCAPABILITY sun4v-hwcap2 { 271e49577aSRod Evans MACHINE = sun4v; 281e49577aSRod Evans HW += ASI_BLK_INIT VIS; 291e49577aSRod Evans}; 301e49577aSRod Evans 311e49577aSRod EvansSYMBOL_SCOPE { 321e49577aSRod Evans global: 331e49577aSRod Evans __align_cpy_1; 341e49577aSRod Evans _memcpy; 351e49577aSRod Evans _memmove; 361e49577aSRod Evans memcpy; 371e49577aSRod Evans memmove; 38*e2c5185aSChristopher Kiick smt_pause; 391e49577aSRod Evans local: 401e49577aSRod Evans *; 411e49577aSRod Evans}; 42