/arch/powerpc/lib/ |
D | feature-fixups.c | 121 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/ |
D | Makefile | 13 include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
|
/arch/arm/tools/ |
D | Makefile | 19 kapi-hdrs-y += $(kapi)/mach-types.h 41 $(kapi)/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
|
/arch/x86/events/intel/ |
D | uncore.c | 799 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/ |
D | tree.c | 74 static char *types[] = { variable 97 p, classes[p->class], types[p->type], in dump_component()
|
/arch/sparc/include/uapi/asm/ |
D | Kbuild | 4 generic-y += types.h
|
/arch/powerpc/include/asm/ |
D | security_features.h | 24 void do_stf_barrier_fixups(enum stf_barrier_type types);
|
D | setup.h | 54 void do_rfi_flush_fixups(enum l1d_flush_type types);
|
/arch/powerpc/kernel/ |
D | setup_64.c | 860 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/ |
D | setup.c | 513 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/ |
D | Kbuild | 21 generic-y += types.h
|
/arch/cris/include/uapi/asm/ |
D | Kbuild | 21 generic-y += types.h
|
/arch/m68k/include/uapi/asm/ |
D | Kbuild | 22 generic-y += types.h
|
/arch/tile/include/uapi/asm/ |
D | Kbuild | 22 generic-y += types.h
|
/arch/blackfin/include/uapi/asm/ |
D | Kbuild | 23 generic-y += types.h
|
/arch/hexagon/include/uapi/asm/ |
D | Kbuild | 25 generic-y += types.h
|
/arch/arm/include/asm/ |
D | Kbuild | 24 generated-y += mach-types.h
|
/arch/arc/include/uapi/asm/ |
D | Kbuild | 27 generic-y += types.h
|
/arch/m32r/ |
D | Kconfig.debug | 11 This results in a large slowdown, but helps to find certain types
|
/arch/c6x/include/uapi/asm/ |
D | Kbuild | 29 generic-y += types.h
|
/arch/microblaze/include/uapi/asm/ |
D | Kbuild | 28 generic-y += types.h
|
/arch/h8300/include/uapi/asm/ |
D | Kbuild | 29 generic-y += types.h
|
/arch/nios2/include/uapi/asm/ |
D | Kbuild | 28 generic-y += types.h
|
/arch/metag/include/uapi/asm/ |
D | Kbuild | 29 generic-y += types.h
|
/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 380 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()
|