| /linux/tools/testing/selftests/kvm/x86/ |
| 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
|
| /linux/drivers/usb/usbip/ |
| H A D | usbip_event.c | 91 ud->eh_ops.unusable(ud); in event_handler()
|
| H A D | usbip_common.h | 282 void (*unusable)(struct usbip_device *); member
|
| 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/arch/x86/kvm/ |
| H A D | smm.c | 350 cs.unusable = ds.unusable = 0; in enter_smm() 384 desc->unusable = !desc->present; in rsm_set_desc_flags()
|
| /linux/Documentation/sound/cards/ |
| H A D | bt87x.rst | 70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 369 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 D | TODO | 18 No two LEDs have same name, so the names are probably unusable for the
|
| /linux/Documentation/gpu/nova/core/ |
| H A D | devinit.rst | 35 considered unusable until this initialization process completes.
|
| /linux/samples/seccomp/ |
| H A D | bpf-helper.h | 135 #error __BITS_PER_LONG value unusable.
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem_vma.c | 185 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 D | msm_gem_submit.c | 573 if (to_msm_vm(ctx->vm)->unusable) in msm_ioctl_gem_submit()
|
| /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/admin-guide/aoe/ |
| H A D | aoe.rst | 77 is ready for I/O and "down" if detected but unusable. The
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 3247 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 D | processor.c | 97 "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 D | uniwill-laptop.rst | 50 that the WMI-GUID is not unique. This makes the WMI-GUID unusable for autoloading.
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 138 __u8 unusable; member
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-velocity.c | 1449 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 D | Kconfig | 162 unusable. You should say N here unless you are explicitly looking to
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_os.c | 4245 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()
|