exceptions-64s.S (969391c58a4efb8411d6881179945f425ad9cbb5) | exceptions-64s.S (9e368f2915601cd5bc7f5fd638b58435b018bbd7) |
---|---|
1/* 2 * This file contains the 64-bit "server" PowerPC variant 3 * of the low level exception handling including exception 4 * vectors, exception return, part of the slb and stab 5 * handling and other fixed offset specific things. 6 * 7 * This file is meant to be #included from head_64.S due to 8 * position dependent assembly. --- 157 unchanged lines hidden (view full) --- 166hardware_interrupt_pSeries: 167hardware_interrupt_hv: 168 BEGIN_FTR_SECTION 169 _MASKABLE_EXCEPTION_PSERIES(0x502, hardware_interrupt, 170 EXC_HV, SOFTEN_TEST_HV) 171 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0x502) 172 FTR_SECTION_ELSE 173 _MASKABLE_EXCEPTION_PSERIES(0x500, hardware_interrupt, | 1/* 2 * This file contains the 64-bit "server" PowerPC variant 3 * of the low level exception handling including exception 4 * vectors, exception return, part of the slb and stab 5 * handling and other fixed offset specific things. 6 * 7 * This file is meant to be #included from head_64.S due to 8 * position dependent assembly. --- 157 unchanged lines hidden (view full) --- 166hardware_interrupt_pSeries: 167hardware_interrupt_hv: 168 BEGIN_FTR_SECTION 169 _MASKABLE_EXCEPTION_PSERIES(0x502, hardware_interrupt, 170 EXC_HV, SOFTEN_TEST_HV) 171 KVM_HANDLER(PACA_EXGEN, EXC_HV, 0x502) 172 FTR_SECTION_ELSE 173 _MASKABLE_EXCEPTION_PSERIES(0x500, hardware_interrupt, |
174 EXC_STD, SOFTEN_TEST_PR) | 174 EXC_STD, SOFTEN_TEST_HV_201) |
175 KVM_HANDLER(PACA_EXGEN, EXC_STD, 0x500) 176 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206) 177 178 STD_EXCEPTION_PSERIES(0x600, 0x600, alignment) 179 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x600) 180 181 STD_EXCEPTION_PSERIES(0x700, 0x700, program_check) 182 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x700) --- 1013 unchanged lines hidden --- | 175 KVM_HANDLER(PACA_EXGEN, EXC_STD, 0x500) 176 ALT_FTR_SECTION_END_IFSET(CPU_FTR_HVMODE | CPU_FTR_ARCH_206) 177 178 STD_EXCEPTION_PSERIES(0x600, 0x600, alignment) 179 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x600) 180 181 STD_EXCEPTION_PSERIES(0x700, 0x700, program_check) 182 KVM_HANDLER_PR(PACA_EXGEN, EXC_STD, 0x700) --- 1013 unchanged lines hidden --- |