Searched refs:DBG_RES (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/parisc/kernel/ |
D | pci.c | 32 #define DBG_RES(x...) printk(KERN_DEBUG x) macro 34 #define DBG_RES(x...) macro 211 DBG_RES("pcibios_align_resource(%s, (%p) [%lx,%lx]/%x, 0x%lx, 0x%lx)\n", in pcibios_align_resource()
|
D | pci-dma.c | 50 #define DBG_RES(x...) printk(x) macro 52 #define DBG_RES(x...) macro 259 DBG_RES("pcxl_alloc_range() size: %d pages_needed %d pages_mask 0x%08lx\n", in pcxl_alloc_range() 281 DBG_RES("pcxl_alloc_range() res_idx %d mask 0x%08lx res_hint: %d\n", in pcxl_alloc_range() 315 DBG_RES("pcxl_free_range() res_idx: %d size: %d pages_mapped %d mask 0x%08lx\n", in pcxl_free_range()
|
/linux-3.4.99/drivers/parisc/ |
D | ccio-dma.c | 89 #define DBG_RES(x...) printk(x) macro 91 #define DBG_RES(x...) macro 352 DBG_RES("%s() size: %d pages_needed %d\n", in ccio_alloc_range() 397 DBG_RES("%s() res_idx %d res_hint: %d\n", in ccio_alloc_range() 441 DBG_RES("%s(): res_idx: %d pages_mapped %d\n", in ccio_free_range()
|
D | sba_iommu.c | 87 #define DBG_RES(x...) printk(x) macro 89 #define DBG_RES(x...) macro 389 DBG_RES("%s() o %ld %p", __func__, o, res_ptr); in sba_search_bitmap() 392 DBG_RES(" %p %lx %lx\n", res_ptr, mask, *res_ptr); in sba_search_bitmap() 458 DBG_RES("%s(%x) %d -> %lx hint %x/%x\n", in sba_alloc_range() 501 DBG_RES("%s( ,%x,%x) %x/%lx %x %p %lx\n", in sba_free_range()
|
/linux-3.4.99/arch/ia64/hp/common/ |
D | sba_iommu.c | 133 #define DBG_RES(x...) printk(x) macro 135 #define DBG_RES(x...) macro 549 DBG_RES("%s() o %ld %p", __func__, o, res_ptr); in sba_search_bitmap() 552 DBG_RES(" %p %lx %lx\n", res_ptr, mask, *res_ptr); in sba_search_bitmap() 711 DBG_RES("%s(%x) %d -> %lx hint %x/%x\n", in sba_alloc_range() 755 DBG_RES("%s( ,%x,%x) %x/%lx %x %p %lx\n", __func__, (uint) iova, size, in sba_free_range()
|