Home
last modified time | relevance | path

Searched refs:arch (Results 151 – 175 of 2252) sorted by relevance

12345678910>>...91

/openbmc/linux/arch/sparc/
H A DMakefile59 libs-y += arch/sparc/prom/
60 libs-y += arch/sparc/lib/
62 drivers-$(CONFIG_PM) += arch/sparc/power/
63 drivers-$(CONFIG_FB_CORE) += arch/sparc/video/
65 boot := arch/sparc/boot
77 $(Q)$(MAKE) $(build)=arch/sparc/kernel/syscalls all
79 vdso-install-$(CONFIG_SPARC64) += arch/sparc/vdso/vdso64.so.dbg
80 vdso-install-$(CONFIG_COMPAT) += arch/sparc/vdso/vdso32.so.dbg
/openbmc/openbmc/poky/scripts/
H A Dopkg-query-helper.py45 arch = line.split(": ")[1] variable
46 print("%s %s" % (pkg,arch))
51 arch = line.split(": ")[1] variable
52 print("%s %s_%s_%s.ipk %s" % (pkg,pkg,ver,arch,arch))
57 arch = line.split(": ")[1] variable
58 print("%s %s %s" % (pkg,arch,ver))
/openbmc/u-boot/arch/sandbox/
H A DMakefile3 head-y := arch/sandbox/cpu/start.o arch/sandbox/cpu/os.o
4 head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o
5 libs-y += arch/sandbox/cpu/
6 libs-y += arch/sandbox/lib/
/openbmc/u-boot/arch/powerpc/
H A DMakefile3 head-y := arch/powerpc/cpu/$(CPU)/start.o
4 head-$(CONFIG_MPC85xx) += arch/powerpc/cpu/mpc85xx/resetvec.o
6 libs-y += arch/powerpc/cpu/$(CPU)/
7 libs-y += arch/powerpc/cpu/
8 libs-y += arch/powerpc/lib/
/openbmc/linux/arch/arm/
H A DMakefile63 arch-$(CONFIG_CPU_32v7M) :=-march=armv7-m
64 arch-$(CONFIG_CPU_32v7) :=-march=armv7-a
65 arch-$(CONFIG_CPU_32v6) :=-march=armv6
69 arch-$(CONFIG_CPU_32v6K) :=-march=armv6k
71 arch-$(CONFIG_CPU_32v5) :=-march=armv5te
72 arch-$(CONFIG_CPU_32v4T) :=-march=armv4t
73 arch-$(CONFIG_CPU_32v4) :=-march=armv4
74 arch-$(CONFIG_CPU_32v3) :=-march=armv3m
249 libs-y := arch/arm/lib/ $(libs-y)
252 boot := arch/arm/boot
[all …]
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c263 mutex_lock(&kvm->arch.uvmem_lock); in kvmppc_uvmem_slot_init()
277 mutex_lock(&kvm->arch.uvmem_lock); in kvmppc_uvmem_slot_free()
482 if (!kvm->arch.svm_enabled) in kvmppc_h_svm_init_start()
594 mutex_lock(&kvm->arch.uvmem_lock); in kvmppc_svm_page_out()
681 kvm->arch.secure_guest = 0; in kvmppc_h_svm_init_abort()
682 uv_svm_terminate(kvm->arch.lpid); in kvmppc_h_svm_init_abort()
803 mutex_lock(&kvm->arch.uvmem_lock); in kvmppc_uv_migrate_mem_slot()
890 mutex_lock(&kvm->arch.uvmem_lock); in kvmppc_share_page()
908 mutex_lock(&kvm->arch.uvmem_lock); in kvmppc_share_page()
966 mutex_lock(&kvm->arch.uvmem_lock); in kvmppc_h_svm_page_in()
[all …]
H A Dbook3s_xive.c351 xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipoll()
633 xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipi()
703 vcpu->arch.xive_pushed = 1; in kvmppc_xive_push_vcpu()
713 vcpu->arch.irq_pending = 0; in kvmppc_xive_push_vcpu()
779 vcpu->arch.xive_pushed = 0; in kvmppc_xive_pull_vcpu()
844 vcpu->arch.irq_pending = 1; in xive_esc_irq()
846 if (vcpu->arch.ceded || vcpu->arch.nested) in xive_esc_irq()
1017 xc = vcpu->arch.xive_vcpu; in xive_inc_q_pending()
2684 kvm->arch.xive = NULL; in kvmppc_xive_release()
2744 if (kvm->arch.xive) in kvmppc_xive_create()
[all …]
/openbmc/linux/lib/crypto/
H A DKconfig26 Declares whether the architecture provides an arch-specific
33 This symbol can be depended upon by arch implementations of the
35 fallback, e.g., for SIMD implementations. If no arch specific
42 Declares whether the architecture provides an arch-specific
50 This symbol can be depended upon by arch implementations of the
52 fallback, e.g., for SIMD implementations. If no arch specific
68 Declares whether the architecture provides an arch-specific
75 This symbol can be depended upon by arch implementations of the
77 fallback, e.g., for SIMD implementations. If no arch specific
104 Declares whether the architecture provides an arch-specific
[all …]
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-v3.c37 struct vgic_cpu *vgic_cpu = &vcpu->arch.vgic_cpu; in vgic_v3_fold_lr_state()
39 u32 model = vcpu->kvm->arch.vgic.vgic_model; in vgic_v3_fold_lr_state()
109 u32 model = vcpu->kvm->arch.vgic.vgic_model; in vgic_v3_populate_lr()
191 vcpu->arch.vgic_cpu.vgic_v3.vgic_lr[lr] = 0; in vgic_v3_clear_lr()
197 u32 model = vcpu->kvm->arch.vgic.vgic_model; in vgic_v3_set_vmcr()
356 struct vgic_dist *dist = &kvm->arch.vgic; in unmap_all_vpes()
365 struct vgic_dist *dist = &kvm->arch.vgic; in map_all_vpes()
379 struct vgic_dist *dist = &kvm->arch.vgic; in vgic_v3_save_pending_tables()
462 struct vgic_dist *d = &kvm->arch.vgic; in vgic_v3_rdist_overlap()
479 struct vgic_dist *d = &kvm->arch.vgic; in vgic_v3_check_base()
[all …]
H A Dvgic-v4.c99 vcpu->arch.vgic_cpu.vgic_v3.its_vpe.pending_last = true; in vgic_v4_doorbell_handler()
117 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_enable_vsgis()
189 struct vgic_dist *dist = &kvm->arch.vgic; in vgic_v4_configure_vsgis()
193 lockdep_assert_held(&kvm->arch.config_lock); in vgic_v4_configure_vsgis()
241 struct vgic_dist *dist = &kvm->arch.vgic; in vgic_v4_init()
246 lockdep_assert_held(&kvm->arch.config_lock); in vgic_v4_init()
317 struct its_vm *its_vm = &kvm->arch.vgic.its_vm; in vgic_v4_teardown()
320 lockdep_assert_held(&kvm->arch.config_lock); in vgic_v4_teardown()
341 struct its_vpe *vpe = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_put()
446 .vm = &kvm->arch.vgic.its_vm, in kvm_vgic_v4_set_forwarding()
[all …]
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c63 if (now >= gd->arch.lastinc) /* normal (non rollover) */ in get_timer_masked()
64 gd->arch.tbl += (now - gd->arch.lastinc); in get_timer_masked()
67 gd->arch.tbl += (TICKS_TO_HZ(TIMER_LOAD_VAL) in get_timer_masked()
68 - gd->arch.lastinc) + now; in get_timer_masked()
70 gd->arch.lastinc = now; in get_timer_masked()
72 return gd->arch.tbl; in get_timer_masked()
/openbmc/linux/drivers/pinctrl/renesas/
H A DMakefile55 CFLAGS_pfc-sh7203.o += -I$(srctree)/arch/sh/include/cpu-sh2a
56 CFLAGS_pfc-sh7264.o += -I$(srctree)/arch/sh/include/cpu-sh2a
58 CFLAGS_pfc-sh7720.o += -I$(srctree)/arch/sh/include/cpu-sh3
59 CFLAGS_pfc-sh7722.o += -I$(srctree)/arch/sh/include/cpu-sh4
60 CFLAGS_pfc-sh7723.o += -I$(srctree)/arch/sh/include/cpu-sh4
61 CFLAGS_pfc-sh7724.o += -I$(srctree)/arch/sh/include/cpu-sh4
62 CFLAGS_pfc-sh7734.o += -I$(srctree)/arch/sh/include/cpu-sh4
63 CFLAGS_pfc-sh7757.o += -I$(srctree)/arch/sh/include/cpu-sh4
64 CFLAGS_pfc-sh7785.o += -I$(srctree)/arch/sh/include/cpu-sh4
65 CFLAGS_pfc-sh7786.o += -I$(srctree)/arch/sh/include/cpu-sh4
[all …]
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-arch.rst3 :Original: Documentation/scheduler/sched-arch.rst
22 默认情况下,switch_to arch函数在调用时锁定了运行队列。这通常不是一个问题,除非
24 arch/ia64/include/asm/switch_to.h的例子。
63 arch/x86/kernel/process.c有轮询和睡眠空闲函数的例子。
66 可能出现的arch/问题
69 我发现的可能的arch问题(并试图解决或没有解决)。:
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c218 gd->arch.reset_status = __raw_readl(&im->reset.rsr); in cpu_init_f()
426 int etype = (gd->arch.arbiter_event_attributes & AEATR_EVENT) in print_83xx_arb_event()
430 int tbst = (gd->arch.arbiter_event_attributes & AEATR_TBST) in print_83xx_arb_event()
437 if (!force && !gd->arch.arbiter_event_address) in print_83xx_arb_event()
442 gd->arch.arbiter_event_address); in print_83xx_arb_event()
449 return gd->arch.arbiter_event_address; in print_83xx_arb_event()
456 if (!force && !gd->arch.arbiter_event_address) in print_83xx_arb_event()
460 gd->arch.arbiter_event_attributes, in print_83xx_arb_event()
461 gd->arch.arbiter_event_address); in print_83xx_arb_event()
463 return gd->arch.arbiter_event_address; in print_83xx_arb_event()
[all …]
/openbmc/linux/arch/arm64/kvm/
H A Darm.c85 &kvm->arch.flags); in kvm_vm_ioctl_enable_cap()
140 mutex_init(&kvm->arch.config_lock); in kvm_arch_init_vm()
145 mutex_lock(&kvm->arch.config_lock); in kvm_arch_init_vm()
146 mutex_unlock(&kvm->arch.config_lock); in kvm_arch_init_vm()
200 bitmap_free(kvm->arch.pmu_filter); in kvm_arch_destroy_vm()
378 vcpu->arch.fp_state = FP_STATE_FREE; in kvm_arch_vcpu_create()
389 vcpu->arch.hw_mmu = &vcpu->kvm->arch.mmu; in kvm_arch_vcpu_create()
429 mmu = vcpu->arch.hw_mmu; in kvm_arch_vcpu_load()
646 mutex_lock(&kvm->arch.config_lock); in kvm_arch_vcpu_run_pid_change()
664 vcpu->arch.pause = true; in kvm_arm_halt_guest()
[all …]
/openbmc/u-boot/drivers/qe/
H A Dfdt.c62 "bus-frequency", gd->arch.qe_clk, 1); in ft_qe_setup()
64 "brg-frequency", gd->arch.brg_clk, 1); in ft_qe_setup()
66 "clock-frequency", gd->arch.qe_clk, 1); in ft_qe_setup()
68 "bus-frequency", gd->arch.qe_clk, 1); in ft_qe_setup()
70 "brg-frequency", gd->arch.brg_clk, 1); in ft_qe_setup()
72 "clock-frequency", gd->arch.qe_clk / 2, 1); in ft_qe_setup()
/openbmc/u-boot/test/stdint/
H A Dtest-includes.sh19 local arch=$2
36 ln -s $(pwd)/arch/${arch}/include/asm/arch-${soc} \
37 ${out}/include/asm/arch
41 -Iarch/${arch}/include \
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dspeed.c108 gd->arch.vco_clk = vco; in setup_5441x_clocks()
115 gd->arch.flb_clk = vco / temp; /* FlexBus clock */ in setup_5441x_clocks()
116 gd->arch.flb_clk >>= 1; in setup_5441x_clocks()
118 gd->arch.flb_clk >>= 1; in setup_5441x_clocks()
124 gd->arch.sdhc_clk = vco / temp; in setup_5441x_clocks()
221 gd->arch.vco_clk = vco; /* Vco clock */ in setup_5445x_clocks()
232 gd->arch.vco_clk = vco; /* Vco clock */ in setup_5445x_clocks()
236 gd->arch.vco_clk = vco; /* Vco clock */ in setup_5445x_clocks()
251 gd->arch.flb_clk = vco / temp; /* FlexBus clock */ in setup_5445x_clocks()
262 gd->arch.i2c1_clk = gd->bus_clk; in setup_5445x_clocks()
[all …]
/openbmc/linux/arch/mips/ralink/
H A DPlatform4 cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
10 cflags-$(CONFIG_SOC_RT288X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt288x
16 cflags-$(CONFIG_SOC_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
22 cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt3883
28 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620
33 cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621
/openbmc/u-boot/arch/riscv/lib/
H A Dsifive_clint.c30 if (!gd->arch.clint) { \
34 gd->arch.clint = ret; \
42 *time = readq((void __iomem *)MTIME_REG(gd->arch.clint)); in riscv_get_time()
51 writeq(cmp, (void __iomem *)MTIMECMP_REG(gd->arch.clint, hart)); in riscv_set_timecmp()
60 writel(1, (void __iomem *)MSIP_REG(gd->arch.clint, hart)); in riscv_send_ipi()
69 writel(0, (void __iomem *)MSIP_REG(gd->arch.clint, hart)); in riscv_clear_ipi()
/openbmc/linux/tools/perf/util/
H A Dunwind-libunwind.c22 const char *arch; in unwind__prepare_access() local
41 if (!machine->env || !machine->env->arch) in unwind__prepare_access()
48 arch = perf_env__arch(machine->env); in unwind__prepare_access()
50 if (!strcmp(arch, "x86")) { in unwind__prepare_access()
53 } else if (!strcmp(arch, "arm64") || !strcmp(arch, "arm")) { in unwind__prepare_access()
59 pr_warning_once("unwind: target platform=%s is not supported\n", arch); in unwind__prepare_access()
/openbmc/u-boot/arch/mips/mach-ath79/
H A Dcpu.c96 gd->arch.id = id; in mach_cpu_init()
97 gd->arch.soc = soc; in mach_cpu_init()
98 gd->arch.rev = rev; in mach_cpu_init()
99 gd->arch.ver = ver; in mach_cpu_init()
111 if (desc[i].soc == gd->arch.soc) { in print_cpuinfo()
118 id = gd->arch.id; in print_cpuinfo()
119 rev = gd->arch.rev; in print_cpuinfo()
120 ver = gd->arch.ver; in print_cpuinfo()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/
H A Dtimer.c68 if (now >= gd->arch.tbl) { in get_timer_masked()
70 gd->arch.tbu += now - gd->arch.tbl; in get_timer_masked()
73 gd->arch.tbu += now + TIMER_LOAD_VAL - gd->arch.tbl; in get_timer_masked()
75 gd->arch.tbl = now; in get_timer_masked()
77 return gd->arch.tbu; in get_timer_masked()
122 gd->arch.tbl = read_timer(); in timer_init()
123 gd->arch.tbu = 0; in timer_init()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/
H A D0001-arch-Define-NO_NEED_ALIGN-on-ppc64.patch4 Subject: [PATCH] arch: Define NO_NEED_ALIGN on ppc64
9 common/arch.h | 2 +-
12 diff --git a/common/arch.h b/common/arch.h
14 --- a/common/arch.h
15 +++ b/common/arch.h
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D140-mips_disable_devicetree_support.patch21 kexec/arch/mips/include/arch/options.h | 4 +-
23 kexec/arch/mips/kexec-mips.c | 4 ++
24 kexec/arch/mips/kexec-mips.h | 1 +
27 --- a/kexec/arch/mips/include/arch/options.h
28 +++ b/kexec/arch/mips/include/arch/options.h
47 --- a/kexec/arch/mips/kexec-elf-mips.c
48 +++ b/kexec/arch/mips/kexec-elf-mips.c
129 --- a/kexec/arch/mips/kexec-mips.c
130 +++ b/kexec/arch/mips/kexec-mips.c
149 --- a/kexec/arch/mips/kexec-mips.h
[all …]

12345678910>>...91