Searched refs:UNKNOWN (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/tools/testing/selftests/powerpc/security/
H A Dspectre_v2.c76 UNKNOWN = 1, // Works with FAIL_IF() enumerator in enum:spectre_v2_state
87 enum spectre_v2_state state = UNKNOWN;
139 if (state == UNKNOWN) {
221 case UNKNOWN:
/linux-master/include/linux/
H A Dkernel_read_file.h10 id(UNKNOWN, unknown) \
/linux-master/tools/perf/arch/arm64/util/
H A Darm64_exception_types.h82 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \
/linux-master/arch/powerpc/include/asm/
H A Dsstep.h47 UNKNOWN enumerator in enum:instruction_type
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h64 UNKNOWN, enumerator in enum:nvif_outp_detect_status
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.c88 return UNKNOWN;
157 if (proto == UNKNOWN)
262 * so we're returning UNKNOWN, and the DRM will probe DDC instead.
301 if (proto == UNKNOWN)
401 if (proto == UNKNOWN)
H A Dior.h32 UNKNOWN enumerator in enum:nvkm_ior::nvkm_ior_state::nvkm_ior_proto
H A Dg94.c283 state->proto = UNKNOWN;
/linux-master/drivers/ata/
H A Dpata_legacy.c140 UNKNOWN = -1 enumerator in enum:controller
1242 legacy_probe_add(0x1F0, 14, UNKNOWN, 0);
1244 legacy_probe_add(0x170, 15, UNKNOWN, 0);
1248 legacy_probe_add(0x1E8, 11, UNKNOWN, 0);
1249 legacy_probe_add(0x168, 10, UNKNOWN, 0);
1250 legacy_probe_add(0x1E0, 8, UNKNOWN, 0);
1251 legacy_probe_add(0x160, 12, UNKNOWN, 0);
1262 if (pl->type == UNKNOWN)
/linux-master/drivers/ras/amd/atl/
H A Dsystem.c199 if (df_cfg.rev != UNKNOWN)
277 df_cfg.rev = UNKNOWN;
H A Dcore.c114 if (df_cfg.rev == UNKNOWN)
H A Dinternal.h38 UNKNOWN, enumerator in enum:df_revisions
/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c53 * If type is UNKNOWN, but privilege level matches, consider it as
110 if (type == UNKNOWN) {
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c81 UNKNOWN, enumerator in enum:__anon3418
657 return UNKNOWN;
680 return UNKNOWN;
689 return UNKNOWN;
698 return UNKNOWN;
1052 case UNKNOWN:
H A Dtest_cls_redirect_dynptr.c75 UNKNOWN, enumerator in enum:__anon3423
547 return UNKNOWN;
569 return UNKNOWN;
578 return UNKNOWN;
586 return UNKNOWN;
950 case UNKNOWN:
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c478 return UNKNOWN;
483 case NVIF_OUTP_DETECT_V0_UNKNOWN: return UNKNOWN;
489 return UNKNOWN;
/linux-master/drivers/media/pci/zoran/
H A Dzoran.h64 UNKNOWN = -1, enumerator in enum:card_type
/linux-master/security/integrity/ima/
H A Dima_policy.c42 #define UNKNOWN 0 macro
1245 if (entry->action == UNKNOWN)
1427 entry->action = UNKNOWN;
1442 if (entry->action != UNKNOWN)
1450 if (entry->action != UNKNOWN)
1458 if (entry->action != UNKNOWN)
1466 if (entry->action != UNKNOWN)
1474 if (entry->action != UNKNOWN)
1482 if (entry->action != UNKNOWN)
1490 if (entry->action != UNKNOWN)
[all...]
/linux-master/arch/arm64/include/asm/
H A Dkvm_arm.h412 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \
/linux-master/sound/pci/hda/
H A Dpatch_via.c53 UNKNOWN = -1, enumerator in enum:VIA_HDA_CODEC
134 codec_type = UNKNOWN;
173 codec_type = UNKNOWN;
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c334 PANFROST_EXCEPTION(UNKNOWN),
/linux-master/include/trace/events/
H A Dkvm.h13 ERSN(UNKNOWN), ERSN(EXCEPTION), ERSN(IO), ERSN(HYPERCALL), \
/linux-master/sound/pci/
H A Dbt87x.c901 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, PCI_ANY_ID, PCI_ANY_ID, UNKNOWN),
902 BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_879, PCI_ANY_ID, PCI_ANY_ID, UNKNOWN),
/linux-master/drivers/hid/
H A Dhid-alps.c74 UNKNOWN, enumerator in enum:dev_num
811 data->dev_type = UNKNOWN;
/linux-master/drivers/net/ethernet/sis/
H A Dsis190.c304 UNKNOWN = 0x00, enumerator in enum:sis190_phy_type
1286 (phy->type != UNKNOWN)) {
1355 phy->type = UNKNOWN;

Completed in 604 milliseconds

12