Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/boot/
Duv.c42 if (test_bit_inv(BIT_UVC_CMD_SET_SHARED_ACCESS, (unsigned long *)uvcb.inst_calls_list) && in uv_query_info()
43 test_bit_inv(BIT_UVC_CMD_REMOVE_SHARED_ACCESS, (unsigned long *)uvcb.inst_calls_list)) in uv_query_info()
/Linux-v5.10/drivers/s390/crypto/
Dap_bus.c619 devres = test_bit_inv(card, ap_perms.apm) in __ap_revise_reserved()
620 && test_bit_inv(queue, ap_perms.aqm); in __ap_revise_reserved()
648 if (test_bit_inv(card, ap_perms.apm) in ap_owned_by_def_drv()
649 && test_bit_inv(queue, ap_perms.aqm)) in ap_owned_by_def_drv()
666 if (test_bit_inv(card, apm) && in ap_apqn_in_matrix_owned_by_def_drv()
667 test_bit_inv(card, ap_perms.apm)) in ap_apqn_in_matrix_owned_by_def_drv()
669 if (test_bit_inv(queue, aqm) && in ap_apqn_in_matrix_owned_by_def_drv()
670 test_bit_inv(queue, ap_perms.aqm)) in ap_apqn_in_matrix_owned_by_def_drv()
698 devres = test_bit_inv(card, ap_perms.apm) in ap_device_probe()
699 && 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.c549 if (test_bit_inv(ioctlnr, perms->ioctlm)) in zcrypt_check_ioctl()
563 return test_bit_inv(card, perms->apm) ? true : false; in zcrypt_check_card()
568 return test_bit_inv(queue, perms->aqm) ? true : false; in zcrypt_check_queue()
/Linux-v5.10/drivers/s390/cio/
Dairq.c233 if (!test_bit_inv(bit + i, iv->avail)) in airq_iv_alloc()
273 while (iv->end > 0 && !test_bit_inv(iv->end - 1, iv->avail)) in airq_iv_free()
/Linux-v5.10/arch/s390/include/asm/
Dbitops.h288 static inline bool test_bit_inv(unsigned long nr, in test_bit_inv() function
/Linux-v5.10/arch/s390/kvm/
Dkvm-s390.h202 return test_bit_inv(nr, kvm->arch.cpu_feat); in test_kvm_cpu_feat()
Dkvm-s390.c3082 if (test_bit_inv(nr, (unsigned long *)&kvm->arch.model.subfuncs.pckmo) && in kvm_has_pckmo_subfunc()
3083 test_bit_inv(nr, (unsigned long *)&kvm_s390_available_subfunc.pckmo)) in kvm_has_pckmo_subfunc()
/Linux-v5.10/arch/s390/pci/
Dpci_clp.c639 exists = test_bit_inv(req->lps, &ilp); in clp_immediate_command()