Home
last modified time | relevance | path

Searched refs:cause_code (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arc/kernel/
H A Dtroubleshoot.c114 unsigned int vec, cause_code; in show_ecr_verbose() local
121 cause_code = regs->ecr.cause; in show_ecr_verbose()
126 (cause_code == 0x01) ? "Read" : in show_ecr_verbose()
127 ((cause_code == 0x02) ? "Write" : "EX"), in show_ecr_verbose()
132 pr_cont("Machine Check (%s)\n", (cause_code == 0x0) ? in show_ecr_verbose()
136 if (cause_code == ECR_C_PROTV_INST_FETCH) in show_ecr_verbose()
138 else if (cause_code == ECR_C_PROTV_MISALIG_DATA && in show_ecr_verbose()
143 (cause_code == 0x01) ? "Read" : in show_ecr_verbose()
144 ((cause_code == 0x02) ? "Write" : "EX")); in show_ecr_verbose()
149 if (cause_code == 0x00) in show_ecr_verbose()
[all …]
/linux/include/net/sctp/
H A Dsm.h235 __be16 cause_code, const void *payload,
/linux/net/sctp/
H A Dsm_make_chunk.c143 int sctp_init_cause(struct sctp_chunk *chunk, __be16 cause_code, in sctp_init_cause() argument
150 err.cause = cause_code; in sctp_init_cause()
1308 __be16 cause_code, const void *payload, in sctp_make_op_error() argument
1317 sctp_init_cause(retval, cause_code, paylen + reserve_tail); in sctp_make_op_error()