| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-beagle-ab4.dts | 16 /* Unusable as clocksource because of unreliable oscillator */ 21 /* Unusable as clockevent because of unreliable oscillator, allow to idle */
|
| /linux/include/linux/ |
| H A D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "0" /* system is unusable */ 30 #define LOGLEVEL_EMERG 0 /* system is unusable */
|
| /linux/arch/um/include/asm/ |
| H A D | tlbflush.h | 16 * 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 D | enlighten_pvh.c | 57 * 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 D | usbip_event.c | 89 /* Mark the device as unusable. */ in event_handler() 91 ud->eh_ops.unusable(ud); in event_handler()
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpaphp_pci.c | 31 * -9002: DR entity unusable 126 info("%s: slot is unusable\n", __func__); in rpaphp_get_sensor_state()
|
| /linux/tools/include/linux/ |
| H A D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "" /* system is unusable */
|
| /linux/Documentation/admin-guide/ |
| H A D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
| /linux/include/net/ |
| H A D | dropreason.h | 16 * for unusable frames, see net/mac80211/drop.h
|
| /linux/include/uapi/linux/ |
| H A D | usbip.h | 17 /* sdev is unusable because of a fatal error. */
|
| /linux/arch/x86/purgatory/ |
| H A D | setup-x86_64.S | 40 /* 0x00 unusable segment
|
| H A D | entry64.S | 86 * 0x00 unusable segment
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-block-aoe | 24 is ready for I/O and "down" if detected but unusable. The
|
| H A D | sysfs-firmware-memmap | 59 - Unusable memory
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 352 * @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 D | i8253.c | 24 * Modern chipsets can disable the PIT clock which makes it unusable. It
|
| /linux/drivers/usb/storage/ |
| H A D | sddr09.c | 282 #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 D | pvrusb2-hdw.h | 61 * 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 D | signal.h | 87 * structure unusable for either system call. To get around this problem
|
| /linux/drivers/leds/ |
| H A D | TODO | 18 No two LEDs have same name, so the names are probably unusable for the
|
| /linux/arch/x86/pci/ |
| H A D | acpi.c | 206 * 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 D | sysret_ss_attrs.c | 7 * the hidden attributes set to an unusable state. Make sure the kernel
|
| /linux/Documentation/sound/cards/ |
| H A D | bt87x.rst | 70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
|
| /linux/arch/um/kernel/ |
| H A D | uml.lds.S | 23 * they are forever unusable.
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_gem_vma.c | 173 * 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()
|