| /kernel/linux/linux-4.19/drivers/firmware/efi/ |
| D | memmap.c | 55 * @late: Use early or late mapping function? 61 * During bootup @late should be %false since we only have access to 69 __efi_memmap_init(struct efi_memory_map_data *data, bool late) in __efi_memmap_init() argument 79 if (late) in __efi_memmap_init() 95 map.late = late; in __efi_memmap_init() 114 WARN_ON(efi.memmap.late); in efi_memmap_init_early() 124 if (!efi.memmap.late) { in efi_memmap_unmap() 149 * (efi_memmap_init_early() and this late version) is because the 154 * This late mapping is intended to persist for the duration of 171 WARN_ON(efi.memmap.late); in efi_memmap_init_late() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | cpufeature.h | 134 * referred to as "Late CPU" w.r.t the capability. e.g, all secondary 135 * CPUs are treated "late CPUs" for capabilities determined by the boot 179 * b) Any late CPU, brought up after (1), the action is triggered via: 183 * 5) Conflicts: Based on the state of the capability on a late CPU vs. 187 * | Type | System | Late CPU | 241 * Is it permitted for a late CPU to have this capability when system 245 /* Is it safe for a late CPU to miss this capability when system has it */ 254 * require the workaround. However, it is not safe if a "late" CPU 261 * feature. It is safe for a late CPU to have this feature even though 264 * then every late CPU must have it. [all …]
|
| /kernel/linux/linux-4.19/arch/arm64/include/asm/ |
| D | cpufeature.h | 144 * referred to as "Late CPU" w.r.t the capability. e.g, all secondary 145 * CPUs are treated "late CPUs" for capabilities determined by the boot 189 * b) Any late CPU, brought up after (1), the action is triggered via: 193 * 5) Conflicts: Based on the state of the capability on a late CPU vs. 197 * | Type | System | Late CPU | 247 * Is it permitted for a late CPU to have this capability when system 251 /* Is it safe for a late CPU to miss this capability when system has it */ 258 * require the workaround. However, it is not safe if a "late" CPU 265 * feature. It is safe for a late CPU to have this feature even though 268 * then every late CPU must have it. [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
| 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 */
|
| 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 */
|
| 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 */
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/sun/ |
| 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 */
|
| 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 */
|
| 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 */
|
| /kernel/linux/linux-5.10/Documentation/vm/ |
| D | hwpoison.rst | 73 late kill 76 Note some pages are always handled as late kill. 88 Set early/late kill mode/revert to system default 98 Late kill
|
| /kernel/linux/linux-4.19/Documentation/vm/ |
| D | hwpoison.rst | 73 late kill 76 Note some pages are always handled as late kill. 88 Set early/late kill mode/revert to system default 98 Late kill
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| 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
|
| /kernel/linux/linux-4.19/drivers/acpi/acpica/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/apple/ |
| 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 */
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/apple/ |
| D | bmac.h | 68 # define TxLateCollExp 0x00002000 /* Late-collision counter expired */ 74 # define RxDMALateErr 0x00080000 /* Receive DMA, data late */ 82 # define TxDMALateError 0x08000000 /* Late error during transmit DMA */ 123 #define LTCNT 0x530 /* Transmit late-collision counter */
|
| /kernel/liteos_a/kernel/extended/power/ |
| D | los_pm.c | 131 if (((prepare == 0) || (prepare == OS_PM_SYS_DEVICE_EARLY)) && (pm->sysctrl->late != NULL)) { in OsPmResumePrepare() 132 pm->sysctrl->late(mode); in OsPmResumePrepare() 248 if (sysctrl->late != NULL) { in OsPmSysctrlRegister() 249 pm->sysctrl->late = sysctrl->late; in OsPmSysctrlRegister() 664 g_sysctrl.late = NULL; in OsPmSysctrlInit()
|
| /kernel/liteos_m/components/power/ |
| D | los_pm.c | 81 g_sysctrl.late = NULL; in OsPmSysctrlInit() 189 if (((prepare == 0) || (prepare == OS_PM_SYS_DEVICE_EARLY)) && (pm->sysctrl->late != NULL)) { in OsPmResumePrepare() 190 pm->sysctrl->late(mode); in OsPmResumePrepare() 343 if (sysctrl->late != NULL) { in OsPmSysctrlRegister() 344 pm->sysctrl->late = sysctrl->late; in OsPmSysctrlRegister()
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/arm64/ampere/emag/ |
| D | cache.json | 138 "PublicDescription": "Level 1 data cache late miss", 141 "BriefDescription": "L1D cache late miss"
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
| D | ni65.h | 84 #define XMIT_LCOL 0x1000 /* Late collision */ 86 #define XMIT_UFLO 0x4000 /* Underflow (late memory) */
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/amd/ |
| D | ni65.h | 84 #define XMIT_LCOL 0x1000 /* Late collision */ 86 #define XMIT_UFLO 0x4000 /* Underflow (late memory) */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/seeq/ |
| D | sgiseeq.h | 41 #define SEEQ_RSTAT_TIMEO 0x040 /* Timeout, or late receive */ 65 #define SEEQ_TSTAT_LCLS 0x010 /* Late collision occurred */
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/seeq/ |
| D | sgiseeq.h | 41 #define SEEQ_RSTAT_TIMEO 0x040 /* Timeout, or late receive */ 65 #define SEEQ_TSTAT_LCLS 0x010 /* Late collision occurred */
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/nehalemex/ |
| D | other.json | 14 "EventName": "BPU_CLEARS.LATE", 16 "BriefDescription": "Late Branch Prediction Unit clears"
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/nehalemep/ |
| D | other.json | 14 "EventName": "BPU_CLEARS.LATE", 16 "BriefDescription": "Late Branch Prediction Unit clears"
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/nehalemep/ |
| D | other.json | 14 "EventName": "BPU_CLEARS.LATE", 16 "BriefDescription": "Late Branch Prediction Unit clears"
|