| /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
|
| H A D | svga.rst | 85 well (some of these might be missing or unusable on your machine as different
|
| /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 | vudc_dev.c | 578 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/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/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/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/fs/f2fs/ |
| H A D | super.c | 2626 block_t unusable; in f2fs_disable_checkpoint() local 2635 unusable = f2fs_get_unusable_blocks(sbi); in f2fs_disable_checkpoint() 2637 f2fs_info(sbi, "%s starts, unusable: %u", __func__, unusable); in f2fs_disable_checkpoint() 2639 if (!f2fs_disable_cp_again(sbi, unusable)) in f2fs_disable_checkpoint() 2680 unusable = f2fs_get_unusable_blocks(sbi); in f2fs_disable_checkpoint() 2681 if (f2fs_disable_cp_again(sbi, unusable)) { in f2fs_disable_checkpoint() 2702 sbi->unusable_block_count = unusable; in f2fs_disable_checkpoint()
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 138 __u8 unusable; member
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 100 "unusable: 0x%.2x padding: 0x%.2x\n", in segment_dump() 102 segment->unusable, segment->padding); in segment_dump() 559 * Sets the segment register pointed to by @segp to an unusable state. 564 segp->unusable = true; in kvm_seg_set_unusable()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem_submit.c | 575 if (to_msm_vm(ctx->vm)->unusable) in msm_ioctl_gem_submit()
|
| /linux/fs/btrfs/ |
| H A D | zoned.c | 2025 u64 unusable, free; in btrfs_calc_zone_unusable() local 2031 unusable = (cache->alloc_offset - cache->used) + in btrfs_calc_zone_unusable() 2038 cache->zone_unusable = unusable; in btrfs_calc_zone_unusable()
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | request-api.rst | 120 that file descriptor unusable and the request will be freed once it is no
|
| /linux/net/wireless/ |
| H A D | scan.c | 1620 bool expired = false, unusable = false; in __cfg80211_get_bss() local 1659 unusable = true; in __cfg80211_get_bss() 1670 if (expired && unusable) in __cfg80211_get_bss() 1673 else if (unusable) in __cfg80211_get_bss()
|
| /linux/Documentation/driver-api/usb/ |
| H A D | URB.rst | 183 has finished. It also marks the URB as temporarily unusable, so
|
| /linux/Documentation/virt/kvm/ |
| H A D | vcpu-requests.rst | 119 This request informs all VCPUs that the VM is dead and unusable, e.g. due to
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 1667 var->unusable = !var->present; in svm_get_segment() 1688 if (!var->unusable) in svm_get_segment() 1698 if (var->unusable) in svm_get_segment() 1873 s->attrib |= ((var->present & 1) && !var->unusable) << SVM_SELECTOR_P_SHIFT; in svm_set_segment()
|