Lines Matching +full:hall +full:- +full:enable
1 /* SPDX-License-Identifier: GPL-2.0 */
9 * Copyright (C) 2000 Hewlett-Packard Co.
10 * Copyright (C) 2000 David Mosberger-Tang <davidm@hpl.hp.com>
12 * Copyright (C) 2002 Jenna Hall <jenna.s.hall@intel.com>
66 * 3. Clear the interrupt enable and interrupt state collection bits
121 dep temp1 = -1, temp1, PSR_MC, 1; \
151 * lower 32-bits of old psr.(Also the old psr has the data and
222 * +---------------------------+
224 * +---------------------------+
226 * +---------------------------+
228 * +---------------------------+
230 * +---------------------------+ <-------- SP at start of C MCA handler
232 * +---------------------------+
234 * +---------------------------+
236 * +---------------------------+ <-------- Bottom of MCA/INIT stack
240 #define MCA_PT_REGS_OFFSET ALIGN16(KERNEL_STACK_SIZE-IA64_PT_REGS_SIZE)
241 #define MCA_SWITCH_STACK_OFFSET ALIGN16(MCA_PT_REGS_OFFSET-IA64_SWITCH_STACK_SIZE)
242 #define MCA_SOS_OFFSET ALIGN16(MCA_SWITCH_STACK_OFFSET-IA64_SAL_OS_STATE_SIZE)
243 #define MCA_SP_OFFSET ALIGN16(MCA_SOS_OFFSET-16)