Lines Matching defs:xpc_partition_sn2
675 struct xpc_partition_sn2 { struct
676 unsigned long remote_amos_page_pa; /* paddr of partition's amos page */
677 int activate_IRQ_nasid; /* active partition's act/deact nasid */
678 int activate_IRQ_phys_cpuid; /* active part's act/deact phys cpuid */
680 unsigned long remote_vars_pa; /* phys addr of partition's vars */
681 unsigned long remote_vars_part_pa; /* paddr of partition's vars part */
682 u8 remote_vars_version; /* version# of partition's vars */
684 void *local_GPs_base; /* base address of kmalloc'd space */
685 struct xpc_gp_sn2 *local_GPs; /* local Get/Put values */
686 void *remote_GPs_base; /* base address of kmalloc'd space */
687 struct xpc_gp_sn2 *remote_GPs; /* copy of remote partition's local */
689 unsigned long remote_GPs_pa; /* phys addr of remote partition's local */
692 void *local_openclose_args_base; /* base address of kmalloc'd space */
693 struct xpc_openclose_args *local_openclose_args; /* local's args */
694 unsigned long remote_openclose_args_pa; /* phys addr of remote's args */
696 int notify_IRQ_nasid; /* nasid of where to send notify IRQs */
697 int notify_IRQ_phys_cpuid; /* CPUID of where to send notify IRQs */
698 char notify_IRQ_owner[8]; /* notify IRQ's owner's name */
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 */
703 struct timer_list dropped_notify_IRQ_timer; /* dropped IRQ timer */