/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.kernel_bo_present, in xe_bo_evict_all() 162 &xe->pinned.late.evicted, 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() 233 * xe_bo_restore_late - restore pinned late phase BOs 240 * This function should be called late, afte [all...] |
H A D | xe_device_sysfs.c | 28 * lb_fan_control_version - Fan control version provisioned by late binding. 31 * lb_voltage_regulator_version - Voltage regulator version provisioned by late 165 drm_dbg(&xe->drm, "Late binding not supported by firmware\n"); in late_bind_create_files()
|
H A D | xe_device_types.h | 459 /** @pinned.late: late pinned lists */ 461 /** @pinned.late.kernel_bo_present: pinned kernel BO that are present */ 463 /** @pinned.late.evicted: pinned BO that have been evicted */ 467 } late; member
|
/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/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/Documentation/translations/zh_CN/mm/ |
H A D | hwpoison.rst | 79 设置early/late kill mode/revert 到系统默认值。 89 Late kill
|
/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/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->microcode); 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/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/scripts/ |
H A D | rustc-version.sh | 12 # `rustc` since it will reach 1.100.0 in late 2026.
|
/linux/drivers/pps/generators/ |
H A D | pps_gen_parport.c | 80 /* check if we are late */ in hrtimer_event() 83 pr_err("we are late this time %lld.%09ld\n", in hrtimer_event()
|
/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/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
|
/linux/Documentation/arch/arm64/ |
H A D | asymmetric-32bit.rst | 20 ``-ENOEXEC``. If the mismatch is detected during late onlining of a 61 late-onlining of 32-bit-capable CPUs can result in the file contents
|
/linux/arch/arc/kernel/ |
H A D | irq.c | 14 * Late Interrupt system init called from start_kernel for Boot CPU only
|
/linux/drivers/ps3/ |
H A D | sys-manager-core.c | 15 * Statically linked routines that allow late binding of a loaded sys-manager
|
/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/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 */
|