Searched refs:mpic (Results 76 - 86 of 86) sorted by relevance

1234

/linux-master/arch/powerpc/kvm/
H A DMakefile126 kvm-objs-$(CONFIG_KVM_MPIC) += mpic.o
H A Dpowerpc.c806 kvmppc_mpic_disconnect_vcpu(vcpu->arch.mpic, vcpu);
2023 if (kvm->arch.mpic)
2159 ret = ret || (kvm->arch.mpic != NULL);
/linux-master/arch/powerpc/kernel/
H A Drtas_pci.c26 #include <asm/mpic.h>
H A Dprom_init.c2937 phandle u3, i2c, mpic; local
2949 mpic = call_prom("finddevice", 1, 1, ADDR("/u3@0,f8000000/mpic@f8040000"));
2950 if (!PHANDLE_VALID(mpic))
2970 parent = (u32)mpic;
3117 * problem is that it reassigns ISA interrupts to unused mpic ints.
H A Dsmp.c53 #include <asm/mpic.h>
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h316 struct openpic *mpic; member in struct:kvm_arch
802 struct openpic *mpic; /* KVM_IRQ_MPIC */ member in struct:kvmppc_slb::kvm_vcpu_arch
/linux-master/arch/powerpc/boot/
H A Dwrapper375 treeboot-iss4xx-mpic)
H A DMakefile319 treeImage.iss4xx-mpic
/linux-master/drivers/cpufreq/
H A Dpmac32-cpufreq.c36 #include <asm/mpic.h>
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c47 #include <asm/mpic.h>
/linux-master/arch/powerpc/sysdev/
H A Dfsl_msi.c25 #include <asm/mpic.h>
207 if (of_device_is_compatible(np, "fsl,mpic-msi") ||
478 if (of_device_is_compatible(dev->dev.of_node, "fsl,mpic-msi-v4.3") ||
576 .compatible = "fsl,mpic-msi",
580 .compatible = "fsl,mpic-msi-v4.3",

Completed in 307 milliseconds

1234