Searched defs:i_cpr_storage_data_base (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c94 caddr_t i_cpr_storage_data_base; variable
802 sensitive_write_ptr = i_cpr_storage_data_base;
856 if (i_cpr_storage_data_base) {
857 kmem_free(i_cpr_storage_data_base,
859 i_cpr_storage_data_base = NULL;
870 i_cpr_storage_data_base = addr;
992 if (i_cpr_storage_data_base) {
993 kmem_free(i_cpr_storage_data_base,
995 i_cpr_storage_data_base = NULL;
1145 if (i_cpr_storage_data_base) {
[all...]

Completed in 61 milliseconds