Lines Matching refs:TO_AMO
167 return FETCHOP_LOAD_OP(TO_AMO((u64)&amo->variable), FETCHOP_CLEAR); in xpc_receive_IRQ_amo_sn2()
179 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_OR, flag); in xpc_send_IRQ_sn2()
250 FETCHOP_STORE_OP(TO_AMO((u64)&amos[BIT_WORD(from_nasid / 2)].variable), in xpc_send_local_activate_IRQ_sn2()
388 FETCHOP_STORE_OP(TO_AMO((u64)&part->sn.sn2.local_chctl_amo_va-> in xpc_send_local_notify_IRQ_sn2()
477 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_OR, in xpc_indicate_partition_engaged_sn2()
505 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_AND, in xpc_indicate_partition_disengaged_sn2()
537 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_AND, in xpc_assume_partition_disengaged_sn2()
548 return (FETCHOP_LOAD_OP(TO_AMO((u64)&amo->variable), FETCHOP_LOAD) & in xpc_partition_engaged_sn2()
559 return FETCHOP_LOAD_OP(TO_AMO((u64)&amo->variable), FETCHOP_LOAD) != 0; in xpc_any_partition_engaged_sn2()
661 amos_page = (struct amo *)TO_AMO(uncached_alloc_page(0, 1)); in xpc_setup_rsvd_page_sn2()
854 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_OR, in xpc_request_partition_deactivation_sn2()
890 FETCHOP_STORE_OP(TO_AMO((u64)&amo->variable), FETCHOP_AND, in xpc_cancel_partition_deactivation_request_sn2()
913 return (FETCHOP_LOAD_OP(TO_AMO((u64)&amo->variable), FETCHOP_LOAD) & in xpc_partition_deactivation_requested_sn2()