kvm.h (95d002e0a34cb0f238abb39987f9980f325d8332) kvm.h (90c73795afa24890bd2ae4f3b359de04b4147d37)
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2/*
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License, version 2, as
5 * published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 663 unchanged lines hidden (view full) ---

672#define KVM_XICS_PRIORITY_SHIFT 32
673#define KVM_XICS_PRIORITY_MASK 0xff
674#define KVM_XICS_LEVEL_SENSITIVE (1ULL << 40)
675#define KVM_XICS_MASKED (1ULL << 41)
676#define KVM_XICS_PENDING (1ULL << 42)
677#define KVM_XICS_PRESENTED (1ULL << 43)
678#define KVM_XICS_QUEUED (1ULL << 44)
679
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2/*
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License, version 2, as
5 * published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 663 unchanged lines hidden (view full) ---

672#define KVM_XICS_PRIORITY_SHIFT 32
673#define KVM_XICS_PRIORITY_MASK 0xff
674#define KVM_XICS_LEVEL_SENSITIVE (1ULL << 40)
675#define KVM_XICS_MASKED (1ULL << 41)
676#define KVM_XICS_PENDING (1ULL << 42)
677#define KVM_XICS_PRESENTED (1ULL << 43)
678#define KVM_XICS_QUEUED (1ULL << 44)
679
680/* POWER9 XIVE Native Interrupt Controller */
681#define KVM_DEV_XIVE_GRP_CTRL 1
682
680#endif /* __LINUX_KVM_POWERPC_H */
683#endif /* __LINUX_KVM_POWERPC_H */