Deleted Added
full compact
asi.h (163151) asi.h (181701)
1/*-
2 * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * from: BSDI: asi.h,v 1.3 1997/08/08 14:31:42 torek
1/*-
2 * Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * from: BSDI: asi.h,v 1.3 1997/08/08 14:31:42 torek
29 * $FreeBSD: head/sys/sparc64/include/asi.h 163151 2006-10-09 05:59:04Z kmacy $
29 * $FreeBSD: head/sys/sparc64/include/asi.h 181701 2008-08-13 20:30:28Z marius $
30 */
31
32#ifndef _MACHINE_ASI_H_
33#define _MACHINE_ASI_H_
34
35/*
36 * Standard v9 asis
37 */

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

138#define AA_DMMU_VWPR 0x38
139#define AA_DMMU_PWPR 0x40
140#define AA_DMMU_TSB_PEXT_REG 0x48
141#define AA_DMMU_TSB_SEXT_REG 0x50
142#define AA_DMMU_TSB_NEXT_REG 0x58
143
144#define ASI_DMMU_TSB_8KB_PTR_REG 0x59
145#define ASI_DMMU_TSB_64KB_PTR_REG 0x5a
30 */
31
32#ifndef _MACHINE_ASI_H_
33#define _MACHINE_ASI_H_
34
35/*
36 * Standard v9 asis
37 */

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

138#define AA_DMMU_VWPR 0x38
139#define AA_DMMU_PWPR 0x40
140#define AA_DMMU_TSB_PEXT_REG 0x48
141#define AA_DMMU_TSB_SEXT_REG 0x50
142#define AA_DMMU_TSB_NEXT_REG 0x58
143
144#define ASI_DMMU_TSB_8KB_PTR_REG 0x59
145#define ASI_DMMU_TSB_64KB_PTR_REG 0x5a
146#define ASI_DMMU_TSB_DIRECT_PTR_REG 0x5b
146#define ASI_DMMU_TSB_DIRECT_PTR_REG 0x5b
147#define ASI_DTLB_DATA_IN_REG 0x5c
148/* US-III Cu: also ASI_DTLB_CAM_ADDRESS_REG */
149#define ASI_DTLB_DATA_ACCESS_REG 0x5d
150#define ASI_DTLB_TAG_READ_REG 0x5e
151#define ASI_DMMU_DEMAP 0x5f
152
153#define ASI_IIU_INST_TRAP 0x60 /* US-III family */
154

--- 92 unchanged lines hidden ---
147#define ASI_DTLB_DATA_IN_REG 0x5c
148/* US-III Cu: also ASI_DTLB_CAM_ADDRESS_REG */
149#define ASI_DTLB_DATA_ACCESS_REG 0x5d
150#define ASI_DTLB_TAG_READ_REG 0x5e
151#define ASI_DMMU_DEMAP 0x5f
152
153#define ASI_IIU_INST_TRAP 0x60 /* US-III family */
154

--- 92 unchanged lines hidden ---