Lines Matching refs:ent
1934 static void sun4v_log_error(struct pt_regs *regs, struct sun4v_error_entry *ent, in sun4v_log_error() argument
1937 u64 *raw_ptr = (u64 *) ent; in sun4v_log_error()
1951 pfx, ent->err_handle, ent->err_stick); in sun4v_log_error()
1953 printk("%s: type [%s]\n", pfx, sun4v_err_type_to_str(ent->err_type)); in sun4v_log_error()
1955 attrs = ent->err_attrs; in sun4v_log_error()
1966 printk("%s: raddr [0x%016llx]\n", pfx, ent->err_raddr); in sun4v_log_error()
1968 if (ent->err_raddr == ~(u64)0) in sun4v_log_error()
1973 printk("%s: size [0x%x]\n", pfx, ent->err_size); in sun4v_log_error()
1979 printk("%s: cpu[%u]\n", pfx, ent->err_cpu); in sun4v_log_error()
1982 printk("%s: asi [0x%02x]\n", pfx, ent->err_asi); in sun4v_log_error()
1987 (ent->err_asr & SUN4V_ERR_ASR_VALID) != 0) in sun4v_log_error()
1989 pfx, ent->err_asr & ~SUN4V_ERR_ASR_VALID); in sun4v_log_error()
2007 struct sun4v_error_entry *ent, local_copy; in sun4v_resum_error() local
2016 ent = __va(paddr); in sun4v_resum_error()
2018 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_resum_error()
2021 ent->err_handle = 0; in sun4v_resum_error()
2059 struct sun4v_error_entry *ent, local_copy; in sun4v_nonresum_error() local
2068 ent = __va(paddr); in sun4v_nonresum_error()
2070 memcpy(&local_copy, ent, sizeof(struct sun4v_error_entry)); in sun4v_nonresum_error()
2073 ent->err_handle = 0; in sun4v_nonresum_error()