Searched refs:DEBUG_REG_ACCESS (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/efcode/gp2/ |
H A D | gp2.c | 71 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %llx -> %x\n", service, in mem_map_in() 101 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %x -> %llx\n", service, in mem_map_out() 123 debug_msg(DEBUG_REG_ACCESS, "gp2:get-portid ( %x %x ) -> %x\n", in do_get_portid() 172 debug_msg(DEBUG_REG_ACCESS, "gp2:encode_unit ( %x %x ) -> '%s'\n", in do_encode_unit() 194 debug_msg(DEBUG_REG_ACCESS, "gp2:decode_unit ( '%s' ) -> %x %x\n", buf, in do_decode_unit() 225 debug_msg(DEBUG_REG_ACCESS, in do_claim_addr() 244 debug_msg(DEBUG_REG_ACCESS, "gp2:master-interrupt ( %x %x ) -> %x\n", in do_master_interrupt() 258 debug_msg(DEBUG_REG_ACCESS, "gp2:register-vector-entry ( %x %x %x ) ->" in do_register_vectory_entry() 268 debug_msg(DEBUG_REG_ACCESS, "gp2:get-interrupt-target ( ) -> %x\n", in do_get_interrupt_target()
|
/titanic_44/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 83 debug_msg(DEBUG_REG_ACCESS, "jupiter:%s: %llx -> %x\n", service, in mem_map_in() 113 debug_msg(DEBUG_REG_ACCESS, "jupiter:%s: %x -> %llx\n", in mem_map_out() 165 debug_msg(DEBUG_REG_ACCESS, "jupiter:get-portid ( %x %x ) -> %x\n", in do_get_io_portid() 193 debug_msg(DEBUG_REG_ACCESS, "jupiter:encode_unit ( %x %x ) -> '%s'\n", in do_encode_unit() 222 debug_msg(DEBUG_REG_ACCESS, in do_decode_unit() 395 debug_msg(DEBUG_REG_ACCESS, in do_master_interrupt() 411 debug_msg(DEBUG_REG_ACCESS, in do_register_vector_entry() 422 debug_msg(DEBUG_REG_ACCESS, in do_get_interrupt_target()
|
/titanic_44/usr/src/lib/efcode/pci/ |
H A D | pci.c | 95 debug_msg(DEBUG_REG_ACCESS, "pci:map-in: %llx -> %x\n", in mem_map_in() 117 debug_msg(DEBUG_REG_ACCESS, "pci:%s: %x -> %llx\n", service, in mem_map_out() 250 debug_msg(DEBUG_REG_ACCESS, "pci:encode-unit ( %x ) -> %s\n", in do_encode_unit() 268 debug_msg(DEBUG_REG_ACCESS, "pci:decode-unit ( '%s' ) -> 0 0 %x\n", in do_decode_unit()
|
/titanic_44/usr/src/lib/efcode/fcdriver/ |
H A D | dma.c | 47 debug_msg(DEBUG_REG_ACCESS, "dma-alloc ( %x ) -> %p\n", (int)size, p); in do_dma_alloc() 61 debug_msg(DEBUG_REG_ACCESS, "dma-free ( %p %x )\n", p, (int)size); in do_dma_free()
|
H A D | ioctl.c | 89 (get_interpreter_debug_level() & DEBUG_REG_ACCESS)) { in fc_run_priv()
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | mcookie.c | 84 debug_msg(DEBUG_REG_ACCESS, "Allocating mapping: %d add: 0x%llx" in mapping_to_mcookie() 107 debug_msg(DEBUG_REG_ACCESS, "Deallocating mapping: %d" in delete_mapping()
|
H A D | debug.c | 682 DEBUG_REG_ACCESS, "reg-access",
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | debug.h | 65 #define DEBUG_REG_ACCESS 0x10000000 macro
|