Lines Matching +full:allow +full:- +full:set +full:- +full:time

1 .. SPDX-License-Identifier: GPL-2.0
9 kvm_device_attr as other devices, but targets VCPU-wide settings and controls.
19 ---------------------------------------
27 -EBUSY The PMU overflow interrupt is already set
28 -EFAULT Error reading interrupt number
29 -ENXIO PMUv3 not supported or the overflow interrupt not set
31 -ENODEV KVM_ARM_VCPU_PMU_V3 feature missing from VCPU
32 -EINVAL Invalid PMU overflow interrupt number supplied or
33 trying to set the IRQ number without using an in-kernel
43 ---------------------------------------
50 -EEXIST Interrupt number already used
51 -ENODEV PMUv3 not supported or GIC not initialized
52 -ENXIO PMUv3 not supported, missing VCPU feature or interrupt
53 number not set
54 -EBUSY PMUv3 already initialized
57 Request the initialization of the PMUv3. If using the PMUv3 with an in-kernel
58 virtual GIC implementation, this must be done after initializing the in-kernel
62 -----------------------------------------
70 -ENODEV PMUv3 not supported or GIC not initialized
71 -ENXIO PMUv3 not properly configured or in-kernel irqchip not
73 -EBUSY PMUv3 already initialized
74 -EINVAL Invalid filter range
92 first registered range defines the global policy (global ALLOW if the first
93 @action is DENY, global DENY if the first @action is ALLOW). Multiple ranges
98 range doesn't change the default action. For example, installing an ALLOW
114 -----------------------------------------------------------------------------
122 -EINVAL Invalid timer interrupt number
123 -EBUSY One or more VCPUs has already run
127 in-kernel virtual GIC. These must be a PPI (16 <= intid < 32). Setting the
137 time to use the number provided for a given timer, overwriting any previously
148 --------------------------------------
150 :Parameters: 64-bit base address
155 -ENXIO Stolen time not implemented
156 -EEXIST Base address already set for this VCPU
157 -EINVAL Base address not 64 byte aligned
160 Specifies the base address of the stolen time structure for this VCPU. The
163 including the layout of the stolen time structure.