Searched refs:FETCHOP_STORE_OP (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/ia64/include/asm/sn/ |
D | mspec.h | 29 #define FETCHOP_STORE_OP(addr, op, x) ( \ macro
|
/Linux-v4.19/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 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() 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()
|