| 
									
										
										
										
											2019-06-13 15:09:37 +10:00
										 |  |  | # loader.c | 
					
						
							|  |  |  | loader_write_rom(const char *name, uint64_t gpa, uint64_t size, bool isrom) "%s: @0x%"PRIx64" size=0x%"PRIx64" ROM=%d" | 
					
						
							| 
									
										
										
										
											2020-01-30 16:02:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # qdev.c | 
					
						
							|  |  |  | qdev_update_parent_bus(void *obj, const char *objtype, void *oldp, const char *oldptype, void *newp, const char *newptype) "obj=%p(%s) old_parent=%p(%s) new_parent=%p(%s)" | 
					
						
							| 
									
										
										
										
											2020-01-30 16:02:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # resettable.c | 
					
						
							|  |  |  | resettable_reset(void *obj, int cold) "obj=%p cold=%d" | 
					
						
							|  |  |  | resettable_reset_assert_begin(void *obj, int cold) "obj=%p cold=%d" | 
					
						
							|  |  |  | resettable_reset_assert_end(void *obj) "obj=%p" | 
					
						
							|  |  |  | resettable_reset_release_begin(void *obj, int cold) "obj=%p cold=%d" | 
					
						
							|  |  |  | resettable_reset_release_end(void *obj) "obj=%p" | 
					
						
							| 
									
										
										
										
											2020-01-30 16:02:04 +00:00
										 |  |  | resettable_change_parent(void *obj, void *o, unsigned oc, void *n, unsigned nc) "obj=%p from=%p(%d) to=%p(%d)" | 
					
						
							| 
									
										
										
										
											2020-01-30 16:02:03 +00:00
										 |  |  | resettable_phase_enter_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) count=%d type=%d" | 
					
						
							|  |  |  | resettable_phase_enter_exec(void *obj, const char *objtype, int type, int has_method) "obj=%p(%s) type=%d method=%d" | 
					
						
							|  |  |  | resettable_phase_enter_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d" | 
					
						
							|  |  |  | resettable_phase_hold_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) count=%d type=%d" | 
					
						
							|  |  |  | resettable_phase_hold_exec(void *obj, const char *objtype, int has_method) "obj=%p(%s) method=%d" | 
					
						
							|  |  |  | resettable_phase_hold_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d" | 
					
						
							|  |  |  | resettable_phase_exit_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) count=%d type=%d" | 
					
						
							|  |  |  | resettable_phase_exit_exec(void *obj, const char *objtype, int has_method) "obj=%p(%s) method=%d" | 
					
						
							|  |  |  | resettable_phase_exit_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d" | 
					
						
							|  |  |  | resettable_transitional_function(void *obj, const char *objtype) "obj=%p(%s)" | 
					
						
							| 
									
										
										
										
											2020-04-17 16:54:28 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | # clock.c | 
					
						
							|  |  |  | clock_set_source(const char *clk, const char *src) "'%s', src='%s'" | 
					
						
							|  |  |  | clock_disconnect(const char *clk) "'%s'" | 
					
						
							| 
									
										
										
										
											2020-10-10 15:57:46 +02:00
										 |  |  | clock_set(const char *clk, uint64_t old, uint64_t new) "'%s', %"PRIu64"Hz->%"PRIu64"Hz" | 
					
						
							| 
									
										
										
										
											2020-04-17 16:54:28 +01:00
										 |  |  | clock_propagate(const char *clk) "'%s'" | 
					
						
							| 
									
										
										
										
											2020-10-10 15:57:46 +02:00
										 |  |  | clock_update(const char *clk, const char *src, uint64_t hz, int cb) "'%s', src='%s', val=%"PRIu64"Hz cb=%d" | 
					
						
							| 
									
										
										
										
											2021-08-12 10:33:40 +01:00
										 |  |  | clock_set_mul_div(const char *clk, uint32_t oldmul, uint32_t mul, uint32_t olddiv, uint32_t div) "'%s', mul: %u -> %u, div: %u -> %u" | 
					
						
							| 
									
										
										
										
											2023-05-26 17:53:52 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | # cpu-common.c | 
					
						
							|  |  |  | cpu_reset(int cpu_index) "%d" |