Lines Matching +full:attribute +full:- +full:set

10  * See the COPYING file in the top-level directory.
14 /* header to be included in non-KVM-specific code */
51 * Returns: true if an in-kernel irqchip was created.
55 * target-independent code: use one of the following functions or
95 * Always available if running with in-kernel irqchip.
228 * There are usually per-arch specifics which will be handled by
230 * fields have been set.
237 return -EINVAL; in kvm_update_guest_debug()
248 * kvm_device_ioctl - call an ioctl on a kvm device
250 * @type: The device-ctrl ioctl number
252 * Returns: -errno on error, nonnegative on success
257 * kvm_vm_check_attr - check for existence of a specific vm attribute
260 * @attr: the attribute of that group to query for
262 * Returns: 1 if the attribute exists
263 * 0 if the attribute either does not exist or if the vm device
269 * kvm_device_check_attr - check for existence of a specific device attribute
272 * @attr: the attribute of that group to query for
274 * Returns: 1 if the attribute exists
275 * 0 if the attribute either does not exist or if the vm device
281 * kvm_device_access - set or get value of a specific device attribute
284 * @attr: the attribute of that group to set or get
286 * @write: true for set and false for get operation
298 * kvm_create_device - create a KVM device for the device control API
305 * Returns: -errno on error, nonnegative on success: @test ? 0 : device fd;
310 * kvm_device_supported - probe whether KVM supports specific device
320 * kvm_create_vcpu - Gets a parked KVM vCPU or creates a KVM vCPU
328 * kvm_park_vcpu - Park QEMU KVM vCPU context
336 * kvm_unpark_vcpu - unpark QEMU KVM vCPU context
345 * kvm_create_and_park_vcpu - Create and park a KVM vCPU
371 /* full state set, modified during initialization or on vmload */
486 * kvm_irqchip_add_msi_route - Add MSI route for specific vector
508 if (c->changes) { in kvm_irqchip_commit_route_changes()
509 kvm_irqchip_commit_routes(c->s); in kvm_irqchip_commit_route_changes()
510 c->changes = 0; in kvm_irqchip_commit_route_changes()
539 * Allow architectures to create an in-kernel irq chip themselves.
548 * kvm_set_one_reg - set a register value in KVM via KVM_SET_ONE_REG ioctl
550 * @source: The pointer to the value to be set. It must point to a variable
558 * kvm_get_one_reg - get a register value from KVM via KVM_GET_ONE_REG ioctl
577 * kvm_hwpoisoned_mem - indicate if there is any hwpoisoned page