Home
last modified time | relevance | path

Searched full:unavailable (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/
Dother.json17 …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/
Dother.json28 …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/
Dtm-unavailable.c5 * 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 …]
DMakefile6 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.gitignore19 tm-unavailable
/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dpids.rst64 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/
Ddwmac_dma.h75 #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/
Dip_vs_sh.c73 /* 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()
Dip_vs_mh.c80 /* 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/
Dfsl-corenet-cf.c77 #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/
Dkgdb.c48 { 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 */
Dtraps.c1473 /* 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/
Dbook3s_hv_tm.c87 /* 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/
Dgpiolib-legacy.c28 /* 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/
Dafs_fs.h48 VNOVOL = 103, /* no such volume or volume unavailable */
55 VBUSY = 110, /* volume is temporarily unavailable */
/linux-5.10/drivers/net/wireless/intel/ipw2x00/
DKconfig37 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/
DMakefile10 # Sanitizer runtimes are unavailable and cannot be linked here.
/linux-5.10/Documentation/i2c/busses/
Di2c-amd756.rst15 Datasheet: Unavailable
/linux-5.10/arch/arm/boot/dts/
Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
/linux-5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.h26 /* XXX: GuC submission is unavailable for now */ in intel_guc_submission_is_supported()
/linux-5.10/arch/mips/kernel/
Dpm-cps.c263 /* 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/
Dfc_fs.h297 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/
Dpwc-timon.h18 number. An alternate of 0 means that the mode is unavailable.
/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-msg-common.h32 MMAL_MSG_STATUS_EAGAIN, /**< Resource temporarily unavailable. */
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dgm200.c37 nvkm_warn(&pmu->subdev, "firmware unavailable\n"); in gm200_pmu_nofw()

12345678910>>...19