Searched refs:msg_type (Results 1 – 7 of 7) sorted by relevance
/arch/ia64/include/asm/ |
D | perfmon.h | 129 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/ |
D | uv_bau.h | 270 unsigned int msg_type:3; /* software type of the member 338 unsigned int msg_type:3; /* software type of the member 443 unsigned short msg_type:3; /* software message type */ member
|
/arch/x86/platform/uv/ |
D | tlb_uv.c | 204 (msg2->msg_type != MSG_NOOP)) { in bau_process_retry_msg() 263 if (msg->msg_type == MSG_RETRY && bcp == bcp->uvhub_master) in bau_process_message() 346 (msg->msg_type != MSG_NOOP)) { in do_reset() 903 uv1_hdr->msg_type = MSG_REGULAR; in uv_flush_send_and_wait() 905 uv2_hdr->msg_type = MSG_REGULAR; in uv_flush_send_and_wait() 909 uv1_hdr->msg_type = MSG_RETRY; in uv_flush_send_and_wait() 911 uv2_hdr->msg_type = MSG_RETRY; in uv_flush_send_and_wait()
|
/arch/x86/include/asm/ |
D | apic.h | 258 extern int setup_APIC_eilvt(u8 lvt_off, u8 vector, u8 msg_type, u8 mask);
|
/arch/mips/include/asm/sn/sn0/ |
D | hubmd.h | 586 msg_type: 8, /* 47-40: type of request */ member
|
/arch/x86/kernel/apic/ |
D | apic.c | 414 int setup_APIC_eilvt(u8 offset, u8 vector, u8 msg_type, u8 mask) in setup_APIC_eilvt() argument 419 new = (mask << 16) | (msg_type << 8) | vector; in setup_APIC_eilvt()
|
/arch/ia64/kernel/ |
D | perfmon.c | 809 …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() 1635 DPRINT(("fd=%d type=%d\n", msg->pfm_gen_msg.msg_ctx_fd, msg->pfm_gen_msg.msg_type)); in pfm_read() 5155 msg->pfm_ovfl_msg.msg_type = PFM_MSG_OVFL; in pfm_ovfl_notify_user() 5187 msg->pfm_end_msg.msg_type = PFM_MSG_END; in pfm_end_notify_user()
|