| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | vmx_invalid_nested_guest_state.c | 111 * Stuff invalid guest state for L2 by making TR unusable. The next 117 sregs.tr.unusable = 1; 155 /* Clear the present bit in SMRAM to make TR unusable. */
|
| 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 | 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/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 382 bool unusable; member 686 return vm->unusable; in panthor_vm_is_unusable() 916 if (vm->unusable) in panthor_vm_declare_unusable() 919 vm->unusable = true; in panthor_vm_declare_unusable() 2737 if (vm->unusable) { in panthor_vm_exec_op() 3065 if (vm->destroyed || vm->unusable) in panthor_vm_bind_job_create()
|
| /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/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 3192 var.unusable = 0; in fix_rmode_seg() 3666 var->unusable = (ar >> 16) & 1; in vmx_get_segment() 3677 var->present = !var->unusable; in vmx_get_segment() 3733 ar |= (var->unusable || !var->present) << 16; in vmx_segment_access_rights() 3843 if (cs.unusable) in code_segment_valid() 3871 if (ss.unusable) in stack_segment_valid() 3893 if (var.unusable) in data_segment_valid() 3916 if (tr.unusable) in tr_valid() 3934 if (ldtr.unusable) in ldtr_valid()
|
| /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 | 103 "unusable: 0x%.2x padding: 0x%.2x\n", in segment_dump() 105 segment->unusable, segment->padding); in dtable_dump() 562 * Sets the segment register pointed to by @segp to an unusable state. in kvm_seg_set_unusable() 567 segp->unusable = true; in kvm_seg_fill_gdt_64bit()
|
| /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
|