/arch/metag/oprofile/ |
D | Makefile | 3 oprofile-core-y += buffer_sync.o 4 oprofile-core-y += cpu_buffer.o 5 oprofile-core-y += event_buffer.o 6 oprofile-core-y += oprof.o 7 oprofile-core-y += oprofile_files.o 8 oprofile-core-y += oprofile_stats.o 9 oprofile-core-y += oprofilefs.o 10 oprofile-core-y += timer_int.o 11 oprofile-core-$(CONFIG_HW_PERF_EVENTS) += oprofile_perf.o 15 oprofile-y += $(addprefix ../../../drivers/oprofile/,$(oprofile-core-y))
|
/arch/mips/kernel/ |
D | smp-cps.c | 42 static unsigned core_vpe_count(unsigned core) in core_vpe_count() argument 53 mips_cm_lock_other(core, 0); in core_vpe_count() 77 cpu_data[nvpes + v].core = c; in cps_smp_setup() 148 if (cpu_data[c].core) in cps_prepare_cpus() 188 atomic_set(&mips_cps_core_bootcfg[current_cpu_data.core].vpe_mask, in cps_prepare_cpus() 209 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() argument 215 mips_cm_lock_other(core, 0); in boot_core() 228 access |= 1 << (CM_GCR_ACCESS_ACCESSEN_SHF + core); in boot_core() 233 mips_cpc_lock_other(core); in boot_core() 266 core, stat); in boot_core() [all …]
|
D | mips-cpc.c | 80 void mips_cpc_lock_other(unsigned int core) in mips_cpc_lock_other() argument 89 curr_core = current_cpu_data.core; in mips_cpc_lock_other() 92 write_cpc_cl_other(core << CPC_Cx_OTHER_CORENUM_SHF); in mips_cpc_lock_other() 109 curr_core = current_cpu_data.core; in mips_cpc_unlock_other()
|
D | pm-cps.c | 117 unsigned core = current_cpu_data.core; in cps_pm_enter_state() local 127 entry = per_cpu(nc_asm_enter, core)[state]; in cps_pm_enter_state() 151 core_cfg = &mips_cps_core_bootcfg[core]; in cps_pm_enter_state() 163 core_ready_count = per_cpu(ready_count, core); in cps_pm_enter_state() 171 coupled_barrier(&per_cpu(pm_barrier, core), online); in cps_pm_enter_state() 489 uasm_i_addiu(&p, t0, zero, 1 << cpu_data[cpu].core); in cps_gen_entry_code() 643 unsigned core = cpu_data[cpu].core; in cps_pm_online_cpu() local 647 if (per_cpu(nc_asm_enter, core)[state]) in cps_pm_online_cpu() 655 core, state); in cps_pm_online_cpu() 659 per_cpu(nc_asm_enter, core)[state] = entry_fn; in cps_pm_online_cpu() [all …]
|
/arch/s390/numa/ |
D | mode_emu.c | 93 static int core_pinned_to_node_id(struct toptree *core) in core_pinned_to_node_id() argument 95 return emu_cores->to_node_id[core->id]; in core_pinned_to_node_id() 103 struct toptree *core; in cores_free() local 106 toptree_for_each(core, tree, CORE) { in cores_free() 107 if (core_pinned_to_node_id(core) == NODE_ID_FREE) in cores_free() 116 static struct toptree *core_node(struct toptree *core) in core_node() argument 118 return core->parent->parent->parent->parent; in core_node() 124 static struct toptree *core_drawer(struct toptree *core) in core_drawer() argument 126 return core->parent->parent->parent; in core_drawer() 132 static struct toptree *core_book(struct toptree *core) in core_book() argument [all …]
|
/arch/mips/include/asm/netlogic/xlp-hal/ |
D | sys.h | 121 #define SYS_CPU_PLL_CTRL0(core) (0x1c0 + (core * 4)) argument 122 #define SYS_CPU_PLL_CTRL1(core) (0x1c1 + (core * 4)) argument 123 #define SYS_CPU_PLL_CTRL2(core) (0x1c2 + (core * 4)) argument 124 #define SYS_CPU_PLL_CTRL3(core) (0x1c3 + (core * 4)) argument 155 #define SYS_9XX_CPU_PLL_CTRL0(core) (0xc0 + (core * 4)) argument 156 #define SYS_9XX_CPU_PLL_CTRL1(core) (0xc1 + (core * 4)) argument 157 #define SYS_9XX_CPU_PLL_CTRL2(core) (0xc2 + (core * 4)) argument 158 #define SYS_9XX_CPU_PLL_CTRL3(core) (0xc3 + (core * 4)) argument
|
/arch/mips/netlogic/xlp/ |
D | wakeup.c | 53 static int xlp_wakeup_core(uint64_t sysbase, int node, int core) in xlp_wakeup_core() argument 58 coremask = (1 << core); in xlp_wakeup_core() 114 int core, n, cpu, ncores; in xlp_enable_secondary_cores() local 172 for (core = 0; core < ncores; core++) { in xlp_enable_secondary_cores() 174 if (n == 0 && core == 0) in xlp_enable_secondary_cores() 178 if ((syscoremask & (1 << core)) == 0) in xlp_enable_secondary_cores() 182 cpu = (n * ncores + core) * NLM_THREADS_PER_CORE; in xlp_enable_secondary_cores() 187 if (!xlp_wakeup_core(nodep->sysbase, n, core)) in xlp_enable_secondary_cores() 191 nodep->coremask |= 1u << core; in xlp_enable_secondary_cores() 195 pr_err("Node %d : timeout core %d\n", n, core); in xlp_enable_secondary_cores()
|
D | nlm_hal.c | 228 static unsigned int nlm_xlp2_get_core_frequency(int node, int core) in nlm_xlp2_get_core_frequency() argument 236 SYS_9XX_CPU_PLL_CTRL0(core)); in nlm_xlp2_get_core_frequency() 238 SYS_9XX_CPU_PLL_CTRL1(core)); in nlm_xlp2_get_core_frequency() 242 SYS_CPU_PLL_CTRL0(core)); in nlm_xlp2_get_core_frequency() 244 SYS_CPU_PLL_CTRL1(core)); in nlm_xlp2_get_core_frequency() 274 static unsigned int nlm_xlp_get_core_frequency(int node, int core) in nlm_xlp_get_core_frequency() argument 286 dfs_div = ((dfsval >> (core * 4)) & 0xf) + 1; in nlm_xlp_get_core_frequency() 295 unsigned int nlm_get_core_frequency(int node, int core) in nlm_get_core_frequency() argument 298 return nlm_xlp2_get_core_frequency(node, core); in nlm_get_core_frequency() 300 return nlm_xlp_get_core_frequency(node, core); in nlm_get_core_frequency()
|
/arch/arm/crypto/ |
D | Makefile | 29 aes-arm-bs-y := aesbs-core.o aesbs-glue.o 33 sha256-arm-y := sha256-core.o sha256_glue.o $(sha256-arm-neon-y) 35 sha512-arm-y := sha512-core.o sha512-glue.o $(sha512-arm-neon-y) 36 sha1-arm-ce-y := sha1-ce-core.o sha1-ce-glue.o 37 sha2-arm-ce-y := sha2-ce-core.o sha2-ce-glue.o 38 aes-arm-ce-y := aes-ce-core.o aes-ce-glue.o 39 ghash-arm-ce-y := ghash-ce-core.o ghash-ce-glue.o 40 speck-neon-y := speck-neon-core.o speck-neon-glue.o 45 $(src)/aesbs-core.S_shipped: $(src)/bsaes-armv7.pl 48 $(src)/sha256-core.S_shipped: $(src)/sha256-armv4.pl [all …]
|
D | .gitignore | 1 aesbs-core.S 2 sha256-core.S 3 sha512-core.S
|
/arch/mips/include/asm/octeon/ |
D | cvmx-coremask.h | 49 int core) in cvmx_coremask_is_core_set() argument 53 n = core % CVMX_COREMASK_ELTSZ; in cvmx_coremask_is_core_set() 54 i = core / CVMX_COREMASK_ELTSZ; in cvmx_coremask_is_core_set() 80 static inline void cvmx_coremask_clear_core(struct cvmx_coremask *pcm, int core) in cvmx_coremask_clear_core() argument 84 n = core % CVMX_COREMASK_ELTSZ; in cvmx_coremask_clear_core() 85 i = core / CVMX_COREMASK_ELTSZ; in cvmx_coremask_clear_core()
|
/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 362 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 363 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 367 dev->match_id, dev->match_sub_id, dev_name(&dev->core), in ps3_system_bus_match() 368 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match() 389 dev_name(&dev->core)); in ps3_system_bus_probe() 391 pr_debug(" <- %s:%d: %s\n", __func__, __LINE__, dev_name(&dev->core)); in ps3_system_bus_probe() 410 dev_dbg(&dev->core, "%s:%d %s: no remove method\n", in ps3_system_bus_remove() 411 __func__, __LINE__, drv->core.name); in ps3_system_bus_remove() 413 pr_debug(" <- %s:%d: %s\n", __func__, __LINE__, dev_name(&dev->core)); in ps3_system_bus_remove() 424 dev_dbg(&dev->core, " -> %s:%d: match_id %d\n", __func__, __LINE__, in ps3_system_bus_shutdown() [all …]
|
/arch/arm/mach-integrator/ |
D | Kconfig | 46 bool "Integrator/CM7TDMI core module" 52 bool "Integrator/CM720T core module" 58 bool "Integrator/CM740T core module" 64 bool "Integrator/CM920T core module" 70 bool "Integrator/CM922T-XA10 core module" 76 bool "Integrator/CM926EJ-S core module" 82 bool "Integrator/CM940T core module" 88 bool "Integrator/CM946E-S core module" 94 bool "Integrator/CM966E-S core module" 99 bool "Integrator/CM10200E rev.0 core module" [all …]
|
/arch/avr32/ |
D | Makefile | 33 core-y += $(machdirs) 34 core-$(CONFIG_BOARD_ATSTK1000) += arch/avr32/boards/atstk1000/ 35 core-$(CONFIG_BOARD_ATNGW100_COMMON) += arch/avr32/boards/atngw100/ 36 core-$(CONFIG_BOARD_HAMMERHEAD) += arch/avr32/boards/hammerhead/ 37 core-$(CONFIG_BOARD_FAVR_32) += arch/avr32/boards/favr-32/ 38 core-$(CONFIG_BOARD_MERISC) += arch/avr32/boards/merisc/ 39 core-$(CONFIG_BOARD_MIMC200) += arch/avr32/boards/mimc200/ 40 core-$(CONFIG_LOADER_U_BOOT) += arch/avr32/boot/u-boot/ 41 core-y += arch/avr32/kernel/ 42 core-y += arch/avr32/mm/
|
/arch/arc/plat-eznps/include/plat/ |
D | mtm.h | 25 u32 core, blkid; in nps_mtm_reg_addr() local 28 core = gid.core; in nps_mtm_reg_addr() 29 blkid = (((core & 0x0C) << 2) | (core & 0x03)); in nps_mtm_reg_addr()
|
/arch/arm64/crypto/ |
D | Makefile | 12 sha1-ce-y := sha1-ce-glue.o sha1-ce-core.o 15 sha2-ce-y := sha2-ce-glue.o sha2-ce-core.o 18 ghash-ce-y := ghash-ce-glue.o ghash-ce-core.o 21 aes-ce-cipher-y := aes-ce-cipher-glue.o aes-ce-cipher-core.o 22 CFLAGS_aes-ce-cipher-core.o += -march=armv8-a+crypto -Wa,-march=armv8-a+crypto $(DISABLE_LTO) 25 aes-ce-ccm-y := aes-ce-ccm-glue.o aes-ce-ccm-core.o 34 speck-neon-y := speck-neon-core.o speck-neon-glue.o
|
/arch/c6x/boot/dts/ |
D | tms320c6678.dtsi | 60 compatible = "ti,c64x+core-pic"; 80 ti,core-mask = < 0x01 >; 86 ti,core-mask = < 0x02 >; 92 ti,core-mask = < 0x04 >; 98 ti,core-mask = < 0x08 >; 104 ti,core-mask = < 0x10 >; 110 ti,core-mask = < 0x20 >; 116 ti,core-mask = < 0x40 >; 122 ti,core-mask = < 0x80 >;
|
D | tms320c6472.dtsi | 50 compatible = "ti,c64x+core-pic"; 70 ti,core-mask = < 0x01 >; 76 ti,core-mask = < 0x02 >; 82 ti,core-mask = < 0x04 >; 88 ti,core-mask = < 0x08 >; 94 ti,core-mask = < 0x10 >; 100 ti,core-mask = < 0x20 >;
|
/arch/ia64/ |
D | Makefile | 48 core-y += arch/ia64/kernel/ arch/ia64/mm/ 49 core-$(CONFIG_IA64_DIG) += arch/ia64/dig/ 50 core-$(CONFIG_IA64_DIG_VTD) += arch/ia64/dig/ 51 core-$(CONFIG_IA64_GENERIC) += arch/ia64/dig/ 52 core-$(CONFIG_IA64_HP_ZX1) += arch/ia64/dig/ 53 core-$(CONFIG_IA64_HP_ZX1_SWIOTLB) += arch/ia64/dig/ 54 core-$(CONFIG_IA64_SGI_SN2) += arch/ia64/sn/ 55 core-$(CONFIG_IA64_SGI_UV) += arch/ia64/uv/
|
/arch/cris/include/arch-v32/arch/hwregs/ |
D | Makefile | 56 REGDESC += $(BASEDIR)/core/cpu/intr_vect/rtl/guinness/ivmask.config.r 57 REGDESC += $(BASEDIR)/core/memarb/rtl/guinness/marb_top.r 58 REGDESC += $(BASEDIR)/core/cpu/mmu/doc/mmu_regs.r 62 REGDESC += $(BASEDIR)/core/strcop/rtl/strcop_regs.r 101 dma_defs.h: $(BASEDIR)/core/dma/rtl/common/dma_regdes.r 103 $(BASEDIR)/core/dma/sw/dma.h: 104 dma.h: $(BASEDIR)/core/dma/sw/dma.h 112 intr_vect_defs.h: $(BASEDIR)/core/cpu/intr_vect/rtl/guinness/ivmask.config.r 114 intr_vect_defs_asm.h: $(BASEDIR)/core/cpu/intr_vect/rtl/guinness/ivmask.config.r 121 mmu_defs_asm.h: $(BASEDIR)/core/cpu/mmu/doc/mmu_regs.r [all …]
|
/arch/arm/kernel/ |
D | module-plts.c | 41 struct mod_plt_sec *pltsec = !in_init(mod, loc) ? &mod->arch.core : in get_module_plt() 205 mod->arch.core.plt = s; in module_frob_arch_sections() 212 if (!mod->arch.core.plt || !mod->arch.init.plt) { in module_frob_arch_sections() 244 mod->arch.core.plt->sh_type = SHT_NOBITS; in module_frob_arch_sections() 245 mod->arch.core.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections() 246 mod->arch.core.plt->sh_addralign = L1_CACHE_BYTES; in module_frob_arch_sections() 247 mod->arch.core.plt->sh_size = round_up(core_plts * PLT_ENT_SIZE, in module_frob_arch_sections() 249 mod->arch.core.plt_count = 0; in module_frob_arch_sections() 259 mod->arch.core.plt->sh_size, mod->arch.init.plt->sh_size); in module_frob_arch_sections()
|
/arch/arm64/ |
D | Makefile | 117 core-y += arch/arm64/kernel/ arch/arm64/mm/ 118 core-$(CONFIG_NET) += arch/arm64/net/ 119 core-$(CONFIG_KVM) += arch/arm64/kvm/ 120 core-$(CONFIG_XEN) += arch/arm64/xen/ 121 core-$(CONFIG_CRYPTO) += arch/arm64/crypto/ 123 core-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
|
/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 95 int core; in grab_next_hostcore() local 98 for (core = start + 1; core < max; core++) { in grab_next_hostcore() 99 old = new = READ_ONCE(rm_core[core].rm_state); in grab_next_hostcore() 107 success = cmpxchg64(&rm_core[core].rm_state.raw, in grab_next_hostcore() 117 return core; in grab_next_hostcore() 126 int core; in find_available_hostcore() local 130 core = grab_next_hostcore(my_core, rm_core, cpu_nr_cores(), action); in find_available_hostcore() 131 if (core == -1) in find_available_hostcore() 132 core = grab_next_hostcore(core, rm_core, my_core, action); in find_available_hostcore() 134 return core; in find_available_hostcore() [all …]
|
/arch/arc/ |
D | Makefile | 105 core-y += arch/arc/ 108 core-y += arch/arc/boot/dts/ 110 core-$(CONFIG_ARC_PLAT_SIM) += arch/arc/plat-sim/ 111 core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/ 112 core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/ 113 core-$(CONFIG_ARC_PLAT_EZNPS) += arch/arc/plat-eznps/
|
/arch/powerpc/include/asm/ |
D | cputhreads.h | 73 int cpu_first_thread_of_core(int core); 76 static inline int cpu_first_thread_of_core(int core) { return core; } in cpu_first_thread_of_core() argument
|