Home
last modified time | relevance | path

Searched refs:xtensa (Results 1 – 25 of 155) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/
H A Dxtensa.c30 struct nvkm_xtensa *xtensa = nvkm_xtensa(oclass->engine); in nvkm_xtensa_oclass_get() local
33 while (xtensa->func->sclass[c].oclass) { in nvkm_xtensa_oclass_get()
35 oclass->base = xtensa->func->sclass[index]; in nvkm_xtensa_oclass_get()
59 struct nvkm_xtensa *xtensa = nvkm_xtensa(engine); in nvkm_xtensa_intr() local
60 struct nvkm_subdev *subdev = &xtensa->engine.subdev; in nvkm_xtensa_intr()
62 const u32 base = xtensa->addr; in nvkm_xtensa_intr()
74 nvkm_mask(device, xtensa->addr + 0xd94, 0, xtensa->func->fifo_val); in nvkm_xtensa_intr()
81 struct nvkm_xtensa *xtensa = nvkm_xtensa(engine); in nvkm_xtensa_fini() local
82 struct nvkm_device *device = xtensa->engine.subdev.device; in nvkm_xtensa_fini()
83 const u32 base = xtensa->addr; in nvkm_xtensa_fini()
[all …]
/OK3568_Linux_fs/buildroot/package/gdb/11.2/
H A D0009-gdb-Fix-native-build-on-xtensa.patch4 Subject: [PATCH] gdb: Fix native build on xtensa
14 ../../gdb/xtensa-linux-nat.c: In function ‘void fill_gregset(const regcache*, elf_greg_t (*)[128], …
15 ../../gdb/xtensa-linux-nat.c:66:17: error: ‘gdbarch_pc_regnum’ was not declared in this scope
19 ../../gdb/xtensa-linux-nat.c:68:17: error: ‘gdbarch_ps_regnum’ was not declared in this scope
22 ../../gdb/xtensa-linux-nat.c:71:38: error: no matching function for call to ‘gdbarch_tdep::gdbarch_…
25 In file included from ../../gdb/xtensa-linux-nat.c:38:
26 ../../gdb/xtensa-tdep.h:160:8: note: candidate: ‘gdbarch_tdep::gdbarch_tdep()’
29 ../../gdb/xtensa-tdep.h:160:8: note: candidate expects 0 arguments, 1 provided
30 ../../gdb/xtensa-tdep.h:160:8: note: candidate: ‘constexpr gdbarch_tdep::gdbarch_tdep(const gdbarch…
31 ../../gdb/xtensa-tdep.h:160:8: note: no known conversion for argument 1 from ‘gdbarch*’ to ‘const…
[all …]
/OK3568_Linux_fs/buildroot/package/gdb/12.1/
H A D0009-gdb-Fix-native-build-on-xtensa.patch4 Subject: [PATCH] gdb: Fix native build on xtensa
14 ../../gdb/xtensa-linux-nat.c: In function ‘void fill_gregset(const regcache*, elf_greg_t (*)[128], …
15 ../../gdb/xtensa-linux-nat.c:66:17: error: ‘gdbarch_pc_regnum’ was not declared in this scope
19 ../../gdb/xtensa-linux-nat.c:68:17: error: ‘gdbarch_ps_regnum’ was not declared in this scope
22 ../../gdb/xtensa-linux-nat.c:71:38: error: no matching function for call to ‘gdbarch_tdep::gdbarch_…
25 In file included from ../../gdb/xtensa-linux-nat.c:38:
26 ../../gdb/xtensa-tdep.h:160:8: note: candidate: ‘gdbarch_tdep::gdbarch_tdep()’
29 ../../gdb/xtensa-tdep.h:160:8: note: candidate expects 0 arguments, 1 provided
30 ../../gdb/xtensa-tdep.h:160:8: note: candidate: ‘constexpr gdbarch_tdep::gdbarch_tdep(const gdbarch…
31 ../../gdb/xtensa-tdep.h:160:8: note: no known conversion for argument 1 from ‘gdbarch*’ to ‘const…
[all …]
/OK3568_Linux_fs/buildroot/package/gdb/10.2/
H A D0009-gdb-Fix-native-build-on-xtensa.patch4 Subject: [PATCH] gdb: Fix native build on xtensa
14 ../../gdb/xtensa-linux-nat.c: In function ‘void fill_gregset(const regcache*, elf_greg_t (*)[128], …
15 ../../gdb/xtensa-linux-nat.c:66:17: error: ‘gdbarch_pc_regnum’ was not declared in this scope
19 ../../gdb/xtensa-linux-nat.c:68:17: error: ‘gdbarch_ps_regnum’ was not declared in this scope
22 ../../gdb/xtensa-linux-nat.c:71:38: error: no matching function for call to ‘gdbarch_tdep::gdbarch_…
25 In file included from ../../gdb/xtensa-linux-nat.c:38:
26 ../../gdb/xtensa-tdep.h:160:8: note: candidate: ‘gdbarch_tdep::gdbarch_tdep()’
29 ../../gdb/xtensa-tdep.h:160:8: note: candidate expects 0 arguments, 1 provided
30 ../../gdb/xtensa-tdep.h:160:8: note: candidate: ‘constexpr gdbarch_tdep::gdbarch_tdep(const gdbarch…
31 ../../gdb/xtensa-tdep.h:160:8: note: no known conversion for argument 1 from ‘gdbarch*’ to ‘const…
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/
H A DMakefile27 ifneq ($(COMPILE_ARCH), xtensa)
64 vardirs := $(patsubst %,arch/xtensa/variants/%/,$(variant-y))
65 plfdirs := $(patsubst %,arch/xtensa/platforms/%/,$(platform-y))
73 buildvar := $(shell test -e $(srctree)/arch/xtensa/variants/$(VARIANT)/Makefile && echo arch/xtensa
74 buildplf := $(shell test -e $(srctree)/arch/xtensa/platforms/$(PLATFORM)/Makefile && echo arch/xten…
80 head-y := arch/xtensa/kernel/head.o
81 core-y += arch/xtensa/kernel/ arch/xtensa/mm/
83 core-y += arch/xtensa/boot/dts/
85 libs-y += arch/xtensa/lib/ $(LIBGCC)
86 drivers-$(CONFIG_OPROFILE) += arch/xtensa/oprofile/
[all …]
/OK3568_Linux_fs/buildroot/package/gcc/8.4.0/
H A D0001-xtensa-fix-PR-target-91880.patch4 Subject: [PATCH] xtensa: fix PR target/91880
13 * config/xtensa/xtensa.c (hwloop_optimize): Insert zero overhead
23 gcc/config/xtensa/xtensa.c | 5 +++--
26 diff --git a/gcc/config/xtensa/xtensa.c b/gcc/config/xtensa/xtensa.c
28 --- a/gcc/config/xtensa/xtensa.c
29 +++ b/gcc/config/xtensa/xtensa.c
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/
H A DMakefile8 OBJCOPY_ARGS := -O elf32-xtensa-be
10 OBJCOPY_ARGS := -O elf32-xtensa-le
19 LIBS := arch/xtensa/boot/lib/lib.a arch/xtensa/lib/lib.a
30 $(Q)$(LD) $(LD_ARGS) -o $@ $^ -L/xtensa-elf/lib $(LIBGCC)
/OK3568_Linux_fs/buildroot/package/python-ujson/
H A D0004-Pseiderer-add-nios2-and-xtensa-001.patch4 Subject: [PATCH] Pseiderer/add nios2 and xtensa 001 (#119)
33 * double-conversion: enable for xtensa
62 Tested for xtensa (using qemu_xtensa_lx60_defconfig plus BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE):
64 $ ./host/bin/xtensa-buildroot-linux-uclibc-gcc -c div.c
65 $ ./host/bin/xtensa-buildroot-linux-uclibc-gcc -c main.c
66 $ ./host/bin/xtensa-buildroot-linux-uclibc-gcc -o main main.o div.o
68 $ ./host/bin/qemu-xtensa -L staging main
/OK3568_Linux_fs/u-boot/arch/xtensa/
H A DMakefile5 head-y := arch/xtensa/cpu/start.o
7 libs-y += arch/xtensa/cpu/
8 libs-y += arch/xtensa/lib/
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dcdns,xtensa-mx.txt4 - compatible: Should be "cdns,xtensa-mx".
7 (see cdns,xtensa-pic.txt).
11 compatible = "cdns,xtensa-mx";
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0009-auto-os-linux-fix-build-with-libxcrypt.patch10 …t/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -L/home/giuliobenetti/autobu…
12 …i/autobuild/run/instance-3/output-1/host/lib/gcc/xtensa-buildroot-linux-uclibc/9.3.0/../../../../x…
/OK3568_Linux_fs/buildroot/package/elf2flt/
H A D0002-elf2flt.c-add-new-relocation-types-for-xtensa.patch4 Subject: [PATCH] elf2flt.c: add new relocation types for xtensa
10 This fixes the following error when invoking elf2flt on xtensa binaries
110 + xtensa*)
114 + #include \"elf/xtensa.h\"
145 + xtensa*)
151 + #include "elf/xtensa.h"])
/OK3568_Linux_fs/buildroot/package/sox/
H A D0005-configure.ac-fix-static-linking-with-sndfile.patch10 configure:14745: /tmp/instance-1/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc -o conftest -D…
17 …1/host/lib/gcc/xtensa-buildroot-linux-uclibc/10.3.0/../../../../xtensa-buildroot-linux-uclibc/bin/…
/OK3568_Linux_fs/kernel/arch/xtensa/boot/dts/
H A Dcsp.dts5 compatible = "cdns,xtensa-xtfpga";
23 compatible = "cdns,xtensa-cpu";
29 compatible = "cdns,xtensa-pic";
H A Dvirt.dts5 compatible = "cdns,xtensa-iss";
23 compatible = "cdns,xtensa-cpu";
38 compatible = "cdns,xtensa-pic";
H A Dlx200mx.dts7 compatible = "cdns,xtensa-lx200";
13 compatible = "cdns,xtensa-mx";
H A Dxtfpga.dtsi3 compatible = "cdns,xtensa-xtfpga";
21 compatible = "cdns,xtensa-cpu";
28 compatible = "cdns,xtensa-pic";
/OK3568_Linux_fs/buildroot/arch/
H A Darch.mk.xtensa23 # arch-xtensa-overlay-extract -- extract an extensa overlay
30 # $(call arch-xtensa-overlay-extract,/path/to/overlay.tar,$(@D),gcc)
32 define arch-xtensa-overlay-extract
/OK3568_Linux_fs/buildroot/package/libmodsecurity/
H A D0002-modsecurity.pc.in-add-lstdc.patch9 …/xtensa-buildroot-linux-uclibc/10.3.0/../../../../xtensa-buildroot-linux-uclibc/bin/ld: /home/buil…
/OK3568_Linux_fs/kernel/sound/soc/sof/xtensa/
H A DMakefile3 snd-sof-xtensa-dsp-objs := core.o
5 obj-$(CONFIG_SND_SOC_SOF_XTENSA) += snd-sof-xtensa-dsp.o
/OK3568_Linux_fs/buildroot/package/shairport-sync/
H A D0001-configure.ac-find-sndfile-through-pkg-config.patch9 …st/lib/gcc/xtensa-buildroot-linux-uclibc/10.3.0/../../../../xtensa-buildroot-linux-uclibc/bin/ld: …
/OK3568_Linux_fs/buildroot/board/qemu/xtensa-lx60/
H A Dreadme.txt3 …qemu-system-xtensa -M lx60 -cpu dc233c -monitor null -nographic -kernel output/images/Image.elf # …
5 …qemu-system-xtensa -M lx60 -cpu dc233c -monitor null -nographic -kernel output/images/Image.elf # …
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-elf/
H A DMakefile8 OBJCOPY_ARGS := -O elf32-xtensa-be
10 OBJCOPY_ARGS := -O elf32-xtensa-le
/OK3568_Linux_fs/buildroot/configs/
H A Dqemu_xtensa_lx60_defconfig4 BR2_XTENSA_OVERLAY_FILE="https://github.com/jcmvbkbc/xtensa-toolchain-build/raw/95291b7c39e6f790d0b…
26 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/xtensa-lx60/linux.config"
/OK3568_Linux_fs/u-boot/arch/xtensa/dts/
H A Dxtfpga.dtsi2 compatible = "cdns,xtensa-xtfpga";
20 compatible = "cdns,xtensa-cpu";
29 compatible = "cdns,xtensa-pic";

1234567