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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dmspec.h35 * Each Atomic Memory Operation (amo, formerly known as fetchop)
40 * NOTE: The amo structure _MUST_ be placed in either the first or second
42 * other than additional amo entries. This is because there are two
45 * may be loaded into processor cache. The amo will be referenced
51 struct amo { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c34 * Memory for XPC's amo variables is allocated by the MSPEC driver. These
40 * amo variables (based on XP_MAX_NPARTITIONS_SN2) to identify the senders of
41 * NOTIFY IRQs, 128 amo variables (based on XP_NASID_MASK_WORDS_SN2) to identify
42 * the senders of ACTIVATE IRQs, 1 amo variable to identify which remote
44 * local XPC and 1 amo variable to request partition deactivation.
165 xpc_receive_IRQ_amo_sn2(struct amo *amo) argument
167 return FETCHOP_LOAD_OP(TO_AMO((u64)&amo->variable), FETCHOP_CLEAR);
171 xpc_send_IRQ_sn2(struct amo *amo, u6 argument
199 struct amo *amo = xpc_vars_sn2->amos_page + index; local
470 struct amo *amo = (struct amo *)__va(part->sn.sn2.remote_amos_page_pa + local
498 struct amo *amo = (struct amo *)__va(part_sn2->remote_amos_page_pa + local
533 struct amo *amo = xpc_vars_sn2->amos_page + local
544 struct amo *amo = xpc_vars_sn2->amos_page + local
555 struct amo *amo = xpc_vars_sn2->amos_page + local
847 struct amo *amo = (struct amo *)__va(part_sn2->remote_amos_page_pa + local
883 struct amo *amo = (struct amo *)__va(part->sn.sn2.remote_amos_page_pa + local
909 struct amo *amo = xpc_vars_sn2->amos_page + local
[all...]
H A Dxpc.h132 struct amo *amos_page; /* vaddr of page of amos from MSPEC driver */
153 unsigned long chctl_amo_pa; /* physical address of chctl flags' amo */
700 struct amo *remote_chctl_amo_va; /* addr of remote chctl flags' amo */
701 struct amo *local_chctl_amo_va; /* address of chctl flags' amo */
860 * These can occur whenever an IRQ's associated amo write doesn't complete

Completed in 77 milliseconds