// SPDX-License-Identifier: GPL-2.0 #include <linux/kernel.h> #include <linux/kvm_host.h> #include <linux/err.h> #include <linux/kernel_stat.h> #include <asm/kvm_book3s.h> #include <asm/kvm_ppc.h> #include <asm/hvcall.h> #include <asm/xics.h> #include <asm/debug.h> #include <asm/synch.h> #include <asm/cputhreads.h> #include <asm/pgtable.h> #include <asm/ppc-opcode.h> #include <asm/pnv-pci.h> #include <asm/opal.h> #include <asm/smp.h> #include <asm/asm-prototypes.h> #include <asm/xive.h> #include <asm/xive-regs.h> #include "book3s_xive.h" /* XXX */ #include <asm/udbg.h> //#define DBG(fmt...) udbg_printf(fmt) #define DBG(fmt...) do { } while(0)
static inline void __iomem *get_tima_phys(void) { return local_paca->kvm_hstate.xive_tima_phys; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 18 | 100.00% | 1 | 100.00% |
Total | 18 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Benjamin Herrenschmidt | 142 | 99.30% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 0.70% | 1 | 50.00% |
Total | 143 | 100.00% | 2 | 100.00% |