asi.hh (3825:9b5e6c4d3ecb) asi.hh (4191:c191c1fec061)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
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 are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

110 ASI_DMMU_CTXT_NONZERO_TSB_BASE_PS0 = 0x39,
111 ASI_DMMU_CTXT_NONZERO_TSB_BASE_PS1 = 0x3A,
112 ASI_DMMU_CTXT_NONZERO_CONFIG = 0x3B,
113 //0x3C implementation dependent
114 ASI_IMMU_CTXT_NONZERO_TSB_BASE_PS0 = 0x3D,
115 ASI_IMMU_CTXT_NONZERO_TSB_BASE_PS1 = 0x3E,
116 ASI_IMMU_CTXT_NONZERO_CONFIG = 0x3F,
117 ASI_STREAM_MA = 0x40,
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
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 are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

110 ASI_DMMU_CTXT_NONZERO_TSB_BASE_PS0 = 0x39,
111 ASI_DMMU_CTXT_NONZERO_TSB_BASE_PS1 = 0x3A,
112 ASI_DMMU_CTXT_NONZERO_CONFIG = 0x3B,
113 //0x3C implementation dependent
114 ASI_IMMU_CTXT_NONZERO_TSB_BASE_PS0 = 0x3D,
115 ASI_IMMU_CTXT_NONZERO_TSB_BASE_PS1 = 0x3E,
116 ASI_IMMU_CTXT_NONZERO_CONFIG = 0x3F,
117 ASI_STREAM_MA = 0x40,
118 ASI_CMT_SHARED = 0x41,
118 //0x41 implementation dependent
119 ASI_SPARC_BIST_CONTROL = 0x42,
120 ASI_INST_MASK_REG = 0x42,
121 ASI_LSU_DIAG_REG = 0x42,
122 //0x43 implementation dependent
123 ASI_STM_CTL_REG = 0x44,
124 ASI_LSU_CONTROL_REG = 0x45,
125 ASI_DCACHE_DATA = 0x46,

--- 150 unchanged lines hidden ---
119 //0x41 implementation dependent
120 ASI_SPARC_BIST_CONTROL = 0x42,
121 ASI_INST_MASK_REG = 0x42,
122 ASI_LSU_DIAG_REG = 0x42,
123 //0x43 implementation dependent
124 ASI_STM_CTL_REG = 0x44,
125 ASI_LSU_CONTROL_REG = 0x45,
126 ASI_DCACHE_DATA = 0x46,

--- 150 unchanged lines hidden ---