Home
last modified time | relevance | path

Searched refs:uv1_hdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/platform/uv/
Dtlb_uv.c885 struct uv1_bau_msg_header *uv1_hdr = NULL; in uv_flush_send_and_wait() local
898 uv1_hdr = &bau_desc->header.uv1_hdr; in uv_flush_send_and_wait()
906 uv1_hdr->msg_type = MSG_REGULAR; in uv_flush_send_and_wait()
912 uv1_hdr->msg_type = MSG_RETRY; in uv_flush_send_and_wait()
919 uv1_hdr->sequence = seq_number; in uv_flush_send_and_wait()
1699 struct uv1_bau_msg_header *uv1_hdr; in activation_descriptor_init() local
1727 uv1_hdr = &bd2->header.uv1_hdr; in activation_descriptor_init()
1728 uv1_hdr->swack_flag = 1; in activation_descriptor_init()
1736 uv1_hdr->base_dest_nasid = in activation_descriptor_init()
1738 uv1_hdr->dest_subnodeid = UV_LB_SUBNODEID; in activation_descriptor_init()
[all …]
/linux-4.4.14/arch/x86/include/asm/uv/
Duv_bau.h401 struct uv1_bau_msg_header uv1_hdr; member