Searched refs:saved_regs (Results 1 – 2 of 2) sorted by relevance
676 (schpc_p->schpc_slot[slot].saved_regs == NULL)) { in schpc_connect()4136 schpc_p->schpc_slot[slot].saved_regs = in schpc_save_leaf()4161 if (schpc_p->schpc_slot[slot].saved_regs == NULL) in schpc_restore_leaf()4190 kmem_free(schpc_p->schpc_slot[slot].saved_regs, in schpc_restore_leaf()4194 schpc_p->schpc_slot[slot].saved_regs = NULL; in schpc_restore_leaf()4209 schpc_p->schpc_slot[slot].saved_regs[save_entry] = in schpc_save_entry()4222 saved_regs[save_entry]); in schpc_save_entry()4227 schpc_p->schpc_slot[slot].saved_regs[save_entry] = in schpc_save_entry()4241 saved_regs[save_entry]); in schpc_save_entry()4246 schpc_p->schpc_slot[slot].saved_regs[save_entry] = in schpc_save_entry()[all …]
90 uint64_t *saved_regs; /* Ptr to saved off regs */ member