Lines Matching +full:hall +full:- +full:effect
1 /* SPDX-License-Identifier: GPL-2.0 */
8 * This is based on version 2.5 of the manual "IA-64 System
12 * Copyright (C) 2002 Jenna Hall <jenna.s.hall@intel.com>
14 * Copyright (C) 1998, 1999, 2001, 2003 Hewlett-Packard Co
15 * David Mosberger-Tang <davidm@hpl.hp.com>
18 * 02/01/04 J. Hall Updated Error Record Structures to conform to July 2001
108 * change to take effect").
232 u64 vector; /* interrupt vector in range 0x10-0xff */
342 * Error Recovery Info (ERI) bit decode. From SAL Spec section B.2.2 Table B-3
420 * The rest of this structure consists of variable-length arrays, which can't be
425 * This is what the rest looked like if C supported variable-length arrays:
441 ((char *) _l->info + ((_l->valid.num_cache_check + _l->valid.num_tlb_check \
442 + _l->valid.num_bus_check + _l->valid.num_reg_file_check \
443 + _l->valid.num_ms_check) * sizeof(sal_log_mod_error_info_t) \
657 /* SAL log over-all, multi-section error record structure (processor+platform) */
742 * non-monarch processor at the end of machine check processing.
807 /* Update the contents of PAL block in the non-volatile storage device */
829 return -1; in ia64_sal_physical_id_info()