Searched refs:consistent_debug_registry (Results 1 – 1 of 1) sorted by relevance
35 static dbg_registry_t * consistent_debug_registry = NULL; variable42 if (!consistent_debug_registry) { in consistent_debug_allocate_entry()45 for (i = 0; i < consistent_debug_registry->top_level_header.num_records; i++) { in consistent_debug_allocate_entry()46 dbg_record_header_t *record = &consistent_debug_registry->records[i]; in consistent_debug_allocate_entry()61 for (unsigned int i = 0; i < consistent_debug_registry->top_level_header.num_records; i++) { in PE_consistent_debug_lookup_entry()62 if (consistent_debug_registry->records[i].record_id == record_id) { in PE_consistent_debug_lookup_entry()63 *phys_addr = consistent_debug_registry->records[i].physaddr; in PE_consistent_debug_lookup_entry()64 *length = consistent_debug_registry->records[i].length; in PE_consistent_debug_lookup_entry()89 …consistent_debug_registry = (dbg_registry_t *)ml_map_high_window(root_pointer, sizeof(dbg_registry… in PE_consistent_debug_inherit()111 return consistent_debug_registry != NULL; in PE_consistent_debug_enabled()