Lines Matching defs:b
303 #define eth_io_copy_and_sum(s,c,l,b) \ argument
324 #define memset_io(a, b, c) memset((void *)(a), (b), (c)) argument
325 #define memcpy_fromio(a, b, c) memcpy((a), (void *)(b), (c)) argument
326 #define memcpy_toio(a, b, c) memcpy((void *)(a), (b), (c)) argument
337 #define eth_io_copy_and_sum(a,b,c,d) __readwrite_bug("eth_io_copy_and_sum") argument
356 #define isa_memset_io(a,b,c) _memset_io(__mem_isa(a),(b),(c)) argument
357 #define isa_memcpy_fromio(a,b,c) _memcpy_fromio((a),__mem_isa(b),(c)) argument
358 #define isa_memcpy_toio(a,b,c) _memcpy_toio(__mem_isa((a)),(b),(c)) argument
360 #define isa_eth_io_copy_and_sum(a,b,c,d) \ argument
388 #define isa_memset_io(a,b,c) __readwrite_bug("isa_memset_io") argument
389 #define isa_memcpy_fromio(a,b,c) __readwrite_bug("isa_memcpy_fromio") argument
390 #define isa_memcpy_toio(a,b,c) __readwrite_bug("isa_memcpy_toio") argument
392 #define isa_eth_io_copy_and_sum(a,b,c,d) \ argument