Lines Matching defs:handle
113 * @handle: handle of partition whose device tree is to be accessed
121 static inline unsigned int fh_partition_get_dtprop(int handle,
138 r3 = handle;
167 * @handle: handle of partition whose device tree is to be accessed
175 static inline unsigned int fh_partition_set_dtprop(int handle,
192 r3 = handle;
528 * @handle: handle of partition containing the vcpu
534 static inline unsigned int fh_get_core_state(unsigned int handle,
542 r3 = handle;
560 * @handle: handle of partition containing the vcpu
565 static inline unsigned int fh_enter_nap(unsigned int handle, unsigned int vcpu)
572 r3 = handle;
585 * @handle: handle of partition containing the vcpu
590 static inline unsigned int fh_exit_nap(unsigned int handle, unsigned int vcpu)
597 r3 = handle;
609 * @handle: fsl,hv-device-handle of node to claim
613 static inline unsigned int fh_claim_device(unsigned int handle)
619 r3 = handle;
636 * @handle: partition (must be stopped) whose DMA is to be disabled
640 static inline unsigned int fh_partition_stop_dma(unsigned int handle)
646 r3 = handle;