Searched refs:amos (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxpc_sn2.c186 * keep sending IRQs and amos to it until the heartbeat times out. xpc_send_IRQ_sn2()
232 struct amo *amos = (struct amo *)__va(amos_page_pa + xpc_send_activate_IRQ_sn2() local
236 (void)xpc_send_IRQ_sn2(&amos[BIT_WORD(from_nasid / 2)], xpc_send_activate_IRQ_sn2()
245 struct amo *amos = (struct amo *)__va(xpc_vars_sn2->amos_page_pa + xpc_send_local_activate_IRQ_sn2() local
250 FETCHOP_STORE_OP(TO_AMO((u64)&amos[BIT_WORD(from_nasid / 2)].variable), xpc_send_local_activate_IRQ_sn2()
484 * keep sending IRQs and amos to it until the heartbeat times out. xpc_indicate_partition_engaged_sn2()
512 * keep sending IRQs and amos to it until the heartbeat times out. xpc_indicate_partition_disengaged_sn2()
648 * Before clearing xpc_vars_sn2, see if a page of amos had been xpc_setup_rsvd_page_sn2()
650 * permissions so that cross-partition amos are allowed. xpc_setup_rsvd_page_sn2()
663 dev_err(xpc_part, "can't allocate page of amos\n"); xpc_setup_rsvd_page_sn2()
861 * keep sending IRQs and amos to it until the heartbeat times out. xpc_request_partition_deactivation_sn2()
897 * keep sending IRQs and amos to it until the heartbeat times out. xpc_cancel_partition_deactivation_request_sn2()
1452 * Register the remote partition's amos with SAL so it can handle xpc_make_first_contact_sn2()
H A Dxpc.h131 unsigned long amos_page_pa;/* paddr of page of amos from MSPEC driver */
132 struct amo *amos_page; /* vaddr of page of amos from MSPEC driver */
676 unsigned long remote_amos_page_pa; /* paddr of partition's amos page */
H A Dxpc_main.c1242 * And the inability to unregister remote amos restricts us xpc_init()

Completed in 88 milliseconds