Home
last modified time | relevance | path

Searched refs:bc (Results 1 – 25 of 26) sorted by relevance

12

/arch/mips/pci/
Dpci-ip27.c47 struct bridge_controller *bc; in bridge_probe() local
60 bc = &bridges[num_bridges]; in bridge_probe()
62 bc->pc.pci_ops = &bridge_pci_ops; in bridge_probe()
63 bc->pc.mem_resource = &bc->mem; in bridge_probe()
64 bc->pc.io_resource = &bc->io; in bridge_probe()
66 bc->pc.index = num_bridges; in bridge_probe()
68 bc->mem.name = "Bridge PCI MEM"; in bridge_probe()
69 bc->pc.mem_offset = offset; in bridge_probe()
70 bc->mem.start = 0; in bridge_probe()
71 bc->mem.end = ~0UL; in bridge_probe()
[all …]
Dops-bridge.c46 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf0_read_config() local
47 bridge_t *bridge = bc->base; in pci_conf0_read_config()
106 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf1_read_config() local
107 bridge_t *bridge = bc->base; in pci_conf1_read_config()
179 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf0_write_config() local
180 bridge_t *bridge = bc->base; in pci_conf0_write_config()
245 struct bridge_controller *bc = BRIDGE_CONTROLLER(bus); in pci_conf1_write_config() local
246 bridge_t *bridge = bc->base; in pci_conf1_write_config()
/arch/mips/sgi-ip27/
Dip27-irq-pci.c137 struct bridge_controller *bc; in startup_bridge_irq() local
144 bc = IRQ_TO_BRIDGE(d->irq); in startup_bridge_irq()
145 bridge = bc->base; in startup_bridge_irq()
153 bridge->b_int_addr[pin].addr = (0x20000 | swlevel | (bc->nasid << 8)); in startup_bridge_irq()
185 struct bridge_controller *bc = IRQ_TO_BRIDGE(d->irq); in shutdown_bridge_irq() local
186 bridge_t *bridge = bc->base; in shutdown_bridge_irq()
235 int request_bridge_irq(struct bridge_controller *bc) in request_bridge_irq() argument
248 cpu = bc->irq_cpu; in request_bridge_irq()
/arch/m32r/lib/
Dashxdi3.S25 bc 1f
45 bc 1f
62 bc 1f
82 bc 1f
102 bc 1f
119 bc 1f
143 bc 1f
169 bc 1f
193 bc 1f
220 bc 1f
[all …]
Dmemset.S28 bc byte_set
39 bc byte_set
72 bc byte_set_wrap1
106 bc byte_set
119 bc byte_set
159 bc byte_set_wrap1
Dstrlen.S53 bc.s strlen_exit || cmpz r0
/arch/parisc/kernel/
Ddrivers.c295 memset(&path->bc, -1, 6); in get_node_path()
300 path->bc[i--] = PCI_SLOT(devfn); in get_node_path()
307 path->bc[i--] = PCI_SLOT(devfn) | (PCI_FUNC(devfn)<< 5); in get_node_path()
309 path->bc[i--] = to_parisc_device(dev)->hw_path; in get_node_path()
319 if (path->bc[i] == -1) in print_hwpath()
321 output += sprintf(output, "%u/", (unsigned char) path->bc[i]); in print_hwpath()
392 if (path.bc[i] == -1) in setup_bus_id()
394 output += sprintf(output, "%u:", (unsigned char) path.bc[i]); in setup_bus_id()
467 if (modpath->bc[i] == -1) in create_parisc_device()
469 parent = &alloc_tree_node(parent, modpath->bc[i])->dev; in create_parisc_device()
[all …]
Dinventory.c469 memset(module_path.path.bc, 0xff, 6); in snake_inventory()
475 memset(module_path.path.bc, 0xff, 4); in snake_inventory()
476 module_path.path.bc[4] = mod; in snake_inventory()
479 module_path.path.bc[5] = 0; in snake_inventory()
/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c346 struct perf_cgroup *bc = b->cgrp; in __conflict_event() local
352 WARN_ON_ONCE(ac == bc); in __conflict_event()
354 if (cgroup_is_descendant(ac->css.cgroup, bc->css.cgroup) || in __conflict_event()
355 cgroup_is_descendant(bc->css.cgroup, ac->css.cgroup)) in __conflict_event()
362 struct perf_cgroup *ac, *bc; in __conflict_event() local
375 bc = event_to_cgroup(b); in __conflict_event()
376 if (ac == bc) in __conflict_event()
382 if (!ac || !bc) in __conflict_event()
389 if (cgroup_is_descendant(ac->css.cgroup, bc->css.cgroup) || in __conflict_event()
390 cgroup_is_descendant(bc->css.cgroup, ac->css.cgroup)) in __conflict_event()
/arch/m68k/kernel/
Drelocate_kernel.S142 cpusha %bc
144 cinva %bc
Dhead.S1459 cpusha %bc
2463 cinva %bc
2474 cinva %bc
/arch/ia64/kernel/
Dmca_drv.c583 if (psp->bc && pbci->eb && pbci->bsi == 0) { in recover_from_platform_error()
605 } else if (psp->cc && !psp->bc) { /* Cache error */ in recover_from_platform_error()
679 if (psp->tc && !(psp->cc || psp->bc || psp->rc || psp->uc)) in recover_from_processor_error()
690 if (psp->cc == 0 && (psp->bc == 0 || pbci == NULL)) in recover_from_processor_error()
/arch/powerpc/crypto/
Daes-tab-4k.S96 .long R(3f, 92, 92, ad), R(21, 9d, 9d, bc)
98 .long R(63, bc, bc, df), R(77, b6, b6, c1)
116 .long R(a7, de, de, 79), R(bc, 5e, 5e, e2)
235 .long R(f7, 01, 26, 9f), R(5c, 72, f5, bc)
264 .long R(21, bc, cf, 08), R(ef, 15, e8, e6)
269 .long R(74, 4e, bc, 37), R(fc, 82, ca, a6)
291 .long R(16, 1d, c3, 72), R(bc, e2, 25, 0c)
/arch/parisc/include/uapi/asm/
Dpdc.h352 unsigned char bc[6]; /* bus converter routing info */ member
/arch/parisc/include/asm/
Dpdc.h179 char bc[6]; /* Bus Converter routing info to a specific */ member
/arch/x86/kernel/
Duprobes.c59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
63 (bc##UL << 0xc)|(bd##UL << 0xd)|(be##UL << 0xe)|(bf##UL << 0xf)) \
/arch/x86/kernel/kprobes/
Dcore.c72 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
76 (bc##UL << 0xc)|(bd##UL << 0xd)|(be##UL << 0xe)|(bf##UL << 0xf)) \
/arch/m32r/kernel/
Dhead.S121 bc loop1
/arch/mips/include/asm/pci/
Dbridge.h851 extern int request_bridge_irq(struct bridge_controller *bc);
/arch/ia64/include/asm/
Dpal.h480 bc : 1, /* Bus check */ member
679 #define pmci_proc_bus_check pme_processor.bc
/arch/mips/include/uapi/asm/
Dinst.h676 __BITFIELD_FIELD(unsigned int bc : 5,
/arch/x86/lib/
Dx86-opcode-map.txt237 bc: MOV rSP/r12,Iv
534 bc: BSF Gv,Ev (!F3) | TZCNT Gv,Ev (F3)
734 bc: vfnmadd231ps/d Vx,Hx,Wx (66),(v)
/arch/m68k/ifpsp060/
Dftest.sa20 dc.l $fea0487b,$01700000,$0b6461ff,$000015bc
Dpfpsp.sa130 dc.l $e005e003,$e002e001,$e001303c,$000460bc
1212 dc.l $009c009c,$006000bc,$006e0000,$0000006e
1369 dc.l $0060fdaa,$00660000,$000000bc,$006c011c
1370 dc.l $006000bc,$00660000,$00000130,$0130010c
/arch/mips/math-emu/
Dcp1emu.c127 mips32_insn.fb_format.bc = bc_op; in microMIPS32_to_MIPS32()

12