| /arch/powerpc/lib/ |
| A D | feature-fixups.c | 243 if (types & STF_BARRIER_FALLBACK || types & STF_BARRIER_SYNC_ORI) { in do_stf_exit_barrier_fixups() 307 if ((types & STF_BARRIER_FALLBACK) || (types & STF_BARRIER_SYNC_ORI)) in do_stf_barrier_fixups() 338 if (types & L1D_FLUSH_ORI) { in do_uaccess_flush_fixups() 343 if (types & L1D_FLUSH_MTTRIG) in do_uaccess_flush_fixups() 351 (types & L1D_FLUSH_ORI) ? (types & L1D_FLUSH_MTTRIG) in do_uaccess_flush_fixups() 376 if (types & L1D_FLUSH_ORI) { in __do_entry_flush_fixups() 381 if (types & L1D_FLUSH_MTTRIG) in __do_entry_flush_fixups() 422 (types & L1D_FLUSH_ORI) ? (types & L1D_FLUSH_MTTRIG) in __do_entry_flush_fixups() 461 if (types & L1D_FLUSH_ORI) { in __do_rfi_flush_fixups() 466 if (types & L1D_FLUSH_MTTRIG) in __do_rfi_flush_fixups() [all …]
|
| /arch/arm/tools/ |
| A D | Makefile | 19 kapi-hdrs-y += $(kapi)/mach-types.h 37 $(kapi)/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
|
| /arch/powerpc/include/asm/ |
| A D | setup.h | 54 void do_rfi_flush_fixups(enum l1d_flush_type types); 60 void do_uaccess_flush_fixups(enum l1d_flush_type types); 61 void do_entry_flush_fixups(enum l1d_flush_type types);
|
| A D | security_features.h | 24 void do_stf_barrier_fixups(enum stf_barrier_type types);
|
| /arch/sh/tools/ |
| A D | Makefile | 13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
|
| /arch/x86/events/intel/ |
| A D | uncore.c | 983 for (; *types; types++) in uncore_types_exit() 1053 for (; *types; types++) { in uncore_types_init() 1083 for (; *types; types++) { in uncore_pci_find_dev_pmu_from_types() 1084 type = *types; in uncore_pci_find_dev_pmu_from_types() 1368 for (; *types; types++) { in uncore_pci_pmus_register() 1369 type = *types; in uncore_pci_pmus_register() 1508 for (; *types; types++) { in uncore_box_unref() 1557 for (; *types; types++) { in allocate_boxes() 1598 for (; *types; types++) { in uncore_box_ref() 1655 for (; *types; types++) { in uncore_msr_pmus_register() [all …]
|
| A D | uncore_snbep.c | 6421 struct intel_uncore_type **types, **start_types; in uncore_get_uncores() local 6427 for (; *types; types++) { in uncore_get_uncores() 6428 if ((*types)->type_id >= max_num_types) in uncore_get_uncores() 6430 uncore_type_customized_copy(*types, uncores[(*types)->type_id]); in uncore_get_uncores() 6433 for (i = 0; i < num_extra; i++, types++) in uncore_get_uncores() 6434 *types = extra[i]; in uncore_get_uncores() 6442 for (; *types; types++) { in uncore_find_type_by_id() 6443 if (type_id == (*types)->type_id) in uncore_find_type_by_id() 6444 return *types; in uncore_find_type_by_id() 6450 static int uncore_type_max_boxes(struct intel_uncore_type **types, in uncore_type_max_boxes() argument [all …]
|
| /arch/arm64/boot/dts/arm/ |
| A D | juno-cs-r1r2.dtsi | 98 arm,trig-in-types = <SNK_FULL SNK_ACQCOMP>; 100 arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>; 107 arm,trig-in-types = <ELA_DBGREQ ELA_TSTART ELA_TSTOP>; 114 arm,trig-in-types = <ELA_DBGREQ ELA_TSTART ELA_TSTOP>;
|
| A D | juno-base.dtsi | 585 arm,trig-in-types = <SNK_FULL SNK_ACQCOMP>; 587 arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>; 594 arm,trig-in-types = <SNK_FULL SNK_ACQCOMP>; 596 arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>; 603 arm,trig-in-types = <STM_TOUT_SPTE STM_TOUT_SW 606 arm,trig-out-types = <STM_HWEVENT STM_HWEVENT>; 613 arm,trig-out-types = <SNK_FLUSHIN SNK_TRIGIN>; 632 arm,trig-in-types = <GEN_INTREQ>; 634 arm,trig-out-types = <GEN_HALTREQ>; 641 arm,trig-out-types = <GEN_HALTREQ GEN_RESTARTREQ>; [all …]
|
| /arch/csky/lib/ |
| A D | string.c | 18 union types { union 33 union types d = { .as_u8 = dest }; in memcpy() 109 union types dest = { .as_u8 = s }; in memset()
|
| /arch/powerpc/tools/ |
| A D | checkpatch.sh | 12 --show-types \
|
| /arch/arm/include/asm/ |
| A D | Kbuild | 7 generated-y += mach-types.h
|
| /arch/arm/boot/dts/ti/omap/ |
| A D | logicpd-torpedo-37xx-devkit-28.dts | 6 * There are two types of 4.3" LCD, Type 15 and Type 28.
|
| /arch/powerpc/kernel/ |
| A D | security.c | 688 void setup_rfi_flush(enum l1d_flush_type types, bool enable) in setup_rfi_flush() argument 690 if (types & L1D_FLUSH_FALLBACK) { in setup_rfi_flush() 695 if (types & L1D_FLUSH_ORI) in setup_rfi_flush() 698 if (types & L1D_FLUSH_MTTRIG) in setup_rfi_flush() 701 enabled_flush_types = types; in setup_rfi_flush()
|
| /arch/x86/kvm/mmu/ |
| A D | tdp_mmu.c | 98 enum kvm_tdp_mmu_root_types types) in tdp_mmu_root_match() argument 100 if (WARN_ON_ONCE(!(types & KVM_VALID_ROOTS))) in tdp_mmu_root_match() 103 if (root->role.invalid && !(types & KVM_INVALID_ROOTS)) in tdp_mmu_root_match() 107 return types & KVM_DIRECT_ROOTS; in tdp_mmu_root_match() 108 return types & KVM_MIRROR_ROOTS; in tdp_mmu_root_match() 123 enum kvm_tdp_mmu_root_types types) in tdp_mmu_next_root() argument 144 if (tdp_mmu_root_match(next_root, types) && in tdp_mmu_next_root() 1330 enum kvm_tdp_mmu_root_types types; in kvm_tdp_mmu_unmap_gfn_range() local 1376 enum kvm_tdp_mmu_root_types types; in __kvm_tdp_mmu_age_gfn_range() local 1389 WARN_ON(types & ~KVM_VALID_ROOTS); in __kvm_tdp_mmu_age_gfn_range() [all …]
|
| /arch/x86/ |
| A D | Kconfig.cpu | 10 that can run on all supported x86 CPU types (albeit not 372 Intel CPU. Disabling this option on other types of CPUs 386 Cyrix CPU. Disabling this option on other types of CPUs 399 AMD CPU. Disabling this option on other types of CPUs 413 Hygon CPU. Disabling this option on other types of CPUs 426 Centaur CPU. Disabling this option on other types of CPUs 440 Transmeta CPU. Disabling this option on other types of CPUs 454 UMC CPU. Disabling this option on other types of CPUs 467 Zhaoxin CPU. Disabling this option on other types of CPUs 481 Vortex CPU. Disabling this option on other types of CPUs
|
| /arch/powerpc/platforms/pseries/ |
| A D | setup.c | 601 enum l1d_flush_type types; in pseries_setup_security_mitigations() local 622 types = L1D_FLUSH_FALLBACK; in pseries_setup_security_mitigations() 625 types |= L1D_FLUSH_MTTRIG; in pseries_setup_security_mitigations() 628 types |= L1D_FLUSH_ORI; in pseries_setup_security_mitigations() 633 setup_rfi_flush(types, enable); in pseries_setup_security_mitigations()
|
| /arch/s390/ |
| A D | Kconfig.debug | 20 Enable strict type checking for memory management types like pte_t
|
| /arch/x86/kernel/cpu/mtrr/ |
| A D | generic.c | 624 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument 628 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed() 630 update_fixed_last(base, base + step, *types); in print_fixed() 633 if (last_fixed_end == base && last_fixed_type == *types) { in print_fixed() 639 update_fixed_last(base, base + step, *types); in print_fixed()
|
| /arch/powerpc/boot/dts/ |
| A D | asp834x-redboot.dts | 156 /* phy type (ULPI or SERIAL) are only types supported for MPH */ 283 descriptor-types-mask = <0x01010ebf>;
|
| /arch/powerpc/boot/dts/fsl/ |
| A D | pq3-sec2.1-0.dtsi | 42 fsl,descriptor-types-mask = <0x12b0ebf>;
|
| A D | pq3-sec3.0-0.dtsi | 44 fsl,descriptor-types-mask = <0x3ab0ebf>;
|
| A D | pq3-sec3.1-0.dtsi | 44 fsl,descriptor-types-mask = <0x3ab0ebf>;
|
| A D | pq3-sec3.3-0.dtsi | 44 fsl,descriptor-types-mask = <0x3a30abf>;
|
| /arch/arm64/kernel/vdso32/ |
| A D | Makefile | 75 VDSO_CFLAGS += $(call cc32-option,-Werror=incompatible-pointer-types)
|