Lines Matching refs:intno
32 .macro DO_KVM intno
33 .if (\intno == BOOK3S_INTERRUPT_SYSTEM_RESET) || \
34 (\intno == BOOK3S_INTERRUPT_MACHINE_CHECK) || \
35 (\intno == BOOK3S_INTERRUPT_DATA_STORAGE) || \
36 (\intno == BOOK3S_INTERRUPT_INST_STORAGE) || \
37 (\intno == BOOK3S_INTERRUPT_DATA_SEGMENT) || \
38 (\intno == BOOK3S_INTERRUPT_INST_SEGMENT) || \
39 (\intno == BOOK3S_INTERRUPT_EXTERNAL) || \
40 (\intno == BOOK3S_INTERRUPT_EXTERNAL_HV) || \
41 (\intno == BOOK3S_INTERRUPT_ALIGNMENT) || \
42 (\intno == BOOK3S_INTERRUPT_PROGRAM) || \
43 (\intno == BOOK3S_INTERRUPT_FP_UNAVAIL) || \
44 (\intno == BOOK3S_INTERRUPT_DECREMENTER) || \
45 (\intno == BOOK3S_INTERRUPT_SYSCALL) || \
46 (\intno == BOOK3S_INTERRUPT_TRACE) || \
47 (\intno == BOOK3S_INTERRUPT_PERFMON) || \
48 (\intno == BOOK3S_INTERRUPT_ALTIVEC) || \
49 (\intno == BOOK3S_INTERRUPT_VSX)
51 b kvmppc_trampoline_\intno
52 kvmppc_resume_\intno:
59 .macro DO_KVM intno