/linux/tools/testing/selftests/kvm/x86/ |
H A D | vmx_invalid_nested_guest_state.c | 90 sregs.tr.unusable = 1; in main()
|
H A D | vmx_exception_with_invalid_guest_state.c | 62 sregs.tr.unusable = !!set; in set_or_clear_invalid_guest_state()
|
/linux/Documentation/admin-guide/ |
H A D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
H A D | binderfs.rst | 73 instance unusable. The ``binder-control`` device will be deleted when the
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-block-aoe | 24 is ready for I/O and "down" if detected but unusable. The
|
H A D | sysfs-fs-f2fs | 349 What: /sys/fs/f2fs/<disk>/unusable 353 are unusable. 355 would be unusable if checkpoint=disable were to be set. 643 Description: Shows the number of unusable blocks in a section which was defined by
|
/linux/drivers/usb/usbip/ |
H A D | usbip_event.c | 89 /* Mark the device as unusable. */ in event_handler() 91 ud->eh_ops.unusable(ud); in event_handler()
|
H A D | stub_dev.c | 296 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
|
H A D | vudc_dev.c | 580 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
|
/linux/Documentation/sound/cards/ |
H A D | bt87x.rst | 70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | cn9131-db.dtsi | 49 * unusable by disabling the SFP node.
|
H A D | cn9132-db.dtsi | 67 * unusable by disabling the SFP node.
|
H A D | cn9130-db.dtsi | 100 * unusable by disabling the SFP node.
|
/linux/Documentation/gpu/nova/core/ |
H A D | devinit.rst | 35 considered unusable until this initialization process completes.
|
/linux/drivers/leds/ |
H A D | TODO | 18 No two LEDs have same name, so the names are probably unusable for the
|
/linux/samples/seccomp/ |
H A D | bpf-helper.h | 135 #error __BITS_PER_LONG value unusable.
|
/linux/arch/arm/crypto/ |
H A D | Kconfig | 109 CTR when invoked in a context in which NEON instructions are unusable.
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_gem.h | 138 * @unusable: True if the VM has turned unusable because something 146 * Instead, we should just flag the VM as unusable, and fail any 152 bool unusable; member
|
H A D | msm_gem_vma.c | 173 * msm_gem_vm_unusable() - Mark a VM as unusable 174 * @gpuvm: the VM to mark unusable 185 vm->unusable = true; in msm_gem_vm_unusable() 649 int ret = vm->unusable ? -EINVAL : 0; in msm_vma_job_run() 1355 if (to_msm_vm(ctx->vm)->unusable) in msm_ioctl_vm_bind() 1356 return UERR(EPIPE, dev, "context is unusable"); in msm_ioctl_vm_bind()
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_mmu.c | 364 * @unusable: True if the VM has turned unusable because something 372 * Instead, we should just flag the VM as unusable, and fail any 381 bool unusable; member 665 * Return: true if the VM is unusable, false otherwise. 669 return vm->unusable; in panthor_vm_is_unusable() 2173 if (vm->unusable) { in panthor_vm_exec_op() 2192 vm->unusable = true; in panthor_vm_exec_op() 2208 * drm_sched finished fence, but we also flag the VM as unusable, because in panthor_vm_bind_run_job() 2486 if (vm->destroyed || vm->unusable) in panthor_vm_bind_job_create() [all...] |
/linux/arch/x86/kvm/vmx/ |
H A D | sgx.c | 44 fault = (s.unusable) || in sgx_get_encls_gva()
|
/linux/Documentation/admin-guide/aoe/ |
H A D | aoe.rst | 77 is ready for I/O and "down" if detected but unusable. The
|
/linux/Documentation/arch/x86/ |
H A D | sgx.rst | 236 "EREMOVE returned ... and an EPC page was leaked. SGX may become unusable..." 244 SGX will likely become unusable because the memory available to SGX is
|
/linux/Documentation/userspace-api/media/drivers/ |
H A D | cx2341x-uapi.rst | 42 missing macroblocks at the end and is unusable. So the height must be a
|
/linux/tools/testing/selftests/kvm/lib/x86/ |
H A D | processor.c | 61 "unusable: 0x%.2x padding: 0x%.2x\n", in segment_dump() 63 segment->unusable, segment->padding); in segment_dump() 409 * Sets the segment register pointed to by @segp to an unusable state. 414 segp->unusable = true; in kvm_seg_set_unusable()
|