Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 – 7 of 7) sorted by relevance

/arch/ia64/include/uapi/asm/
Dperfmon.h129 int msg_type; /* generic message header */ member
139 int msg_type; /* generic message header */ member
145 int msg_type; /* type of the message */ member
/arch/x86/include/asm/uv/
Duv_bau.h272 unsigned int msg_type:3; /* software type of the member
340 unsigned int msg_type:3; /* software type of the member
445 unsigned short msg_type:3; /* software message type */ member
/arch/x86/platform/uv/
Dtlb_uv.c239 (msg2->msg_type != MSG_NOOP)) { in bau_process_retry_msg()
298 if (msg->msg_type == MSG_RETRY && bcp == bcp->uvhub_master) in bau_process_message()
381 (msg->msg_type != MSG_NOOP)) { in do_reset()
886 uv1_hdr->msg_type = MSG_REGULAR; in uv_flush_send_and_wait()
888 uv2_hdr->msg_type = MSG_REGULAR; in uv_flush_send_and_wait()
892 uv1_hdr->msg_type = MSG_RETRY; in uv_flush_send_and_wait()
894 uv2_hdr->msg_type = MSG_RETRY; in uv_flush_send_and_wait()
/arch/x86/include/asm/
Dapic.h263 extern int setup_APIC_eilvt(u8 lvt_off, u8 vector, u8 msg_type, u8 mask);
/arch/mips/include/asm/sn/sn0/
Dhubmd.h586 msg_type: 8, /* 47-40: type of request */ member
/arch/x86/kernel/apic/
Dapic.c428 int setup_APIC_eilvt(u8 offset, u8 vector, u8 msg_type, u8 mask) in setup_APIC_eilvt() argument
433 new = (mask << 16) | (msg_type << 8) | vector; in setup_APIC_eilvt()
/arch/ia64/kernel/
Dperfmon.c805 …ad=%d tail=%d type=%d\n", ctx, ctx->ctx_msgq_head, ctx->ctx_msgq_tail, msg->pfm_gen_msg.msg_type)); in pfm_get_next_msg()
1626 DPRINT(("fd=%d type=%d\n", msg->pfm_gen_msg.msg_ctx_fd, msg->pfm_gen_msg.msg_type)); in pfm_read()
5143 msg->pfm_ovfl_msg.msg_type = PFM_MSG_OVFL; in pfm_ovfl_notify_user()
5175 msg->pfm_end_msg.msg_type = PFM_MSG_END; in pfm_end_notify_user()