Home
last modified time | relevance | path

Searched refs:DEBUG_REG_ACCESS (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/efcode/gp2/
H A Dgp2.c71 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_41/usr/src/lib/efcode/jupiter/
H A Djupiter.c83 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_41/usr/src/lib/efcode/pci/
H A Dpci.c95 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_41/usr/src/lib/efcode/fcdriver/
H A Ddma.c47 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 Dioctl.c89 (get_interpreter_debug_level() & DEBUG_REG_ACCESS)) { in fc_run_priv()
/titanic_41/usr/src/lib/efcode/engine/
H A Dmcookie.c84 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 Ddebug.c682 DEBUG_REG_ACCESS, "reg-access",
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Ddebug.h65 #define DEBUG_REG_ACCESS 0x10000000 macro