Lines Matching +full:num +full:- +full:guest +full:- +full:ids

47  * struct resource_table - firmware resource table header
49 * @num: number of resource entries
75 u32 num; member
81 * struct fw_rsc_hdr - firmware resource entry header
95 * enum fw_resource_type - types of resource entries
99 * @RSC_DEVMEM: request to iommu_map a memory-based peripheral.
126 #define FW_RSC_ADDR_ANY (-1)
129 * struct fw_rsc_carveout - physically contiguous memory request
135 * @name: human-readable name of the requested memory region
181 * struct fw_rsc_devmem - iommu mapping request
187 * @name: human-readable name of the requested region to be mapped
191 * access to certain memory-based peripherals; _never_ use it to access
219 * struct fw_rsc_trace - trace buffer declaration
223 * @name: human-readable name of the trace buffer
242 * struct fw_rsc_vdev_vring - vring descriptor entry
245 * @num: num of buffers supported by this vring (must be power of two)
246 * @notifyid: a unique rproc-wide notify index for this vring. This notify
261 u32 num; member
267 * struct fw_rsc_vdev - virtio device header
269 * @notifyid: a unique rproc-wide notify index for this vdev. This notify
294 * though there isn't really any virtualized guest OS here: it's the host
317 * struct rproc_mem_entry - memory entry descriptor
351 * enum rsc_handling_status - return status of rproc_ops handle_rsc hook
361 * struct rproc_ops - platform-specific device handlers
409 * enum rproc_state - remote processor states
423 * to rproc_state_string, a state-to-name lookup table,
440 * enum rproc_crash_type - remote processor crash types
457 * enum rproc_dump_mechanism - Coredump options for core
471 * struct rproc_dump_segment - segment info from ELF header
493 * enum rproc_features - features supported
507 * struct rproc - represents a physical remote processor device
512 * @priv: private data which belongs to the platform-specific rproc module
513 * @ops: platform-specific start/stop rproc handlers
527 * @notifyids: idr for dynamically assigning rproc-wide unique notify ids
539 * @auto_boot: flag to indicate if remote processor should be auto-started
592 * struct rproc_subdev - subdevice tied to a remoteproc
614 * struct rproc_vring - remoteproc vring state
616 * @num: vring size
619 * @notifyid: rproc-specific unique vring index
625 int num; member
634 * struct rproc_vdev - remoteproc state for a supported virtio device