Searched refs:PCID (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | fixup-malta.c | 10 #define PCID 4 macro 28 {0, 0, 0, 0, PCID }, /* 10: PIIX4 USB */ 36 {0, PCIA, PCIB, PCIC, PCID }, /* 18: PCI Slot 1 */ 37 {0, PCIB, PCIC, PCID, PCIA }, /* 19: PCI Slot 2 */ 38 {0, PCIC, PCID, PCIA, PCIB }, /* 20: PCI Slot 3 */ 39 {0, PCID, PCIA, PCIB, PCIC } /* 21: PCI Slot 4 */
|
H A D | fixup-lemote2f.c | 26 #define PCID 7 macro 40 {0, PCID, 0, 0, 0}, /* 20: 3-ports nec usb */ 41 {0, PCIA, PCIB, PCIC, PCID}, /* 21: PCI-SLOT */
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | fixup-malta.c | 10 #define PCID 4 macro 28 {0, 0, 0, 0, PCID }, /* 10: PIIX4 USB */ 36 {0, PCIA, PCIB, PCIC, PCID }, /* 18: PCI Slot 1 */ 37 {0, PCIB, PCIC, PCID, PCIA }, /* 19: PCI Slot 2 */ 38 {0, PCIC, PCID, PCIA, PCIB }, /* 20: PCI Slot 3 */ 39 {0, PCID, PCIA, PCIB, PCIC } /* 21: PCI Slot 4 */
|
H A D | fixup-lemote2f.c | 26 #define PCID 7 macro 40 {0, PCID, 0, 0, 0}, /* 20: 3-ports nec usb */ 41 {0, PCIA, PCIB, PCIC, PCID}, /* 21: PCI-SLOT */
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | cpuid.c | 373 F(PCID) | 0 /* Reserved, DCA */ | F(XMM4_1) | in kvm_set_cpu_caps()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | cpuid.c | 604 F(PCID) | 0 /* Reserved, DCA */ | F(XMM4_1) | in kvm_set_cpu_caps()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.c | 4383 * Expose INVPCID if and only if PCID is also exposed to the guest. in vmx_compute_secondary_exec_control() 7304 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID)); in nested_vmx_cr_fixed1_bits_update()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.c | 7333 * prior to VM-Enter, as the kernel may load a new ASID (PCID) any time in vmx_vcpu_run() 7681 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID)); in nested_vmx_cr_fixed1_bits_update()
|
Completed in 22 milliseconds