/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | other.json | 17 …patch group is valid but does not get dispatched due to a token stall. RETIRE Tokens unavailable.", 23 …ispatch group is valid but does not get dispatched due to a token stall. AGSQ Tokens unavailable.", 29 …ch group is valid but does not get dispatched due to a token stall. ALU tokens total unavailable.", 35 …tch group is valid but does not get dispatched due to a token stall. ALSQ 3_0 Tokens unavailable.", 41 …patch group is valid but does not get dispatched due to a token stall. ALSQ 3 Tokens unavailable.", 47 …patch group is valid but does not get dispatched due to a token stall. ALSQ 2 Tokens unavailable.", 53 …patch group is valid but does not get dispatched due to a token stall. ALSQ 1 Tokens unavailable.",
|
/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | other.json | 28 …oes not get dispatched due to a token stall. FP Miscellaneous resource unavailable. Applies to the… 82 …patch group is valid but does not get dispatched due to a token stall. RETIRE Tokens unavailable.", 88 …ispatch group is valid but does not get dispatched due to a token stall. AGSQ Tokens unavailable.", 94 …ch group is valid but does not get dispatched due to a token stall. ALU tokens total unavailable.", 106 …patch group is valid but does not get dispatched due to a token stall. ALSQ 2 Tokens unavailable.", 112 …patch group is valid but does not get dispatched due to a token stall. ALSQ 1 Tokens unavailable.",
|
/linux-5.10/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 5 * Force FP, VEC and VSX unavailable exception during transaction in all 11 * VEC/Altivec registers on abortion due to an unavailable exception in TM. 31 /* Unavailable exceptions to test in HTM */ 148 * to set MSR.FP = 1 before provoking an unavailable in tm_una_ping() 158 * to set MSR.VEC = 1 before provoking an unavailable in tm_una_ping() 174 /* Do we do FP Unavailable? */ in tm_una_ping() 180 /* Do we do VEC Unavailable? */ in tm_una_ping() 188 * instruction always generates a VSX Unavailable. in tm_una_ping() 309 * the unavailable exception caught in the middle as we expect but also, in test_fp_vec() 380 printf(" a FP unavailable exception...\n"); in tm_unavailable_test() [all …]
|
D | Makefile | 6 tm-vmxcopy tm-fork tm-tar tm-tmspr tm-vmx-unavail tm-unavailable tm-trap \ 24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
|
D | .gitignore | 19 tm-unavailable
|
/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | pids.rst | 64 sh: fork: Resource temporary unavailable 79 sh: fork: Resource temporary unavailable 88 sh: fork: Resource temporary unavailable 91 sh: fork: Resource temporary unavailable
|
/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac_dma.h | 75 #define DMA_INTR_ENA_TUE 0x00000004 /* Transmit Buffer Unavailable */ 88 #define DMA_INTR_ENA_RUE 0x00000080 /* Receive Buffer Unavailable */ 121 #define DMA_STATUS_RU 0x00000080 /* Receive Buffer Unavailable */ 126 #define DMA_STATUS_TU 0x00000004 /* Transmit Buffer Unavailable */
|
/linux-5.10/net/netfilter/ipvs/ |
D | ip_vs_sh.c | 73 /* Helper function to determine if server is unavailable */ 114 /* As ip_vs_sh_get, but with fallback if selected server is unavailable 136 IP_VS_DBG_BUF(6, "SH: selected unavailable server %s:%d, reselecting", in ip_vs_sh_get_fallback() 139 /* if the original dest is unavailable, loop around the table in ip_vs_sh_get_fallback() 150 IP_VS_DBG_BUF(6, "SH: selected unavailable " in ip_vs_sh_get_fallback()
|
D | ip_vs_mh.c | 80 /* Helper function to determine if server is unavailable */ 246 /* As ip_vs_mh_get, but with fallback if selected server is unavailable */ 264 IP_VS_DBG_BUF(6, "MH: selected unavailable server %s:%u, reselecting", in ip_vs_mh_get_fallback() 267 /* If the original dest is unavailable, loop around the table in ip_vs_mh_get_fallback() 280 "MH: selected unavailable server %s:%u (offset %u), reselecting", in ip_vs_mh_get_fallback()
|
/linux-5.10/drivers/memory/ |
D | fsl-corenet-cf.c | 77 #define ERRDET_UTID (1 << 2) /* Unavailable Target ID (t1040) */ 84 #define CECAR_UVT (1 << 15) /* Unavailable target ID (ccf1) */ 148 dev_crit(ccf->dev, "LAW Unavailable Target ID\n"); in ccf_irq() 157 dev_crit(ccf->dev, "Unavailable Target ID\n"); in ccf_irq()
|
/linux-5.10/arch/powerpc/kernel/ |
D | kgdb.c | 48 { 0x0800, 0x08 /* SIGFPE */ }, /* fp unavailable */ 54 { 0x2010, 0x08 /* SIGFPE */ }, /* spe unavailable */ 55 { 0x2020, 0x08 /* SIGFPE */ }, /* spe unavailable */ 60 { 0x2900, 0x08 /* SIGFPE */ }, /* apu unavailable */ 67 { 0x2010, 0x08 /* SIGFPE */ }, /* fp unavailable */ 68 { 0x2020, 0x08 /* SIGFPE */ }, /* ap unavailable */ 76 { 0x0f20, 0x08 /* SIGFPE */ }, /* altivec unavailable */
|
D | traps.c | 1473 /* We can now get here via a FP Unavailable exception if the core in program_check_exception() 1672 printk(KERN_EMERG "Unrecoverable FP Unavailable Exception " in kernel_fp_unavailable_exception() 1674 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in kernel_fp_unavailable_exception() 1690 printk(KERN_EMERG "Unrecoverable VMX/Altivec Unavailable Exception " in altivec_unavailable_exception() 1692 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); in altivec_unavailable_exception() 1707 printk(KERN_EMERG "Unrecoverable VSX Unavailable Exception " in vsx_unavailable_exception() 1709 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in vsx_unavailable_exception() 1724 pr_emerg("Unrecoverable TM Unavailable Exception " in tm_unavailable() 1726 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT); in tm_unavailable() 1764 pr_emerg("Facility '%s' unavailable (%d) exception in kernel mode at %lx\n", in facility_unavailable_exception() [all …]
|
/linux-5.10/arch/powerpc/kvm/ |
D | book3s_hv_tm.c | 87 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation() 136 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation() 166 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation() 204 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
|
/linux-5.10/drivers/gpio/ |
D | gpiolib-legacy.c | 28 /* Compatibility: assume unavailable "valid" GPIOs will appear later */ in gpio_request_one() 72 /* Compatibility: assume unavailable "valid" GPIOs will appear later */ in gpio_request()
|
/linux-5.10/fs/afs/ |
D | afs_fs.h | 48 VNOVOL = 103, /* no such volume or volume unavailable */ 55 VBUSY = 110, /* volume is temporarily unavailable */
|
/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
D | Kconfig | 37 unavailable and initialization will fail). If you do choose to build 99 unavailable and initialization will fail). If you do choose to build
|
/linux-5.10/arch/x86/realmode/ |
D | Makefile | 10 # Sanitizer runtimes are unavailable and cannot be linked here.
|
/linux-5.10/Documentation/i2c/busses/ |
D | i2c-amd756.rst | 15 Datasheet: Unavailable
|
/linux-5.10/arch/arm/boot/dts/ |
D | uniphier-ld6b.dtsi | 19 /* UART3 unavailable: the pads are not wired to the package balls */
|
/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_submission.h | 26 /* XXX: GuC submission is unavailable for now */ in intel_guc_submission_is_supported()
|
/linux-5.10/arch/mips/kernel/ |
D | pm-cps.c | 263 /* On older ones it's unavailable */ in cps_gen_flush_fsb() 702 pr_warn("pm-cps: no CM, non-coherent states unavailable\n"); in cps_pm_init() 714 pr_warn("pm-cps: non-coherent wait unavailable\n"); in cps_pm_init() 728 pr_warn("pm-cps: CPS SMP not in use, power gating unavailable\n"); in cps_pm_init() 730 pr_warn("pm-cps: no CPC, clock & power gating unavailable\n"); in cps_pm_init()
|
/linux-5.10/include/uapi/scsi/fc/ |
D | fc_fs.h | 297 FC_RJT_P_UNAV_T = 0x03, /* port unavailable, temporary */ 298 FC_RJT_P_UNAV = 0x04, /* port unavailable, permanent */ 319 FC_RJT_FAB_UNAV = 0x1a, /* fabric unavailable */
|
/linux-5.10/drivers/media/usb/pwc/ |
D | pwc-timon.h | 18 number. An alternate of 0 means that the mode is unavailable.
|
/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/ |
D | mmal-msg-common.h | 32 MMAL_MSG_STATUS_EAGAIN, /**< Resource temporarily unavailable. */
|
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gm200.c | 37 nvkm_warn(&pmu->subdev, "firmware unavailable\n"); in gm200_pmu_nofw()
|