Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 67) sorted by relevance

123

/arch/powerpc/lib/
Dfeature-fixups.c117 static void do_stf_entry_barrier_fixups(enum stf_barrier_type types) in do_stf_entry_barrier_fixups() argument
131 if (types & STF_BARRIER_FALLBACK) { in do_stf_entry_barrier_fixups()
135 } else if (types & STF_BARRIER_EIEIO) { in do_stf_entry_barrier_fixups()
137 } else if (types & STF_BARRIER_SYNC_ORI) { in do_stf_entry_barrier_fixups()
150 if (types & STF_BARRIER_FALLBACK) in do_stf_entry_barrier_fixups()
160 (types == STF_BARRIER_NONE) ? "no" : in do_stf_entry_barrier_fixups()
161 (types == STF_BARRIER_FALLBACK) ? "fallback" : in do_stf_entry_barrier_fixups()
162 (types == STF_BARRIER_EIEIO) ? "eieio" : in do_stf_entry_barrier_fixups()
163 (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" in do_stf_entry_barrier_fixups()
167 static void do_stf_exit_barrier_fixups(enum stf_barrier_type types) in do_stf_exit_barrier_fixups() argument
[all …]
/arch/sh/tools/
DMakefile13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
/arch/arm/tools/
DMakefile19 kapi-hdrs-y += $(kapi)/mach-types.h
40 $(kapi)/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
/arch/x86/events/intel/
Duncore.c902 static void uncore_types_exit(struct intel_uncore_type **types) in uncore_types_exit() argument
904 for (; *types; types++) in uncore_types_exit()
905 uncore_type_exit(*types); in uncore_types_exit()
968 uncore_types_init(struct intel_uncore_type **types, bool setid) in uncore_types_init() argument
972 for (; *types; types++) { in uncore_types_init()
973 ret = uncore_type_init(*types, setid); in uncore_types_init()
1194 static void uncore_box_unref(struct intel_uncore_type **types, int id) in uncore_box_unref() argument
1201 for (; *types; types++) { in uncore_box_unref()
1202 type = *types; in uncore_box_unref()
1240 static int allocate_boxes(struct intel_uncore_type **types, in allocate_boxes() argument
[all …]
/arch/mips/fw/arc/
Dtree.c74 static char *types[] = { variable
97 p, classes[p->class], types[p->type], in dump_component()
/arch/powerpc/tools/
Dcheckpatch.sh13 --show-types \
/arch/arm/boot/dts/
Dlogicpd-torpedo-37xx-devkit-28.dts6 * There are two types of 4.3" LCD, Type 15 and Type 28.
/arch/powerpc/include/asm/
Dsecurity_features.h24 void do_stf_barrier_fixups(enum stf_barrier_type types);
Dsetup.h55 void do_rfi_flush_fixups(enum l1d_flush_type types);
/arch/powerpc/kernel/
Dsetup_64.c926 void setup_rfi_flush(enum l1d_flush_type types, bool enable) in setup_rfi_flush() argument
928 if (types & L1D_FLUSH_FALLBACK) { in setup_rfi_flush()
933 if (types & L1D_FLUSH_ORI) in setup_rfi_flush()
936 if (types & L1D_FLUSH_MTTRIG) in setup_rfi_flush()
939 enabled_flush_types = types; in setup_rfi_flush()
/arch/arm/include/asm/
DKbuild22 generated-y += mach-types.h
/arch/x86/kernel/cpu/mtrr/
Dgeneric.c381 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument
385 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed()
387 update_fixed_last(base, base + step, *types); in print_fixed()
390 if (last_fixed_end == base && last_fixed_type == *types) { in print_fixed()
396 update_fixed_last(base, base + step, *types); in print_fixed()
/arch/powerpc/platforms/pseries/
Dsetup.c530 enum l1d_flush_type types; in pseries_setup_rfi_flush() local
551 types = L1D_FLUSH_FALLBACK; in pseries_setup_rfi_flush()
554 types |= L1D_FLUSH_MTTRIG; in pseries_setup_rfi_flush()
557 types |= L1D_FLUSH_ORI; in pseries_setup_rfi_flush()
562 setup_rfi_flush(types, enable); in pseries_setup_rfi_flush()
/arch/x86/
DKconfig.cpu10 that can run on all supported x86 CPU types (albeit not
396 Intel CPU. Disabling this option on other types of CPUs
410 Cyrix CPU. Disabling this option on other types of CPUs
423 AMD CPU. Disabling this option on other types of CPUs
437 Hygon CPU. Disabling this option on other types of CPUs
450 Centaur CPU. Disabling this option on other types of CPUs
464 Transmeta CPU. Disabling this option on other types of CPUs
478 UMC CPU. Disabling this option on other types of CPUs
491 Zhaoxin CPU. Disabling this option on other types of CPUs
/arch/unicore32/mm/
DKconfig4 # Select CPU types depending on the architecture selected. This selects
/arch/powerpc/boot/dts/
Dasp834x-redboot.dts156 /* phy type (ULPI or SERIAL) are only types supported for MPH */
283 descriptor-types-mask = <0x01010ebf>;
Dmpc834x_mds.dts142 /* phy type (ULPI or SERIAL) are only types supported for MPH */
264 fsl,descriptor-types-mask = <0x01010ebf>;
Dmpc885ads.dts232 fsl,descriptor-types-mask = <0x05000154>;
Dmpc8349emitxgp.dts212 fsl,descriptor-types-mask = <0x01010ebf>;
/arch/powerpc/boot/dts/fsl/
Dpq3-sec3.0-0.dtsi44 fsl,descriptor-types-mask = <0x3ab0ebf>;
Dpq3-sec2.1-0.dtsi42 fsl,descriptor-types-mask = <0x12b0ebf>;
Dpq3-sec3.3-0.dtsi44 fsl,descriptor-types-mask = <0x3a30abf>;
Dpq3-sec3.1-0.dtsi44 fsl,descriptor-types-mask = <0x3ab0ebf>;
/arch/m68k/ifpsp060/
Dfskeleton.S206 | encountered. Three different types of exceptions can enter the F-Line exception
220 | encountered. Three different types of exceptions can enter the F-Line exception
/arch/arm64/kernel/vdso32/
DMakefile85 VDSO_CFLAGS += $(call cc32-option,-Werror=incompatible-pointer-types)

123