Searched +full:pic +full:- +full:base +full:- +full:vec (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: "http://devicetree.org/schemas/interrupt-controller/loongson,pch-pic.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Loongson PCH PIC Controller10 - Jiaxun Yang <jiaxun.yang@flygoat.com>14 transforming interrupts from on-chip devices into HyperTransport vectorized19 const: loongson,pch-pic-1.024 loongson,pic-base-vec:26 u32 value of the base of parent HyperTransport vector allocated[all …]
1 // SPDX-License-Identifier: GPL-2.04 * Loongson PCH PIC support7 #define pr_fmt(fmt) "pch-pic: " fmt39 void __iomem *base; member54 void __iomem *addr = priv->base + offset + PIC_REG_IDX(bit) * 4; in pch_pic_bitset()56 raw_spin_lock(&priv->pic_lock); in pch_pic_bitset()60 raw_spin_unlock(&priv->pic_lock); in pch_pic_bitset()66 void __iomem *addr = priv->base + offset + PIC_REG_IDX(bit) * 4; in pch_pic_bitclr()68 raw_spin_lock(&priv->pic_lock); in pch_pic_bitclr()72 raw_spin_unlock(&priv->pic_lock); in pch_pic_bitclr()[all …]
1 // SPDX-License-Identifier: GPL-2.05 compatible = "simple-bus";6 #address-cells = <2>;7 #size-cells = <2>;13 pic: interrupt-controller@10000000 { label14 compatible = "loongson,pch-pic-1.0";16 interrupt-controller;17 interrupt-parent = <&htvec>;18 loongson,pic-base-vec = <0>;19 #interrupt-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Kernel-based Virtual Machine driver for Linux16 * Ben-Ami Yassour <benami@il.ibm.com>45 #include <linux/user-return-notifier.h>59 #include <linux/entry-kvm.h>98 ((struct kvm_vcpu *)(ctxt)->vcpu)101 * - enable syscall per default because its emulated by KVM102 * - enable LME and LMA per default on 64 bit KVM136 *(((struct kvm_x86_ops *)0)->func));139 #include <asm/kvm-x86-ops.h>[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */3 * Kernel-based Virtual Machine driver for Linux30 #include <asm/pvclock-abi.h>33 #include <asm/msr-index.h>37 #include <asm/hyperv-tlfs.h>71 /* x86-specific vcpu->requests bit members */136 #define KVM_NR_PAGE_SIZES (KVM_MAX_HUGEPAGE_LEVEL - PG_LEVEL_4K + 1)137 #define KVM_HPAGE_GFN_SHIFT(x) (((x) - 1) * 9)140 #define KVM_HPAGE_MASK(x) (~(KVM_HPAGE_SIZE(x) - 1))218 * DR6_ACTIVE_LOW combines fixed-1 and active-low bits.[all …]