| /Linux-v6.6/arch/x86/kernel/ |
| D | jailhouse.c | 236 goto unsupported; in jailhouse_init_platform() 250 goto unsupported; in jailhouse_init_platform() 269 unsupported: in jailhouse_init_platform()
|
| /Linux-v6.6/arch/x86/math-emu/ |
| D | reg_compare.c | 92 int signalling = 0, unsupported = 0; in compare() local 96 unsupported = !((exponent(st0_ptr) == EXP_OVER) in compare() 103 unsupported |= !((exponent(b) == EXP_OVER) in compare() 106 if (signalling || unsupported) in compare()
|
| D | errors.c | 420 int signalling, unsupported; in real_2op_NaN() local 428 unsupported = ((taga == TW_NaN) in real_2op_NaN() 433 if (unsupported) { in real_2op_NaN()
|
| /Linux-v6.6/arch/x86/boot/compressed/ |
| D | sev.c | 390 u64 unsupported; in snp_check_features() local 398 unsupported = snp_get_unsupported_features(sev_status); in snp_check_features() 399 if (unsupported) { in snp_check_features() 404 GHCB_SNP_UNSUPPORTED, unsupported); in snp_check_features()
|
| /Linux-v6.6/drivers/phy/ti/ |
| D | phy-gmii-sel.c | 104 goto unsupported; in phy_gmii_sel_mode() 113 goto unsupported; in phy_gmii_sel_mode() 120 goto unsupported; in phy_gmii_sel_mode() 126 goto unsupported; in phy_gmii_sel_mode() 159 unsupported: in phy_gmii_sel_mode()
|
| /Linux-v6.6/crypto/asymmetric_keys/ |
| D | pkcs7_parser.c | 333 goto unsupported; in pkcs7_note_signeddata_version() 346 goto unsupported; in pkcs7_note_signeddata_version() 351 unsupported: in pkcs7_note_signeddata_version() 367 goto unsupported; in pkcs7_note_signerinfo_version() 386 goto unsupported; in pkcs7_note_signerinfo_version() 391 unsupported: in pkcs7_note_signerinfo_version()
|
| /Linux-v6.6/tools/testing/selftests/arm64/fp/ |
| D | TODO | 1 - Test unsupported values in the ABIs.
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-surface_aggregator-tabletsw | 27 example due to newer as-of-yet unsupported hardware. 53 example due to newer as-of-yet unsupported hardware.
|
| D | sysfs-platform-dell-privacy-wmi | 27 unsupported: 35 [ePrivacy Screen] [unsupported]
|
| /Linux-v6.6/arch/x86/kvm/vmx/ |
| D | hyperv.c | 623 typeof(vmcs_conf->field) unsupported; \ 625 unsupported = vmcs_conf->field & ~EVMCS1_SUPPORTED_ ## ctrl; \ 626 if (unsupported) { \ 628 (u64)unsupported); \
|
| /Linux-v6.6/arch/m68k/fpsp040/ |
| D | x_unsupp.S | 4 | fpsp_unsupp --- FPSP handler for unsupported data type exception
|
| /Linux-v6.6/Documentation/ABI/obsolete/ |
| D | sysfs-firmware-acpi | 8 enabling this knob is not safe and thus unsupported.
|
| /Linux-v6.6/Documentation/admin-guide/perf/ |
| D | cxl.rst | 66 The driver does not support sampling so "perf record" is unsupported. 68 unsupported.
|
| D | alibaba_pmu.rst | 104 unsupported. Also attach to a task is unsupported as the events are all
|
| D | hisi-pcie-pmu.rst | 44 The current driver does not support sampling. So "perf record" is unsupported. 45 Also attach to a task is unsupported for PCIe PMU.
|
| /Linux-v6.6/scripts/ |
| D | Makefile.package | 108 PHONY += linux.tar.unsupported-deb-src-compress 109 linux.tar.unsupported-deb-src-compress: 115 $(suffix-$(KDEB_SOURCE_COMPRESS)),.unsupported-deb-src-compress))
|
| /Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_filter.c | 51 static inline bool unsupported(u32 conf, u32 conf_mask, u32 val, u32 mask) in unsupported() function 259 if (unsupported(fconf, FCOE_F, fs->val.fcoe, fs->mask.fcoe) || in validate_filter() 260 unsupported(fconf, PORT_F, fs->val.iport, fs->mask.iport) || in validate_filter() 261 unsupported(fconf, TOS_F, fs->val.tos, fs->mask.tos) || in validate_filter() 262 unsupported(fconf, ETHERTYPE_F, fs->val.ethtype, in validate_filter() 264 unsupported(fconf, MACMATCH_F, fs->val.macidx, fs->mask.macidx) || in validate_filter() 265 unsupported(fconf, MPSHITTYPE_F, fs->val.matchtype, in validate_filter() 267 unsupported(fconf, FRAGMENTATION_F, fs->val.frag, fs->mask.frag) || in validate_filter() 268 unsupported(fconf, PROTOCOL_F, fs->val.proto, fs->mask.proto) || in validate_filter() 269 unsupported(fconf, VNIC_ID_F, fs->val.pfvf_vld, in validate_filter() [all …]
|
| /Linux-v6.6/arch/arm64/boot/dts/qcom/ |
| D | sdm845-oneplus-fajita.dts | 55 * The TFA9894 codec is currently unsupported.
|
| /Linux-v6.6/Documentation/devicetree/bindings/pci/ |
| D | pci.txt | 24 unsupported link speed, for instance, trying to do training for 25 unsupported link speed, etc. Must be '4' for gen4, '3' for gen3, '2'
|
| /Linux-v6.6/drivers/firmware/efi/libstub/ |
| D | x86-stub.c | 762 u64 unsupported; in have_unsupported_snp_features() local 764 unsupported = snp_get_unsupported_features(sev_get_status()); in have_unsupported_snp_features() 765 if (unsupported) { in have_unsupported_snp_features() 767 unsupported); in have_unsupported_snp_features()
|
| /Linux-v6.6/tools/testing/selftests/rseq/ |
| D | rseq-mips.h | 80 # error unsupported _MIPS_SZLONG
|
| /Linux-v6.6/sound/pci/ |
| D | azt3328.c | 646 bool unsupported = false; in snd_azf3328_mixer_ac97_read() local 651 unsupported = true; in snd_azf3328_mixer_ac97_read() 688 unsupported = true; in snd_azf3328_mixer_ac97_read() 693 if (unsupported) in snd_azf3328_mixer_ac97_read() 705 bool unsupported = false; in snd_azf3328_mixer_ac97_write() local 711 unsupported = true; in snd_azf3328_mixer_ac97_write() 736 unsupported = true; in snd_azf3328_mixer_ac97_write() 741 if (unsupported) in snd_azf3328_mixer_ac97_write()
|
| /Linux-v6.6/arch/ia64/kernel/ |
| D | mca_drv.h | 102 struct list_head unsupported; /* list of unsupported sections */ member
|
| D | mca_drv.c | 247 INIT_LIST_HEAD(&(slidx->unsupported)); in mca_make_slidx() 296 LOG_INDEX_ADD_SECT_PTR(slidx->unsupported, sp); in mca_make_slidx()
|
| /Linux-v6.6/drivers/net/wireless/broadcom/b43/ |
| D | main.c | 4481 int unsupported = 0; in b43_phy_versioning() local 4499 unsupported = 1; in b43_phy_versioning() 4505 unsupported = 1; in b43_phy_versioning() 4511 unsupported = 1; in b43_phy_versioning() 4517 unsupported = 1; in b43_phy_versioning() 4523 unsupported = 1; in b43_phy_versioning() 4529 unsupported = 1; in b43_phy_versioning() 4533 unsupported = 1; in b43_phy_versioning() 4535 if (unsupported) { in b43_phy_versioning() 4590 unsupported = 1; in b43_phy_versioning() [all …]
|