Home
last modified time | relevance | path

Searched refs:test_bit_inv (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/arch/s390/boot/
Duv.c21 if (test_bit_inv(BIT_UVC_CMD_SET_SHARED_ACCESS, (unsigned long *)uvcb.inst_calls_list) && in uv_query_info()
22 test_bit_inv(BIT_UVC_CMD_REMOVE_SHARED_ACCESS, (unsigned long *)uvcb.inst_calls_list)) in uv_query_info()
/Linux-v5.4/drivers/s390/crypto/
Dap_bus.c714 devres = test_bit_inv(card, ap_perms.apm) in __ap_revise_reserved()
715 && test_bit_inv(queue, ap_perms.aqm); in __ap_revise_reserved()
743 if (test_bit_inv(card, ap_perms.apm) in ap_owned_by_def_drv()
744 && test_bit_inv(queue, ap_perms.aqm)) in ap_owned_by_def_drv()
761 if (test_bit_inv(card, apm) && in ap_apqn_in_matrix_owned_by_def_drv()
762 test_bit_inv(card, ap_perms.apm)) in ap_apqn_in_matrix_owned_by_def_drv()
764 if (test_bit_inv(queue, aqm) && in ap_apqn_in_matrix_owned_by_def_drv()
765 test_bit_inv(queue, ap_perms.aqm)) in ap_apqn_in_matrix_owned_by_def_drv()
790 devres = test_bit_inv(card, ap_perms.apm) in ap_device_probe()
791 && test_bit_inv(queue, ap_perms.aqm); in ap_device_probe()
[all …]
Dvfio_ap_ops.c54 if (!test_bit_inv(AP_QID_CARD(apqn), matrix_mdev->matrix.apm)) in vfio_ap_get_queue()
56 if (!test_bit_inv(AP_QID_QUEUE(apqn), matrix_mdev->matrix.aqm)) in vfio_ap_get_queue()
Dzcrypt_api.c547 if (test_bit_inv(ioctlnr, perms->ioctlm)) in zcrypt_check_ioctl()
561 return test_bit_inv(card, perms->apm) ? true : false; in zcrypt_check_card()
566 return test_bit_inv(queue, perms->aqm) ? true : false; in zcrypt_check_queue()
/Linux-v5.4/drivers/s390/cio/
Dairq.c237 if (!test_bit_inv(bit + i, iv->avail)) in airq_iv_alloc()
277 while (iv->end > 0 && !test_bit_inv(iv->end - 1, iv->avail)) in airq_iv_free()
/Linux-v5.4/arch/s390/include/asm/
Dbitops.h286 static inline bool test_bit_inv(unsigned long nr, in test_bit_inv() function
/Linux-v5.4/arch/s390/kvm/
Dkvm-s390.h190 return test_bit_inv(nr, kvm->arch.cpu_feat); in test_kvm_cpu_feat()
Dkvm-s390.c2899 if (test_bit_inv(nr, (unsigned long *)&kvm->arch.model.subfuncs.pckmo) && in kvm_has_pckmo_subfunc()
2900 test_bit_inv(nr, (unsigned long *)&kvm_s390_available_subfunc.pckmo)) in kvm_has_pckmo_subfunc()
/Linux-v5.4/arch/s390/pci/
Dpci_clp.c608 exists = test_bit_inv(req->lps, &ilp); in clp_immediate_command()