Home
last modified time | relevance | path

Searched refs:revoked (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/vfio/pci/
H A Dvfio_pci_dmabuf.c22 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()
310 priv->revoked = !__vfio_pci_memory_enabled(vdev); in vfio_pci_core_feature_dma_buf()
336 void vfio_pci_dma_buf_move(struct vfio_pci_core_device *vdev, bool revoked) in vfio_pci_dma_buf_move() argument
347 if (priv->revoked != revoked) { in vfio_pci_dma_buf_move()
349 if (revoked) in vfio_pci_dma_buf_move()
350 priv->revoked = true; in vfio_pci_dma_buf_move()
356 if (revoked) { in vfio_pci_dma_buf_move()
[all …]
/linux/drivers/infiniband/core/
H A Duverbs_std_types_dmabuf.c33 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 Dumem_dmabuf.c26 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 Devdev.c50 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 Dhidraw.h35 bool revoked; member
/linux/drivers/hid/
H A Dhidraw.c43 return list->revoked; in hidraw_is_revoked()
392 list->revoked = true; in hidraw_revoke()
/linux/Documentation/userspace-api/
H A Drseq.rst195 critical section, then this indicates that a grant was revoked and no
219 granted timeslice extension, the grant is also revoked and the CPU is
/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h579 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 Drequest-key.rst115 9) Upon instantiating key U, auth key V is automatically revoked so that it
H A Dcore.rst753 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 DKconfig271 revoked IMA keys. It is consulted before any other keyring. If
/linux/Documentation/filesystems/ext4/
H A Djournal.rst559 revoked by this transaction. The size of each block number is 8 bytes if
/linux/Documentation/security/
H A Dcredentials.rst266 5. any keyrings it points to may be revoked, expired or have their security
/linux/LICENSES/dual/
H A DMPL-1.1365 and 2.2(b) are revoked effective as of the date You first made, used,
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-mlxreg-io563 revoked AP Firmware, at which point it will hold the AP in RESET until a
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c3817 if (umem_dmabuf->revoked && !(flags & IB_MR_REREG_TRANS)) { in irdma_rereg_user_mr()