| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo_evict.c | 72 ret = xe_bo_apply_to_pinned(xe, &xe->pinned.late.kernel_bo_present, in xe_bo_notifier_prepare_all_pinned() 73 &xe->pinned.late.kernel_bo_present, in xe_bo_notifier_prepare_all_pinned() 93 (void)xe_bo_apply_to_pinned(xe, &xe->pinned.late.kernel_bo_present, in xe_bo_notifier_unprepare_all_pinned() 94 &xe->pinned.late.kernel_bo_present, in xe_bo_notifier_unprepare_all_pinned() 161 ret = xe_bo_apply_to_pinned(xe, &xe->pinned.late.external, in xe_bo_evict_all() 162 &xe->pinned.late.external, xe_bo_evict_pinned); in xe_bo_evict_all() 165 ret = xe_bo_apply_to_pinned(xe, &xe->pinned.late.kernel_bo_present, in xe_bo_evict_all() 166 &xe->pinned.late.evicted, xe_bo_evict_pinned); in xe_bo_evict_all() 225 * xe_bo_restore_late - restore pinned late phase BOs 232 * This function should be called late, after GT init, on device resume. [all …]
|
| H A D | xe_late_bind_fw.c | 54 /* Refer to the "Late Bind based Firmware Layout" documentation entry for details */ 73 drm_err(&xe->drm, "%s late binding fw: Invalid CPD header length %u!\n", in parse_cpd_header() 80 drm_err(&xe->drm, "%s late binding fw: too small! %zu < %zu\n", in parse_cpd_header() 92 drm_err(&xe->drm, "%s late binding fw: Failed to find manifest_entry\n", in parse_cpd_header() 99 drm_err(&xe->drm, "%s late binding fw: too small! %zu < %zu\n", in parse_cpd_header() 111 /* Refer to the "Late Bind based Firmware Layout" documentation entry for details */ 129 drm_err(&xe->drm, "%s late binding fw: Invalid FPT header length %u!\n", in parse_lb_layout() 136 drm_err(&xe->drm, "%s late binding fw: too small! %zu < %zu\n", in parse_lb_layout() 148 drm_err(&xe->drm, "%s late binding fw: Failed to find fpt_entry\n", in parse_lb_layout() 155 drm_err(&xe->drm, "%s late binding fw: too small! %zu < %zu\n", in parse_lb_layout() [all …]
|
| H A D | xe_device_types.h | 284 /** @info.has_late_bind: Device has firmware late binding support */ 414 /** @pinned.late: late pinned lists */ 416 /** @pinned.late.kernel_bo_present: pinned kernel BO that are present */ 418 /** @pinned.late.evicted: pinned BO that have been evicted */ 422 } late; member 539 /** @late_bind: xe mei late bind interface */
|
| /linux/drivers/misc/mei/ |
| H A D | mei_lb.c | 20 * DOC: Late Binding Firmware Update/Upload 22 * Late Binding is a firmware update/upload mechanism that allows configuration 53 * 1. Host driver (KMD or user-space tool) loads the late binding firmware. 69 * struct mei_lb_req - Late Binding request structure 71 * @type: Type of the Late Binding payload 87 * struct mei_lb_rsp - Late Binding response structure 89 * @type: Type of the Late Binding payload 180 dev_err(dev, "Failed to send late binding request to firmware. %zd\n", bytes); in mei_lb_push_payload() 188 dev_err(dev, "Failed to receive late binding reply from MEI firmware. %zd\n", in mei_lb_push_payload() 234 * grand parent of mei_if i.e. late bind MEI device in mei_lb_component_match() [all …]
|
| /linux/Documentation/arch/x86/ |
| H A D | microcode.rst | 93 Late loading 107 Since kernel 5.19, late loading is not enabled by default. 111 Why is late loading dangerous? 188 Is the microcode suitable for late loading? 191 Late loading is done when the system is fully operational and running 192 real workloads. Late loading behavior depends on what the base patch on 208 for late-loading. This is another one of the problems that caused late
|
| /linux/arch/arm64/include/asm/ |
| H A D | cpufeature.h | 163 * referred to as "Late CPU" w.r.t the capability. e.g, all secondary 164 * CPUs are treated "late CPUs" for capabilities determined by the boot 208 * b) Any late CPU, brought up after (1), the action is triggered via: 212 * 5) Conflicts: Based on the state of the capability on a late CPU vs. 216 * | Type | System | Late CPU | 270 * Is it permitted for a late CPU to have this capability when system 274 /* Is it safe for a late CPU to miss this capability when system has it */ 291 * require the workaround. However, it is not safe if a "late" CPU 298 * feature. It is safe for a late CPU to have this feature even though 301 * then every late CPU must have it. [all …]
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunqe.h | 69 #define CREG_STAT_LCOLL 0x02000000 /* Late TX Collision */ 76 #define CREG_STAT_TXLERR 0x00040000 /* Late Transmit Error */ 83 #define CREG_STAT_RLCOLL 0x00000100 /* RX Late Collision */ 89 #define CREG_STAT_RXLERR 0x00000004 /* Receive Late Error */ 104 #define CREG_QMASK_TXLERR 0x00040000 /* TX late error */ 109 #define CREG_QMASK_RXLEERR 0x00000004 /* RX late error */ 116 #define CREG_MMASK_LCOLL 0x02000000 /* Late collision error */ 170 #define MREGS_TXFSTAT_LCOLL 0x20 /* TX late collision */ 185 #define MREGS_RXFSTAT_LCOLL 0x40 /* RX late collision */
|
| H A D | sunbmac.h | 60 #define CREG_STAT_TXLERR 0x00040000 /* Late Transmit Error */ 66 #define CREG_STAT_RXLERR 0x00000004 /* Receive Late Error */ 76 #define CREG_QMASK_TXLERR 0x00040000 /* TX late error */ 81 #define CREG_QMASK_RXLEERR 0x00000004 /* RX late error */ 108 #define BMAC_LTCTR 0x24cUL /* Transmit late-collision counter */ 155 #define BIGMAC_STAT_LCCNTEXP 0x00002000 /* Late-collision counter expired */ 172 #define BIGMAC_IMASK_LCCNTEXP 0x00002000 /* Late-collision counter expired */
|
| H A D | sunhme.h | 49 #define GREG_STAT_LCCNTEXP 0x00002000 /* Late-collision counter expired */ 55 #define GREG_STAT_RXLATERR 0x00080000 /* Late error during receive dma */ 63 #define GREG_STAT_TXLERR 0x08000000 /* Late error during transmit dma */ 86 #define GREG_IMASK_LCCNTEXP 0x00002000 /* Late-collision counter expired */ 92 #define GREG_IMASK_RXLATERR 0x00080000 /* Late error during receive dma */ 100 #define GREG_IMASK_TXLERR 0x08000000 /* Late error during transmit dma */ 177 #define BMAC_LTCTR 0x24cUL /* Transmit late-collision counter */
|
| /linux/Documentation/mm/ |
| H A D | hwpoison.rst | 69 late kill 72 Note some pages are always handled as late kill. 84 Set early/late kill mode/revert to system default 94 Late kill
|
| /linux/drivers/acpi/acpica/ |
| H A D | dsargs.c | 38 * DESCRIPTION: Late (deferred) execution of region or field arguments 140 * DESCRIPTION: Get buffer_field Buffer and Index. This implements the late 185 * DESCRIPTION: Get bank_field bank_value. This implements the late 238 * the late evaluation of these attributes. 282 * the late evaluation of these attributes. 327 * DESCRIPTION: Get region address and length. This implements the late
|
| /linux/drivers/net/ethernet/apple/ |
| H A D | bmac.h | 64 # define TxLateCollExp 0x00002000 /* Late-collision counter expired */ 70 # define RxDMALateErr 0x00080000 /* Receive DMA, data late */ 78 # define TxDMALateError 0x08000000 /* Late error during transmit DMA */ 119 #define LTCNT 0x530 /* Transmit late-collision counter */
|
| /linux/tools/perf/pmu-events/arch/arm64/ampere/emag/ |
| H A D | cache.json | 108 "PublicDescription": "Level 1 data cache late miss", 111 "BriefDescription": "L1D cache late miss"
|
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | hwpoison.rst | 79 设置early/late kill mode/revert 到系统默认值。 89 Late kill
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | intel.c | 243 * on late loading. in update_ucode_pointer() 466 * When late-loading, ensure the header declares a minimum revision in ucode_validate_minrev() 467 * required to perform a late-load. The previously reserved field in ucode_validate_minrev() 569 * Late loading on model 79 with microcode revision less than 0x0b000021 in is_blacklisted() 578 …pr_err_once("Erratum BDX90: late loading with revision < 0x0b000021 (0x%x) disabled.\n", c->microc… in is_blacklisted()
|
| /linux/drivers/net/ethernet/seeq/ |
| H A D | sgiseeq.h | 41 #define SEEQ_RSTAT_TIMEO 0x040 /* Timeout, or late receive */ 65 #define SEEQ_TSTAT_LCLS 0x010 /* Late collision occurred */
|
| /linux/drivers/firmware/efi/ |
| H A D | memmap.c | 114 * (efi_memmap_init_early() and this late version) is because the 119 * This late mapping is intended to persist for the duration of
|
| /linux/arch/sparc/kernel/ |
| H A D | sbus.c | 413 #define SYSIO_SBAFSR_PLE 0x8000000000000000UL /* Primary Late PIO Error */ 416 #define SYSIO_SBAFSR_SLE 0x1000000000000000UL /* Secondary Late PIO Error */ 420 #define SYSIO_SBAFSR_RD 0x0000800000000000UL /* Primary was late PIO read */ 452 "Late PIO Error" : in sysio_sbus_error_handler() 467 printk("(Late PIO Error)"); in sysio_sbus_error_handler()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pip.h | 95 * late collision (data received before collision) 96 * late collisions cannot be detected by the receiver 163 * NOTES: xx = late collision (data received before collision) 164 * late collisions cannot be detected by the receiver
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-stratix10-rsu | 47 (RO) the version number of RSU firmware. 19.3 or late 55 19.3 or late:
|
| /linux/scripts/ |
| H A D | rustc-version.sh | 12 # `rustc` since it will reach 1.100.0 in late 2026.
|
| /linux/drivers/watchdog/ |
| H A D | da9062_wdt.c | 121 * Prevent pings from occurring late in system poweroff/reboot sequence in da9062_wdt_ping() 165 * lock due to interrupts already being disabled at this late stage. in da9062_wdt_restart()
|
| /linux/Documentation/power/ |
| H A D | suspend-and-interrupts.rst | 13 suspend after the "late" phase of suspending devices (that is, after all of the 17 The rationale for doing so is that after the "late" phase of device suspend
|
| /linux/drivers/s390/char/ |
| H A D | sclp_con.c | 245 .priority = INT_MIN + 1, /* run the callback late */ 250 .priority = INT_MIN + 1, /* run the callback late */
|
| /linux/Documentation/devicetree/bindings/watchdog/ |
| H A D | xlnx,versal-wwdt.yaml | 17 too soon and a period that is not too late. The WWDT has to be
|