/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 */ 283 * require the workaround. However, it is not safe if a "late" CPU 290 * feature. It is safe for a late CPU to have this feature even though 293 * 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/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/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/drivers/base/power/ |
H A D | main.c | 1391 * device_suspend_late - Execute a "late suspend" callback for given device. 1423 info = "late power domain "; in device_suspend_late() 1426 info = "late type "; in device_suspend_late() 1429 info = "late class "; in device_suspend_late() 1432 info = "late bus "; in device_suspend_late() 1442 info = "late driver "; in device_suspend_late() 1451 pm_dev_err(dev, state, async ? " async late" : " late", error); in device_suspend_late() 1474 * dpm_suspend_late - Execute "late suspend" callbacks for all devices. 1523 dpm_show_time(starttime, state, error, "late"); in dpm_suspend_late() 1529 * dpm_suspend_end - Execute "late" and "noirq" device suspend callbacks.
|
/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/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/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()
|
H A D | da9063_wdt.c | 128 * Prevent pings from occurring late in system poweroff/reboot sequence in da9063_wdt_ping() 183 * lock due to interrupts already being disabled at this late stage. in da9063_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 */
|
/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/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/arch/arc/kernel/ |
H A D | irq.c | 14 * Late Interrupt system init called from start_kernel for Boot CPU only
|
/linux/drivers/usb/host/ |
H A D | ehci-timer.c | 319 /* Handle lost (or very late) IAA interrupts */ 333 /* If we get here, IAA is *REALLY* late. It's barely in ehci_iaa_watchdog() 343 * after the watchdog timer expired (_way_ late, so we'll in ehci_iaa_watchdog()
|
/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | gianfar.rst | 14 The eTSEC controller (first included in parts from late 2005 like
|