Searched refs:pir (Results 1 – 6 of 6) sorted by relevance
31 memset(pir, 0, length); in create_pir_tables()33 memcpy(pir->signature, "$PIR", 4); in create_pir_tables()34 pir->version = 0x0100; in create_pir_tables()35 pir->length = length; in create_pir_tables()37 pir->router_bus = 0; in create_pir_tables()38 pir->router_devfn = PCI_ISA_DEVFN; in create_pir_tables()39 pir->router_vid = 0x8086; in create_pir_tables()40 pir->router_did = 0x122e; in create_pir_tables()42 pir->pci_irqs = 0x0000; in create_pir_tables()63 pir->checksum = -checksum; in create_pir_tables()[all …]
36 OBJS += e820.o pci.o pir.o ctype.o
109 return test_and_set_bit(vector, pi_desc->pir); in pi_test_and_set_pir()114 return test_bit(vector, pi_desc->pir); in pi_test_pir()139 return xchg(&pi_desc->pir[group], 0); in pi_get_pir()
81 DECLARE_BITMAP(pir, NR_VECTORS);
359 word = (const void *)&pi_desc->pir; in vmx_intr_assist()
155 DECLARE_BITMAP(pir, NR_VECTORS);
Completed in 12 milliseconds