Home
last modified time | relevance | path

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

1234

/arch/powerpc/lib/
Dfeature-fixups.c121 void do_stf_entry_barrier_fixups(enum stf_barrier_type types) in do_stf_entry_barrier_fixups() argument
135 if (types & STF_BARRIER_FALLBACK) { in do_stf_entry_barrier_fixups()
139 } else if (types & STF_BARRIER_EIEIO) { in do_stf_entry_barrier_fixups()
141 } else if (types & STF_BARRIER_SYNC_ORI) { in do_stf_entry_barrier_fixups()
154 if (types & STF_BARRIER_FALLBACK) in do_stf_entry_barrier_fixups()
164 (types == STF_BARRIER_NONE) ? "no" : in do_stf_entry_barrier_fixups()
165 (types == STF_BARRIER_FALLBACK) ? "fallback" : in do_stf_entry_barrier_fixups()
166 (types == STF_BARRIER_EIEIO) ? "eieio" : in do_stf_entry_barrier_fixups()
167 (types == (STF_BARRIER_SYNC_ORI)) ? "hwsync" in do_stf_entry_barrier_fixups()
171 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
41 $(kapi)/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
/arch/x86/events/intel/
Duncore.c799 static void uncore_types_exit(struct intel_uncore_type **types) in uncore_types_exit() argument
801 for (; *types; types++) in uncore_types_exit()
802 uncore_type_exit(*types); in uncore_types_exit()
864 uncore_types_init(struct intel_uncore_type **types, bool setid) in uncore_types_init() argument
868 for (; *types; types++) { in uncore_types_init()
869 ret = uncore_type_init(*types, setid); in uncore_types_init()
1090 struct intel_uncore_type *type, **types = uncore_msr_uncores; in uncore_event_cpu_offline() local
1113 for (; *types; types++) { in uncore_event_cpu_offline()
1114 type = *types; in uncore_event_cpu_offline()
1125 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/sparc/include/uapi/asm/
DKbuild4 generic-y += types.h
/arch/powerpc/include/asm/
Dsecurity_features.h24 void do_stf_barrier_fixups(enum stf_barrier_type types);
Dsetup.h54 void do_rfi_flush_fixups(enum l1d_flush_type types);
/arch/powerpc/kernel/
Dsetup_64.c860 void setup_rfi_flush(enum l1d_flush_type types, bool enable) in setup_rfi_flush() argument
862 if (types & L1D_FLUSH_FALLBACK) { in setup_rfi_flush()
867 if (types & L1D_FLUSH_ORI) in setup_rfi_flush()
870 if (types & L1D_FLUSH_MTTRIG) in setup_rfi_flush()
873 enabled_flush_types = types; in setup_rfi_flush()
/arch/powerpc/platforms/pseries/
Dsetup.c513 enum l1d_flush_type types; in pseries_setup_rfi_flush() local
534 types = L1D_FLUSH_FALLBACK; in pseries_setup_rfi_flush()
537 types |= L1D_FLUSH_MTTRIG; in pseries_setup_rfi_flush()
540 types |= L1D_FLUSH_ORI; in pseries_setup_rfi_flush()
545 setup_rfi_flush(types, enable); in pseries_setup_rfi_flush()
/arch/arm64/include/uapi/asm/
DKbuild21 generic-y += types.h
/arch/cris/include/uapi/asm/
DKbuild21 generic-y += types.h
/arch/m68k/include/uapi/asm/
DKbuild22 generic-y += types.h
/arch/tile/include/uapi/asm/
DKbuild22 generic-y += types.h
/arch/blackfin/include/uapi/asm/
DKbuild23 generic-y += types.h
/arch/hexagon/include/uapi/asm/
DKbuild25 generic-y += types.h
/arch/arm/include/asm/
DKbuild24 generated-y += mach-types.h
/arch/arc/include/uapi/asm/
DKbuild27 generic-y += types.h
/arch/m32r/
DKconfig.debug11 This results in a large slowdown, but helps to find certain types
/arch/c6x/include/uapi/asm/
DKbuild29 generic-y += types.h
/arch/microblaze/include/uapi/asm/
DKbuild28 generic-y += types.h
/arch/h8300/include/uapi/asm/
DKbuild29 generic-y += types.h
/arch/nios2/include/uapi/asm/
DKbuild28 generic-y += types.h
/arch/metag/include/uapi/asm/
DKbuild29 generic-y += types.h
/arch/x86/kernel/cpu/mtrr/
Dgeneric.c380 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument
384 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed()
386 update_fixed_last(base, base + step, *types); in print_fixed()
389 if (last_fixed_end == base && last_fixed_type == *types) { in print_fixed()
395 update_fixed_last(base, base + step, *types); in print_fixed()

1234