Searched refs:sre (Results 1 – 12 of 12) sorted by relevance
10 - Sebastian Reichel <sre@kernel.org>
13 - Sebastian Reichel <sre@kernel.org>
1054 uint64_t sre; in gic_v3_cpu_enable_sre() local1062 sre = READ_SPECIALREG(icc_sre_el1); in gic_v3_cpu_enable_sre()1063 sre |= ICC_SRE_EL1_SRE; in gic_v3_cpu_enable_sre()1064 WRITE_SPECIALREG(icc_sre_el1, sre); in gic_v3_cpu_enable_sre()1069 sre = READ_SPECIALREG(icc_sre_el1); in gic_v3_cpu_enable_sre()1070 if ((sre & ICC_SRE_EL1_SRE) == 0) { in gic_v3_cpu_enable_sre()
11 - Sebastian Reichel <sre@kernel.org>
3987 struct sctp_remote_error *sre; in sctp_notify_remote_error() local4019 sre = mtod(m_notify, struct sctp_remote_error *); in sctp_notify_remote_error()4020 memset(sre, 0, notif_len); in sctp_notify_remote_error()4021 sre->sre_type = SCTP_REMOTE_ERROR; in sctp_notify_remote_error()4022 sre->sre_flags = 0; in sctp_notify_remote_error()4023 sre->sre_length = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()4024 sre->sre_error = error; in sctp_notify_remote_error()4025 sre->sre_assoc_id = sctp_get_associd(stcb); in sctp_notify_remote_error()4027 memcpy(sre->sre_data, chunk, chunk_len); in sctp_notify_remote_error()4028 sre->sre_length += chunk_len; in sctp_notify_remote_error()[all …]