Home
last modified time | relevance | path

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

12345678910>>...23

/linux-6.15/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-6.15/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-6.15/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()
381 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 \
25 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
D.gitignore19 tm-unavailable
/linux-6.15/Documentation/admin-guide/cgroup-v1/
Dpids.rst65 sh: fork: Resource temporary unavailable
80 sh: fork: Resource temporary unavailable
89 sh: fork: Resource temporary unavailable
92 sh: fork: Resource temporary unavailable
/linux-6.15/drivers/memory/
Dfsl-corenet-cf.c75 #define ERRDET_UTID (1 << 2) /* Unavailable Target ID (t1040) */
82 #define CECAR_UVT (1 << 15) /* Unavailable target ID (ccf1) */
146 dev_crit(ccf->dev, "LAW Unavailable Target ID\n"); in ccf_irq()
155 dev_crit(ccf->dev, "Unavailable Target ID\n"); in ccf_irq()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_dma.h100 #define DMA_INTR_ENA_TUE 0x00000004 /* Transmit Buffer Unavailable */
113 #define DMA_INTR_ENA_RUE 0x00000080 /* Receive Buffer Unavailable */
146 #define DMA_STATUS_RU 0x00000080 /* Receive Buffer Unavailable */
151 #define DMA_STATUS_TU 0x00000004 /* Transmit Buffer Unavailable */
/linux-6.15/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 */
245 /* As ip_vs_mh_get, but with fallback if selected server is unavailable */
263 IP_VS_DBG_BUF(6, "MH: selected unavailable server %s:%u, reselecting", in ip_vs_mh_get_fallback()
266 /* If the original dest is unavailable, loop around the table in ip_vs_mh_get_fallback()
279 "MH: selected unavailable server %s:%u (offset %u), reselecting", in ip_vs_mh_get_fallback()
/linux-6.15/arch/powerpc/kernel/
Dkgdb.c45 { 0x0800, 0x08 /* SIGFPE */ }, /* fp unavailable */
51 { 0x2010, 0x08 /* SIGFPE */ }, /* spe unavailable */
52 { 0x2020, 0x08 /* SIGFPE */ }, /* spe unavailable */
57 { 0x2900, 0x08 /* SIGFPE */ }, /* apu unavailable */
64 { 0x2010, 0x08 /* SIGFPE */ }, /* fp unavailable */
65 { 0x2020, 0x08 /* SIGFPE */ }, /* ap unavailable */
73 { 0x0f20, 0x08 /* SIGFPE */ }, /* altivec unavailable */
Dtraps.c1482 /* We can now get here via a FP Unavailable exception if the core in do_program_check()
1690 printk(KERN_EMERG "Unrecoverable FP Unavailable Exception " in DEFINE_INTERRUPT_HANDLER()
1692 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
1704 printk(KERN_EMERG "Unrecoverable VMX/Altivec Unavailable Exception " in DEFINE_INTERRUPT_HANDLER()
1706 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
1718 printk(KERN_EMERG "Unrecoverable VSX Unavailable Exception " in DEFINE_INTERRUPT_HANDLER()
1720 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); in DEFINE_INTERRUPT_HANDLER()
1735 pr_emerg("Unrecoverable TM Unavailable Exception " in tm_unavailable()
1737 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT); in tm_unavailable()
1775 pr_emerg("Facility '%s' unavailable (%d) exception in kernel mode at %lx\n", in DEFINE_INTERRUPT_HANDLER()
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
Dregulatory.c25 "PPAG BIOS table invalid or unavailable. (%d)\n", in iwl_mld_get_bios_tables()
32 "WRDS SAR BIOS table invalid or unavailable. (%d)\n", in iwl_mld_get_bios_tables()
55 "EWRD SAR BIOS table invalid or unavailable. (%d)\n", in iwl_mld_get_bios_tables()
61 "Geo SAR BIOS table invalid or unavailable. (%d)\n", in iwl_mld_get_bios_tables()
357 "TAS table invalid or unavailable. (%d)\n", in iwl_mld_init_tas()
/linux-6.15/arch/powerpc/kvm/
Dbook3s_hv_tm.c97 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
148 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
180 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
220 /* generate a facility unavailable interrupt */ in kvmhv_p9_tm_emulation()
/linux-6.15/drivers/net/ethernet/actions/
Dowl-emac.h62 #define OWL_EMAC_BIT_MAC_CSR5_RU BIT(7) /* Receive buffer unavailable */
67 #define OWL_EMAC_BIT_MAC_CSR5_TU BIT(2) /* Transmit buffer unavailable */
101 #define OWL_EMAC_BIT_MAC_CSR7_RUE BIT(7) /* Receive buffer unavailable enable */
104 #define OWL_EMAC_BIT_MAC_CSR7_TUE BIT(2) /* Transmit buffer unavailable enable */
/linux-6.15/Documentation/devicetree/bindings/input/
Diqs626a.yaml275 This property is unavailable in the case of the Hall channel.
288 This property is unavailable in the case of the Hall channel. The
343 This property is unavailable in the case of the Hall channel. The
356 This property is unavailable in the case of the Hall channel. The
371 This property is unavailable in the case of the ULP or Hall channels.
386 This property is unavailable in the case of the ULP or Hall channels.
402 This property is unavailable in the case of the ULP or Hall channels.
471 Proximity events are unavailable in the case of the Hall channel, and
/linux-6.15/fs/afs/
Dafs_fs.h48 VNOVOL = 103, /* no such volume or volume unavailable */
55 VBUSY = 110, /* volume is temporarily unavailable */
/linux-6.15/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,dither.yaml15 unavailable colors with available colors and by mixing and matching available
16 colors to mimic unavailable ones.
/linux-6.15/fs/crypto/
Dhooks.c18 * and return an error if it's unavailable.
140 * key and will set DCACHE_NOKEY_NAME on the dentry if the key is unavailable.
144 * unavailable is not considered an error. It is also not an error if
146 * like the key being unavailable, so that files can still be deleted.
436 * unavailable) rather than the length of the encrypted symlink target. This is
/linux-6.15/drivers/gpio/
Dgpiolib-legacy.c40 /* 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-6.15/drivers/net/wireless/intel/ipw2x00/
DKconfig35 unavailable and initialization will fail). If you do choose to build
94 unavailable and initialization will fail). If you do choose to build
/linux-6.15/arch/x86/realmode/
DMakefile10 # Sanitizer runtimes are unavailable and cannot be linked here.
/linux-6.15/fs/bcachefs/
Dbcachefs_ioctl.h135 * or degraded/unavailable data, unless the approprate BCH_FORCE_IF_* flags are
152 * Data present on @dev will be unavailable while @dev is offline (unless
157 * leave us with insufficient read write devices or degraded/unavailable data,
/linux-6.15/tools/testing/selftests/ftrace/test.d/00basic/
Dsnapshot1.tc8 # become unavailable which is due to 'record_disabled' of array_buffer and
/linux-6.15/Documentation/i2c/busses/
Di2c-amd756.rst15 Datasheet: Unavailable

12345678910>>...23