Lines Matching refs:BUG
6 BUG(); in inb()
12 BUG(); in inw()
18 BUG(); in inl()
24 BUG(); in outb()
29 BUG(); in outw()
34 BUG(); in outl()
39 BUG(); in ioport_map()
45 BUG(); in ioport_unmap()
55 #define insb(a, b, c) BUG()
56 #define insw(a, b, c) BUG()
57 #define insl(a, b, c) BUG()
59 #define outsb(a, b, c) BUG()
60 #define outsw(a, b, c) BUG()
61 #define outsl(a, b, c) BUG()