Home
last modified time | relevance | path

Searched refs:unusable (Results 1 – 25 of 46) sorted by relevance

12

/linux/tools/testing/selftests/kvm/x86/
H A Dvmx_exception_with_invalid_guest_state.c62 sregs.tr.unusable = !!set; in set_or_clear_invalid_guest_state()
/linux/Documentation/admin-guide/
H A Dedid.rst12 or the computer is unusable, because the screen remains dark after
H A Dbinderfs.rst73 instance unusable. The ``binder-control`` device will be deleted when the
/linux/Documentation/ABI/testing/
H A Dsysfs-block-aoe24 is ready for I/O and "down" if detected but unusable. The
/linux/drivers/usb/usbip/
H A Dusbip_event.c91 ud->eh_ops.unusable(ud); in event_handler()
H A Dusbip_common.h282 void (*unusable)(struct usbip_device *); member
H A Dstub_dev.c296 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
H A Dvudc_dev.c580 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
/linux/arch/x86/kvm/
H A Dsmm.c350 cs.unusable = ds.unusable = 0; in enter_smm()
384 desc->unusable = !desc->present; in rsm_set_desc_flags()
/linux/Documentation/sound/cards/
H A Dbt87x.rst70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c369 bool unusable; member
639 return vm->unusable; in panthor_vm_is_unusable()
859 if (vm->unusable) in panthor_vm_declare_unusable()
862 vm->unusable = true; in panthor_vm_declare_unusable()
2290 if (vm->unusable) { in panthor_vm_exec_op()
2607 if (vm->destroyed || vm->unusable) in panthor_vm_bind_job_create()
/linux/drivers/leds/
H A DTODO18 No two LEDs have same name, so the names are probably unusable for the
/linux/Documentation/gpu/nova/core/
H A Ddevinit.rst35 considered unusable until this initialization process completes.
/linux/samples/seccomp/
H A Dbpf-helper.h135 #error __BITS_PER_LONG value unusable.
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_vma.c185 vm->unusable = true; in msm_gem_vm_unusable()
701 int ret = vm->unusable ? -EINVAL : 0; in msm_vma_job_run()
1443 if (to_msm_vm(msm_context_vm(dev, ctx))->unusable) in msm_ioctl_vm_bind()
H A Dmsm_gem_submit.c573 if (to_msm_vm(ctx->vm)->unusable) in msm_ioctl_gem_submit()
/linux/Documentation/arch/x86/
H A Dsgx.rst236 "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/admin-guide/aoe/
H A Daoe.rst77 is ready for I/O and "down" if detected but unusable. The
/linux/arch/x86/kvm/vmx/
H A Dvmx.c3247 var.unusable = 0; in fix_rmode_seg()
3725 var->unusable = (ar >> 16) & 1; in vmx_get_segment()
3736 var->present = !var->unusable; in vmx_get_segment()
3791 ar |= (var->unusable || !var->present) << 16; in vmx_segment_access_rights()
3901 if (cs.unusable) in code_segment_valid()
3929 if (ss.unusable) in stack_segment_valid()
3951 if (var.unusable) in data_segment_valid()
3974 if (tr.unusable) in tr_valid()
3992 if (ldtr.unusable) in ldtr_valid()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c97 "unusable: 0x%.2x padding: 0x%.2x\n", in segment_dump()
99 segment->unusable, segment->padding);
561 * Sets the segment register pointed to by @segp to an unusable state. in vcpu_init_xcrs()
566 segp->unusable = true; in vcpu_init_xcrs()
/linux/Documentation/wmi/devices/
H A Duniwill-laptop.rst50 that the WMI-GUID is not unique. This makes the WMI-GUID unusable for autoloading.
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h138 __u8 unusable; member
/linux/drivers/net/ethernet/via/
H A Dvia-velocity.c1449 int avail, dirty, unusable; in velocity_give_many_rx_descs() local
1460 unusable = vptr->rx.filled & 0x0003; in velocity_give_many_rx_descs()
1461 dirty = vptr->rx.dirty - unusable; in velocity_give_many_rx_descs()
1468 vptr->rx.filled = unusable; in velocity_give_many_rx_descs()
/linux/drivers/base/
H A DKconfig162 unusable. You should say N here unless you are explicitly looking to
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c4245 INIT_LIST_HEAD(&ha->pool.unusable.head); in qla2x00_mem_alloc()
4247 ha->pool.unusable.count = 0; in qla2x00_mem_alloc()
4279 &ha->pool.unusable.head); in qla2x00_mem_alloc()
4280 ha->pool.unusable.count++; in qla2x00_mem_alloc()
4302 ha->pool.unusable.count); in qla2x00_mem_alloc()
4539 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head, in qla2x00_mem_alloc()
4547 ha->pool.unusable.count--; in qla2x00_mem_alloc()
4978 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head, in qla2x00_mem_free()
4986 ha->pool.unusable.count--; in qla2x00_mem_free()

12