Symbol: test_bit_inv
arch/s390/boot/uv.c
53
if (test_bit_inv(BIT_UVC_CMD_SET_SHARED_ACCESS, (unsigned long *)uvcb.inst_calls_list) &&
arch/s390/boot/uv.c
54
test_bit_inv(BIT_UVC_CMD_REMOVE_SHARED_ACCESS, (unsigned long *)uvcb.inst_calls_list))
arch/s390/include/asm/uv.h
561
return test_bit_inv(feature_bit, &uv_info.uv_feature_indications);
arch/s390/kernel/cert_store.c
667
if (!test_bit_inv(1, ism) || !test_bit_inv(2, ism)) {
arch/s390/kernel/diag/diag310.c
163
if (!test_bit_inv(DIAG310_SUBC_1, &mask))
arch/s390/kernel/diag/diag310.c
165
if (!test_bit_inv(DIAG310_SUBC_4, &mask))
arch/s390/kernel/diag/diag310.c
167
if (!test_bit_inv(DIAG310_SUBC_5, &mask))
arch/s390/kernel/diag/diag324.c
214
if (!test_bit_inv(DIAG324_SUBC_1, &installed))
arch/s390/kernel/diag/diag324.c
216
if (!test_bit_inv(DIAG324_SUBC_2, &installed))
arch/s390/kernel/uv.c
733
if (test_bit_inv(BIT_UVC_CMD_QUERY_KEYS, uv_info.inst_calls_list))
arch/s390/kvm/kvm-s390.c
3524
if (test_bit_inv(nr, (unsigned long *)&kvm->arch.model.subfuncs.pckmo) &&
arch/s390/kvm/kvm-s390.c
3525
test_bit_inv(nr, (unsigned long *)&kvm_s390_available_subfunc.pckmo))
arch/s390/kvm/kvm-s390.c
700
if (!test_bit_inv(pv_cmds_dump[i],
arch/s390/kvm/kvm-s390.h
246
return test_bit_inv(nr, kvm->arch.cpu_feat);
arch/s390/kvm/pv.c
431
return test_bit_inv(BIT_UVC_CMD_DESTROY_SEC_CONF_FAST, uv_info.inst_calls_list);
arch/s390/pci/pci_clp.c
636
exists = test_bit_inv(req->lps, &ilp);
drivers/s390/char/uvdevice.c
59
if (!test_bit_inv(ioctl_nr_to_uvc_bit[i], uv_info.inst_calls_list))
drivers/s390/cio/airq.c
235
if (!test_bit_inv(bit + i, iv->avail))
drivers/s390/cio/airq.c
275
while (iv->end > 0 && !test_bit_inv(iv->end - 1, iv->avail))
drivers/s390/crypto/ap_bus.c
1000
devres = test_bit_inv(card, ap_perms.apm) &&
drivers/s390/crypto/ap_bus.c
1001
test_bit_inv(queue, ap_perms.aqm);
drivers/s390/crypto/ap_bus.c
1334
!test_bit_inv(domain, ap_perms.aqm))
drivers/s390/crypto/ap_bus.c
1823
!test_bit_inv(dom, ap_perms.aqm))
drivers/s390/crypto/ap_bus.c
1827
!test_bit_inv(card, ap_perms.apm))
drivers/s390/crypto/ap_bus.c
2611
!test_bit_inv(ap_domain_index, ap_perms.aqm))) {
drivers/s390/crypto/ap_bus.c
884
devres = test_bit_inv(card, ap_perms.apm) &&
drivers/s390/crypto/ap_bus.c
885
test_bit_inv(queue, ap_perms.aqm);
drivers/s390/crypto/ap_bus.c
940
if (test_bit_inv(card, ap_perms.apm) &&
drivers/s390/crypto/ap_bus.c
941
test_bit_inv(queue, ap_perms.aqm))
drivers/s390/crypto/ap_bus.c
967
if (test_bit_inv(card, apm))
drivers/s390/crypto/ap_bus.c
969
if (test_bit_inv(queue, aqm))
drivers/s390/crypto/pkey_uv.c
291
if (!test_bit_inv(BIT_UVC_CMD_RETR_SECRET, uv_info.inst_calls_list))
drivers/s390/crypto/vfio_ap_ops.c
1094
if (test_bit_inv(apid, matrix_mdev->matrix.apm)) {
drivers/s390/crypto/vfio_ap_ops.c
1157
if (test_bit_inv(apid, matrix_mdev->shadow_apcb.apm) &&
drivers/s390/crypto/vfio_ap_ops.c
1158
test_bit_inv(apqi, matrix_mdev->shadow_apcb.aqm))
drivers/s390/crypto/vfio_ap_ops.c
1177
if (test_bit_inv(apid, matrix_mdev->shadow_apcb.apm)) {
drivers/s390/crypto/vfio_ap_ops.c
1239
if (!test_bit_inv(apid, matrix_mdev->matrix.apm)) {
drivers/s390/crypto/vfio_ap_ops.c
1318
if (test_bit_inv(apqi, matrix_mdev->matrix.aqm)) {
drivers/s390/crypto/vfio_ap_ops.c
1358
if (test_bit_inv(apid, matrix_mdev->shadow_apcb.apm) &&
drivers/s390/crypto/vfio_ap_ops.c
1359
test_bit_inv(apqi, matrix_mdev->shadow_apcb.aqm))
drivers/s390/crypto/vfio_ap_ops.c
1378
if (test_bit_inv(apqi, matrix_mdev->shadow_apcb.aqm)) {
drivers/s390/crypto/vfio_ap_ops.c
1440
if (!test_bit_inv(apqi, matrix_mdev->matrix.aqm)) {
drivers/s390/crypto/vfio_ap_ops.c
1488
if (test_bit_inv(id, matrix_mdev->matrix.adm)) {
drivers/s390/crypto/vfio_ap_ops.c
1542
if (!test_bit_inv(domid, matrix_mdev->matrix.adm)) {
drivers/s390/crypto/vfio_ap_ops.c
1549
if (test_bit_inv(domid, matrix_mdev->shadow_apcb.adm)) {
drivers/s390/crypto/vfio_ap_ops.c
157
if (test_bit_inv(AP_QID_CARD(apqn), matrix_mdev->matrix.apm) &&
drivers/s390/crypto/vfio_ap_ops.c
158
test_bit_inv(AP_QID_QUEUE(apqn), matrix_mdev->matrix.aqm)) {
drivers/s390/crypto/vfio_ap_ops.c
2301
if (test_bit_inv(apid, matrix_mdev->matrix.apm) &&
drivers/s390/crypto/vfio_ap_ops.c
2302
test_bit_inv(apqi, matrix_mdev->matrix.aqm))
drivers/s390/crypto/vfio_ap_ops.c
2336
test_bit_inv(apid, matrix_mdev->shadow_apcb.apm) &&
drivers/s390/crypto/vfio_ap_ops.c
2337
test_bit_inv(apqi, matrix_mdev->shadow_apcb.aqm))
drivers/s390/crypto/vfio_ap_ops.c
2485
if (test_bit_inv(apid, matrix_mdev->shadow_apcb.apm) &&
drivers/s390/crypto/vfio_ap_ops.c
2486
test_bit_inv(apqi, matrix_mdev->shadow_apcb.aqm)) {
drivers/s390/crypto/vfio_ap_ops.c
2504
if (test_bit_inv(apid, (unsigned long *)matrix_dev->info.apm) &&
drivers/s390/crypto/vfio_ap_ops.c
2505
test_bit_inv(apqi, (unsigned long *)matrix_dev->info.aqm)) {
drivers/s390/crypto/vfio_ap_ops.c
762
if (test_bit_inv(apid, prev_shadow_apm))
drivers/s390/crypto/zcrypt_api.c
1089
if (!test_bit_inv(domain, perms->adm)) {
drivers/s390/crypto/zcrypt_api.c
555
if (test_bit_inv(ioctlnr, perms->ioctlm))
drivers/s390/crypto/zcrypt_api.c
568
return test_bit_inv(card, perms->apm) ? true : false;
drivers/s390/crypto/zcrypt_api.c
573
return test_bit_inv(queue, perms->aqm) ? true : false;
drivers/s390/crypto/zcrypt_api.c
884
if (!test_bit_inv(tdom, perms->adm)) {
tools/testing/selftests/kvm/include/s390/facility.h
47
return test_bit_inv(nr, stfl_doublewords);