bau_pq_entry      491 arch/x86/include/asm/uv/uv_bau.h 	struct bau_pq_entry	*msg;
bau_pq_entry      493 arch/x86/include/asm/uv/uv_bau.h 	struct bau_pq_entry	*queue_first;
bau_pq_entry      494 arch/x86/include/asm/uv/uv_bau.h 	struct bau_pq_entry	*queue_last;
bau_pq_entry      612 arch/x86/include/asm/uv/uv_bau.h 	struct bau_pq_entry	*queue_first;
bau_pq_entry      613 arch/x86/include/asm/uv/uv_bau.h 	struct bau_pq_entry	*queue_last;
bau_pq_entry      614 arch/x86/include/asm/uv/uv_bau.h 	struct bau_pq_entry	*bau_msg_head;
bau_pq_entry      211 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *msg;
bau_pq_entry      232 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *msg = mdp->msg;
bau_pq_entry      233 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *msg2;
bau_pq_entry      289 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *msg = mdp->msg;
bau_pq_entry      375 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *msg;
bau_pq_entry     1192 arch/x86/platform/uv/tlb_uv.c static struct bau_pq_entry *find_another_by_swack(struct bau_pq_entry *msg,
bau_pq_entry     1195 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *msg_next = msg + 1;
bau_pq_entry     1220 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *msg = mdp->msg;
bau_pq_entry     1221 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *other_msg;
bau_pq_entry     1279 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *msg;
bau_pq_entry     1802 arch/x86/platform/uv/tlb_uv.c 	struct bau_pq_entry *pqp;
bau_pq_entry     1805 arch/x86/platform/uv/tlb_uv.c 	plsize = (DEST_Q_SIZE + 1) * sizeof(struct bau_pq_entry);
bau_pq_entry     1809 arch/x86/platform/uv/tlb_uv.c 	pqp = (struct bau_pq_entry *)vp;
bau_pq_entry     1811 arch/x86/platform/uv/tlb_uv.c 	pqp = (struct bau_pq_entry *)(((unsigned long)cp >> 5) << 5);
bau_pq_entry     1842 arch/x86/platform/uv/tlb_uv.c 	memset(pqp, 0, sizeof(struct bau_pq_entry) * DEST_Q_SIZE);