Home
last modified time | relevance | path

Searched full:unusable (Results 1 – 25 of 252) sorted by relevance

1234567891011

/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-beagle-ab4.dts16 /* Unusable as clocksource because of unreliable oscillator */
21 /* Unusable as clockevent because of unreliable oscillator, allow to idle */
/linux/include/linux/
H A Dkern_levels.h8 #define KERN_EMERG KERN_SOH "0" /* system is unusable */
30 #define LOGLEVEL_EMERG 0 /* system is unusable */
/linux/arch/um/include/asm/
H A Dtlbflush.h16 * we catch all PTE transitions where memory that was unusable becomes usable.
17 * While with flush_tlb_* we can track any memory that becomes unusable and
/linux/arch/x86/xen/
H A Denlighten_pvh.c57 * Reserve e820 UNUSABLE regions to inflate the memory balloon.
62 * populated are converted from RAM -> UNUSABLE. Use such regions (up to the
87 * Convert UNUSABLE ranges to RAM and reserve them for foreign mapping in pvh_reserve_extra_memory()
/linux/drivers/usb/usbip/
H A Dusbip_event.c89 /* Mark the device as unusable. */ in event_handler()
91 ud->eh_ops.unusable(ud); in event_handler()
/linux/drivers/pci/hotplug/
H A Drpaphp_pci.c31 * -9002: DR entity unusable
126 info("%s: slot is unusable\n", __func__); in rpaphp_get_sensor_state()
/linux/tools/include/linux/
H A Dkern_levels.h8 #define KERN_EMERG KERN_SOH "" /* system is unusable */
/linux/Documentation/admin-guide/
H A Dedid.rst12 or the computer is unusable, because the screen remains dark after
/linux/include/net/
H A Ddropreason.h16 * for unusable frames, see net/mac80211/drop.h
/linux/include/uapi/linux/
H A Dusbip.h17 /* sdev is unusable because of a fatal error. */
/linux/arch/x86/purgatory/
H A Dsetup-x86_64.S40 /* 0x00 unusable segment
H A Dentry64.S86 * 0x00 unusable segment
/linux/Documentation/ABI/testing/
H A Dsysfs-block-aoe24 is ready for I/O and "down" if detected but unusable. The
H A Dsysfs-firmware-memmap59 - Unusable memory
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c352 * @unusable: True if the VM has turned unusable because something
360 * Instead, we should just flag the VM as unusable, and fail any
369 bool unusable; member
635 * Return: true if the VM is unusable, false otherwise.
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()
901 * so flag the VM unusable to make sure it's not going in panthor_vm_unmap_pages()
976 /* If something fails, we stop there, and flag the VM unusable. */ in panthor_vm_map_pages()
2290 if (vm->unusable) { in panthor_vm_exec_op()
[all …]
/linux/arch/x86/kernel/
H A Di8253.c24 * Modern chipsets can disable the PIT clock which makes it unusable. It
/linux/drivers/usb/storage/
H A Dsddr09.c282 #define UNUSABLE 0xfffffffd macro
1270 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map()
1278 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map()
1299 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map()
1308 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map()
1317 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map()
1361 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map()
1375 if (info->pba_to_lba[i+j] != UNUSABLE) { in sddr09_read_map()
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.h61 * DEAD - Device is in an unusable state and cannot be recovered. This
66 * COLD - Device is in an unusable state, needs microcontroller firmware.
/linux/arch/s390/include/uapi/asm/
H A Dsignal.h87 * structure unusable for either system call. To get around this problem
/linux/drivers/leds/
H A DTODO18 No two LEDs have same name, so the names are probably unusable for the
/linux/arch/x86/pci/
H A Dacpi.c206 * Some firmware includes unusable space (host bridge registers, in pci_acpi_crs_quirks()
209 * allocating address space") has clipped out the unusable space in in pci_acpi_crs_quirks()
220 * post-2022 machines that incorrectly include unusable space in in pci_acpi_crs_quirks()
/linux/tools/testing/selftests/x86/
H A Dsysret_ss_attrs.c7 * the hidden attributes set to an unusable state. Make sure the kernel
/linux/Documentation/sound/cards/
H A Dbt87x.rst70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
/linux/arch/um/kernel/
H A Duml.lds.S23 * they are forever unusable.
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_vma.c173 * 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()
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()
1444 return UERR(EPIPE, dev, "context is unusable"); in msm_ioctl_vm_bind()

1234567891011