| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | vbox_vmmdev_types.h | 108 /* vmmdev_request_header.requestor defines */ 110 /* Requestor user not given. */ 112 /* The kernel driver (vboxguest) is the requestor. */ 114 /* Some other kernel driver is the requestor. */ 116 /* The root or a admin user is the requestor. */ 130 /* Don't know the physical console association of the requestor. */ 137 /* Requestor process is associated with the physical console. */ 142 /* Requestor is member of special VirtualBox user group. */ 146 /* Requestor trust level: Unspecified */ 148 /* Requestor trust level: Untrusted (SID S-1-16-0) */ [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | vbox_vmmdev_types.h | 108 /* vmmdev_request_header.requestor defines */ 110 /* Requestor user not given. */ 112 /* The kernel driver (vboxguest) is the requestor. */ 114 /* Some other kernel driver is the requestor. */ 116 /* The root or a admin user is the requestor. */ 130 /* Don't know the physical console association of the requestor. */ 137 /* Requestor process is associated with the physical console. */ 142 /* Requestor is member of special VirtualBox user group. */ 146 /* Requestor trust level: Unspecified */ 148 /* Requestor trust level: Untrusted (SID S-1-16-0) */ [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/ |
| D | cache.json | 189 …"Unattributable Level 1 data cache write-back. This event occurs when a requestor outside the PE m… 192 …"Unattributable Level 1 data cache write-back. This event occurs when a requestor outside the PE m… 195 …n": "Unattributable Level 2 data cache access. This event occurs when a requestor outside the PE m… 198 …n": "Unattributable Level 2 data cache access. This event occurs when a requestor outside the PE m… 201 …nattributable Level 2 data cache access, read. This event occurs when a requestor outside the PE m… 204 …nattributable Level 2 data cache access, read. This event occurs when a requestor outside the PE m… 207 …n": "Unattributable Level 3 data cache access. This event occurs when a requestor outside the PE m… 210 …n": "Unattributable Level 3 data cache access. This event occurs when a requestor outside the PE m… 213 …nattributable Level 3 data cache access, read. This event occurs when a requestor outside the PE m… 216 …nattributable Level 3 data cache access, read. This event occurs when a requestor outside the PE m… [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
| D | psb_irq.c | 168 DRM_ERROR("\tCache requestor"); in gma_sgx_interrupt() 170 DRM_ERROR("\tTA requestor"); in gma_sgx_interrupt() 172 DRM_ERROR("\tVDM requestor"); in gma_sgx_interrupt() 174 DRM_ERROR("\t2D requestor"); in gma_sgx_interrupt() 176 DRM_ERROR("\tPBE requestor"); in gma_sgx_interrupt() 178 DRM_ERROR("\tTSP requestor"); in gma_sgx_interrupt() 180 DRM_ERROR("\tISP requestor"); in gma_sgx_interrupt() 182 DRM_ERROR("\tUSSEPDS requestor"); in gma_sgx_interrupt() 184 DRM_ERROR("\tHost requestor"); in gma_sgx_interrupt()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | vbox_utils.h | 28 int vbg_hgcm_connect(struct vbg_dev *gdev, u32 requestor, 32 int vbg_hgcm_disconnect(struct vbg_dev *gdev, u32 requestor, 35 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id,
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | vbox_utils.h | 28 int vbg_hgcm_connect(struct vbg_dev *gdev, u32 requestor, 32 int vbg_hgcm_disconnect(struct vbg_dev *gdev, u32 requestor, 35 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id,
|
| /kernel/linux/linux-5.10/drivers/virt/vboxguest/ |
| D | vboxguest_utils.c | 68 u32 requestor) in vbg_req_alloc() argument 84 req->requestor = requestor; in vbg_req_alloc() 125 int vbg_hgcm_connect(struct vbg_dev *gdev, u32 requestor, in vbg_hgcm_connect() argument 133 VMMDEVREQ_HGCM_CONNECT, requestor); in vbg_hgcm_connect() 159 int vbg_hgcm_disconnect(struct vbg_dev *gdev, u32 requestor, in vbg_hgcm_disconnect() argument 167 requestor); in vbg_hgcm_disconnect() 607 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() argument 630 call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL, requestor); in vbg_hgcm_call() 640 requestor & VMMDEV_REQUESTOR_USERMODE, &leak_it); in vbg_hgcm_call() 663 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function, in vbg_hgcm_call32() argument [all …]
|
| D | vboxguest_core.h | 188 u32 requestor; member 195 struct vbg_session *vbg_core_open_session(struct vbg_dev *gdev, u32 requestor); 206 u32 requestor); 210 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function,
|
| D | vboxguest_linux.c | 34 u32 requestor = VMMDEV_REQUESTOR_USERMODE | in vbg_misc_device_requestor() local 39 requestor |= VMMDEV_REQUESTOR_USR_ROOT; in vbg_misc_device_requestor() 41 requestor |= VMMDEV_REQUESTOR_USR_USER; in vbg_misc_device_requestor() 44 requestor |= VMMDEV_REQUESTOR_GRP_VBOX; in vbg_misc_device_requestor() 46 return requestor; in vbg_misc_device_requestor() 139 session->requestor); in vbg_misc_device_ioctl()
|
| D | vboxguest_core.c | 585 * the session is being terminated the requestor is the kernel, in vbg_set_session_event_filter() 590 session->requestor); in vbg_set_session_event_filter() 687 /* On termination the requestor is the kernel, as we're cleaning up. */ in vbg_set_host_capabilities() 690 session->requestor); in vbg_set_host_capabilities() 1054 * @requestor: VMMDEV_REQUESTOR_* flags 1056 struct vbg_session *vbg_core_open_session(struct vbg_dev *gdev, u32 requestor) in vbg_core_open_session() argument 1065 session->requestor = requestor; in vbg_core_open_session() 1087 /* requestor is kernel here, as we're cleaning up. */ in vbg_core_close_session() 1341 (session->requestor & VMMDEV_REQUESTOR_USER_DEVICE)) { in vbg_req_allowed() 1398 ret = vbg_hgcm_connect(gdev, session->requestor, &conn->u.in.loc, in vbg_ioctl_hgcm_connect() [all …]
|
| /kernel/linux/linux-6.6/drivers/virt/vboxguest/ |
| D | vboxguest_utils.c | 68 u32 requestor) in vbg_req_alloc() argument 84 req->requestor = requestor; in vbg_req_alloc() 125 int vbg_hgcm_connect(struct vbg_dev *gdev, u32 requestor, in vbg_hgcm_connect() argument 133 VMMDEVREQ_HGCM_CONNECT, requestor); in vbg_hgcm_connect() 159 int vbg_hgcm_disconnect(struct vbg_dev *gdev, u32 requestor, in vbg_hgcm_disconnect() argument 167 requestor); in vbg_hgcm_disconnect() 607 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() argument 630 call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL, requestor); in vbg_hgcm_call() 640 requestor & VMMDEV_REQUESTOR_USERMODE, &leak_it); in vbg_hgcm_call() 663 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function, in vbg_hgcm_call32() argument [all …]
|
| D | vboxguest_linux.c | 34 u32 requestor = VMMDEV_REQUESTOR_USERMODE | in vbg_misc_device_requestor() local 39 requestor |= VMMDEV_REQUESTOR_USR_ROOT; in vbg_misc_device_requestor() 41 requestor |= VMMDEV_REQUESTOR_USR_USER; in vbg_misc_device_requestor() 44 requestor |= VMMDEV_REQUESTOR_GRP_VBOX; in vbg_misc_device_requestor() 46 return requestor; in vbg_misc_device_requestor() 139 session->requestor); in vbg_misc_device_ioctl()
|
| D | vboxguest_core.h | 188 u32 requestor; member 195 struct vbg_session *vbg_core_open_session(struct vbg_dev *gdev, u32 requestor); 206 u32 requestor); 210 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function,
|
| D | vboxguest_core.c | 585 * the session is being terminated the requestor is the kernel, in vbg_set_session_event_filter() 590 session->requestor); in vbg_set_session_event_filter() 687 /* On termination the requestor is the kernel, as we're cleaning up. */ in vbg_set_host_capabilities() 690 session->requestor); in vbg_set_host_capabilities() 1054 * @requestor: VMMDEV_REQUESTOR_* flags 1056 struct vbg_session *vbg_core_open_session(struct vbg_dev *gdev, u32 requestor) in vbg_core_open_session() argument 1065 session->requestor = requestor; in vbg_core_open_session() 1087 /* requestor is kernel here, as we're cleaning up. */ in vbg_core_close_session() 1341 (session->requestor & VMMDEV_REQUESTOR_USER_DEVICE)) { in vbg_req_allowed() 1398 ret = vbg_hgcm_connect(gdev, session->requestor, &conn->u.in.loc, in vbg_ioctl_hgcm_connect() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
| D | psb_irq.c | 223 DRM_ERROR("\tCache requestor"); in psb_sgx_interrupt() 225 DRM_ERROR("\tTA requestor"); in psb_sgx_interrupt() 227 DRM_ERROR("\tVDM requestor"); in psb_sgx_interrupt() 229 DRM_ERROR("\t2D requestor"); in psb_sgx_interrupt() 231 DRM_ERROR("\tPBE requestor"); in psb_sgx_interrupt() 233 DRM_ERROR("\tTSP requestor"); in psb_sgx_interrupt() 235 DRM_ERROR("\tISP requestor"); in psb_sgx_interrupt() 237 DRM_ERROR("\tUSSEPDS requestor"); in psb_sgx_interrupt() 239 DRM_ERROR("\tHost requestor"); in psb_sgx_interrupt()
|
| /kernel/linux/linux-6.6/drivers/hv/ |
| D | channel.c | 607 * request_arr_init - Allocates memory for the requestor array. Each slot 634 * @size: Size of the requestor array 662 * @rqstor: Pointer to the requestor struct 690 /* Create and init requestor */ in __vmbus_open() 692 if (vmbus_alloc_requestor(&newchannel->requestor, newchannel->rqstor_size)) in __vmbus_open() 803 vmbus_free_requestor(&newchannel->requestor); in __vmbus_open() 994 vmbus_free_requestor(&channel->requestor); in vmbus_close_internal() 1207 struct vmbus_requestor *rqstor = &channel->requestor; in vmbus_next_request_id() 1218 /* Requestor array is full */ in vmbus_next_request_id() 1242 /* As in vmbus_request_addr_match() but without the requestor lock */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/arch/parisc/ |
| D | debugging.rst | 24 the System Responder/Requestor addresses. The System Requestor
|
| /kernel/linux/linux-5.10/Documentation/parisc/ |
| D | debugging.rst | 24 the System Responder/Requestor addresses. The System Requestor
|
| /kernel/linux/linux-5.10/include/linux/ssb/ |
| D | ssb_driver_pci.h | 22 #define SSB_PCICORE_ARBCTL_PARKID_LAST 0x00000000 /* Last requestor */ 24 #define SSB_PCICORE_ARBCTL_PARKID_EXT0 0x00000004 /* External requestor 0 */ 25 #define SSB_PCICORE_ARBCTL_PARKID_EXT1 0x00000006 /* External requestor 1 */
|
| /kernel/linux/linux-6.6/include/linux/ssb/ |
| D | ssb_driver_pci.h | 22 #define SSB_PCICORE_ARBCTL_PARKID_LAST 0x00000000 /* Last requestor */ 24 #define SSB_PCICORE_ARBCTL_PARKID_EXT0 0x00000004 /* External requestor 0 */ 25 #define SSB_PCICORE_ARBCTL_PARKID_EXT1 0x00000006 /* External requestor 1 */
|
| /kernel/linux/linux-5.10/sound/pci/cs46xx/ |
| D | cs46xx_dsp_scb_types.h | 30 /* DMA Requestor Word 0 (DCW) fields: 46 /* DMA Requestor Word 5 (NPCW) fields: 73 requestor or the scatter/gather extension. Only ad hoc DMA request 74 streams are free to alter the requestor (currently only occur in the 77 If an SCB does not have any associated DMA requestor, these 9 ints 82 Basic (non scatter/gather) DMA requestor (4 ints) 89 /* Scatter/gather DMA requestor extension (5 ints)
|
| /kernel/linux/linux-6.6/sound/pci/cs46xx/ |
| D | cs46xx_dsp_scb_types.h | 30 /* DMA Requestor Word 0 (DCW) fields: 46 /* DMA Requestor Word 5 (NPCW) fields: 73 requestor or the scatter/gather extension. Only ad hoc DMA request 74 streams are free to alter the requestor (currently only occur in the 77 If an SCB does not have any associated DMA requestor, these 9 ints 82 Basic (non scatter/gather) DMA requestor (4 ints) 89 /* Scatter/gather DMA requestor extension (5 ints)
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwellde/ |
| D | cache.json | 580 …re outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocatio… 590 …re outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocatio… 600 …re outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocatio… 610 …tion lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation… 619 …tion lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation… 628 …re outstanding state between L2 miss and transaction completion sent to requestor. See the corresp… 646 …re outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocatio…
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelakex/ |
| D | other.json | 30 …removed from this core's cache, after the data is forwarded back to the requestor and indicating t… 38 …emoved from this core's caches, after the data is forwarded back to the requestor, and indicating … 46 …(I)nvalidated in this core's caches without being forwarded back to the requestor. The line was in… 62 …his core in the (S)hared state, after the data is forwarded back to the requestor, initially the d… 70 …his core in the (S)hared state, after the data is forwarded back to the requestor, initially the d… 78 …e, and that the data was found unmodified but not forwarded back to the requestor, initially the d…
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwellx/ |
| D | cache.json | 580 …re outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocatio… 590 …re outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocatio… 600 …re outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocatio… 610 …tion lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation… 619 …tion lasts from the L2 miss until the sending transaction completion to requestor (SQ deallocation… 628 …re outstanding state between L2 miss and transaction completion sent to requestor. See the corresp… 646 …re outstanding state between L2 miss and transaction completion sent to requestor (SQ de-allocatio…
|