Searched refs:AMO_t (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dmspec.h40 * NOTE: The AMO_t _MUST_ be placed in either the first or second half
42 * other than additional AMO_t entries. This is because there are two
45 * may be loaded into processor cache. The AMO_t will be referenced
54 } AMO_t; typedef in typeref:struct:__anon8903
H A Dxpc.h46 * nasids in the partition/machine or the AMO_t array used for
172 AMO_t *amos_page; /* vaddr of page of AMOs from MSPEC driver */
242 u64 IPI_amo_pa; /* physical address of IPI AMO_t structure */
604 AMO_t *remote_IPI_amo_va; /* address of remote IPI AMO_t structure */
606 AMO_t *local_IPI_amo_va; /* address of IPI AMO_t structure */
815 AMO_t *amo = (AMO_t *) __va(part->remote_amos_page_pa +
816 (XPC_ENGAGED_PARTITIONS_AMO * sizeof(AMO_t)));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_partition.c175 AMO_t *amos_page;
226 amos_page = (AMO_t *) TO_AMO(uncached_alloc_page(0));
260 amos_page = (AMO_t *) TO_AMO((u64) amos_page);
818 AMO_t *act_amos;
H A Dxpc_channel.c196 /* Initialize this partitions AMO_t structure */
371 (AMO_t *) __va(pulled_entry->IPI_amo_pa);

Completed in 62 milliseconds