amd64.esc (8a40a695) amd64.esc (4156fc34)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

316 { SET_ADDR && SET_OFFSET } (0)->
317 ereport.cpu.amd.dc.inf_sys_ecc1@chip/cpu
318 { CONTAINS_RANK && GET_ADDR && GET_OFFSET },
319 ereport.cpu.amd.bu.s_ecc1@chip/cpu
320 { CONTAINS_RANK && GET_ADDR && GET_OFFSET },
321 ereport.cpu.amd.nb.mem_ce@chip/cpu
322 { CONTAINS_RANK && GET_ADDR && GET_OFFSET };
323
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

316 { SET_ADDR && SET_OFFSET } (0)->
317 ereport.cpu.amd.dc.inf_sys_ecc1@chip/cpu
318 { CONTAINS_RANK && GET_ADDR && GET_OFFSET },
319 ereport.cpu.amd.bu.s_ecc1@chip/cpu
320 { CONTAINS_RANK && GET_ADDR && GET_OFFSET },
321 ereport.cpu.amd.nb.mem_ce@chip/cpu
322 { CONTAINS_RANK && GET_ADDR && GET_OFFSET };
323
324/*
325 * Discard memory ereports that do not indicate a resource.
326 */
324prop upset.memory.discard1@chip/cpu (1)->
327prop upset.memory.discard1@chip/cpu (1)->
325 ereport.cpu.amd.ic.inf_sys_ecc1@chip/cpu; /* always discard - no resource */
326
327prop upset.memory.discard1@chip/cpu (1)->
328 ereport.cpu.amd.ic.inf_sys_ecc1@chip/cpu { !RESOURCE_EXISTS },
328 ereport.cpu.amd.dc.inf_sys_ecc1@chip/cpu { !RESOURCE_EXISTS },
329 ereport.cpu.amd.bu.s_ecc1@chip/cpu { !RESOURCE_EXISTS },
330 ereport.cpu.amd.nb.mem_ce@chip/cpu { !RESOURCE_EXISTS };
331
332/* #DIMM_SCU#
333 * "Single-correctable-unit" DIMM faults are diagnosed when the total number of
334 * page faults (diagnosed from repeated single-bit or multibit-chipkills)
335 * from any one rank on that DIMM reaches a threshold. A "correctable unit"

--- 695 unchanged lines hidden ---
329 ereport.cpu.amd.dc.inf_sys_ecc1@chip/cpu { !RESOURCE_EXISTS },
330 ereport.cpu.amd.bu.s_ecc1@chip/cpu { !RESOURCE_EXISTS },
331 ereport.cpu.amd.nb.mem_ce@chip/cpu { !RESOURCE_EXISTS };
332
333/* #DIMM_SCU#
334 * "Single-correctable-unit" DIMM faults are diagnosed when the total number of
335 * page faults (diagnosed from repeated single-bit or multibit-chipkills)
336 * from any one rank on that DIMM reaches a threshold. A "correctable unit"

--- 695 unchanged lines hidden ---