Searched refs:revoked (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_dmabuf.c | 22 u8 revoked : 1; member 33 if (priv->revoked) in vfio_pci_dma_buf_attach() 59 if (priv->revoked) in vfio_pci_dma_buf_map() 131 if (priv->revoked) in vfio_pci_dma_buf_iommufd_map() 308 priv->revoked = !__vfio_pci_memory_enabled(vdev); in vfio_pci_core_feature_dma_buf() 334 void vfio_pci_dma_buf_move(struct vfio_pci_core_device *vdev, bool revoked) in vfio_pci_dma_buf_move() argument 345 if (priv->revoked != revoked) { in vfio_pci_dma_buf_move() 347 if (revoked) in vfio_pci_dma_buf_move() 348 priv->revoked = true; in vfio_pci_dma_buf_move() 354 if (revoked) { in vfio_pci_dma_buf_move() [all …]
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_std_types_dmabuf.c | 33 if (priv->revoked) in uverbs_dmabuf_map() 169 if (!uverbs_dmabuf->revoked) { in uverbs_dmabuf_fd_destroy_uobj() 170 uverbs_dmabuf->revoked = true; in uverbs_dmabuf_fd_destroy_uobj()
|
| H A D | umem_dmabuf.c | 26 if (umem_dmabuf->revoked) in ib_umem_dmabuf_map_pages() 194 if (umem_dmabuf->revoked) in ib_umem_dmabuf_revoke_locked() 205 umem_dmabuf->revoked = 1; in ib_umem_dmabuf_revoke_locked()
|
| /linux/drivers/input/ |
| H A D | evdev.c | 50 bool revoked; member 253 if (client->revoked) in evdev_pass_values() 434 if (evdev->exist && !client->revoked) in evdev_release() 515 if (!evdev->exist || client->revoked) { in evdev_write() 569 if (!evdev->exist || client->revoked) in evdev_read() 598 !evdev->exist || client->revoked); in evdev_read() 616 if (evdev->exist && !client->revoked) in evdev_poll() 944 client->revoked = true; in evdev_revoke() 1265 if (!evdev->exist || client->revoked) { in evdev_ioctl_handler()
|
| /linux/include/linux/ |
| H A D | hidraw.h | 35 bool revoked; member
|
| /linux/drivers/hid/ |
| H A D | hidraw.c | 43 return list->revoked; in hidraw_is_revoked() 392 list->revoked = true; in hidraw_revoke()
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd_utils.h | 579 static int _test_cmd_revoke_dmabuf(int fd, int dmabuf_fd, bool revoked) in _test_cmd_revoke_dmabuf() argument 584 .dmabuf_revoke = { .dmabuf_fd = dmabuf_fd, .revoked = revoked }, in _test_cmd_revoke_dmabuf()
|
| /linux/Documentation/security/keys/ |
| H A D | request-key.rst | 115 9) Upon instantiating key U, auth key V is automatically revoked so that it
|
| H A D | core.rst | 753 timeout. Timeouts may not be set with this function on negative, revoked 771 likewise if the authority has been revoked because the target key is 1076 being cleared, a key being revoked, a key being invalidated or a key 1299 revoked. Should the key be invalid, error EKEYEXPIRED or EKEYREVOKED will 1580 data upon a key being revoked. The caller will have the key semaphore 1651 will be revoked. If an error is indicated, the key under construction 1846 Similarly, revoked and expired keys will be garbage collected, but only after a
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 271 revoked IMA keys. It is consulted before any other keyring. If
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 559 revoked by this transaction. The size of each block number is 8 bytes if
|
| /linux/Documentation/security/ |
| H A D | credentials.rst | 266 5. any keyrings it points to may be revoked, expired or have their security
|
| /linux/LICENSES/dual/ |
| H A D | MPL-1.1 | 365 and 2.2(b) are revoked effective as of the date You first made, used,
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-driver-mlxreg-io | 563 revoked AP Firmware, at which point it will hold the AP in RESET until a
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.c | 3817 if (umem_dmabuf->revoked && !(flags & IB_MR_REREG_TRANS)) { in irdma_rereg_user_mr()
|