Home
last modified time | relevance | path

Searched refs:all_flags (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/misc/sgi-xp/
Dxpc_sn2.c273 chctl.all_flags = xpc_receive_IRQ_amo_sn2(part->sn.sn2. in xpc_check_for_sent_chctl_flags_sn2()
275 if (chctl.all_flags == 0) in xpc_check_for_sent_chctl_flags_sn2()
279 part->chctl.all_flags |= chctl.all_flags; in xpc_check_for_sent_chctl_flags_sn2()
283 "0x%llx\n", XPC_PARTID(part), chctl.all_flags); in xpc_check_for_sent_chctl_flags_sn2()
356 chctl.all_flags, in xpc_send_notify_IRQ_sn2()
389 variable), FETCHOP_OR, chctl.all_flags); in xpc_send_local_notify_IRQ_sn2()
1513 if (chctl.all_flags != 0) in xpc_get_chctl_all_flags_sn2()
1514 part->chctl.all_flags = 0; in xpc_get_chctl_all_flags_sn2()
1532 chctl.all_flags = 0; in xpc_get_chctl_all_flags_sn2()
1547 chctl.all_flags = 0; in xpc_get_chctl_all_flags_sn2()
[all …]
Dxpc_main.c370 part->chctl.all_flags != 0 || in xpc_channel_mgr()
439 part->chctl.all_flags = 0; in xpc_setup_ch_structures()
Dxpc_uv.c1074 if (chctl.all_flags != 0) in xpc_get_chctl_all_flags_uv()
1075 part->chctl.all_flags = 0; in xpc_get_chctl_all_flags_uv()
1078 return chctl.all_flags; in xpc_get_chctl_all_flags_uv()
Dxpc.h627 u64 all_flags; member
Dxpc_channel.c554 chctl.all_flags = xpc_arch_ops.get_chctl_all_flags(part); in xpc_process_sent_chctl_flags()
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2081 unsigned int flag, all_flags; in TEST() local
2086 for (i = 0, all_flags = 0; i < ARRAY_SIZE(flags); i++) { in TEST()
2109 all_flags |= flag; in TEST()
2113 ret = seccomp(SECCOMP_SET_MODE_FILTER, all_flags, NULL); in TEST()
2117 all_flags); in TEST()