Home
last modified time | relevance | path

Searched full:microblaze (Results 1 – 25 of 122) sorted by relevance

12345

/linux-6.12.1/arch/microblaze/
DKconfig2 config MICROBLAZE config
55 microblaze architectures can be configured for either little or
87 source "arch/microblaze/Kconfig.platform"
144 The address space of Microblaze processors is only 4 Gigabytes large
170 hex "Microblaze reset vector address setup"
174 If zero, no change will be made to the MicroBlaze reset vector at
210 bool "Support for Microblaze Manager"
213 This option enables API for configuring the MicroBlaze manager
DMakefile21 # 2. MicroBlaze v3.x always uses them, except in Spartan 2
51 libs-y += arch/microblaze/lib/
53 boot := arch/microblaze/boot
63 $(Q)$(MAKE) $(build)=arch/microblaze/kernel/syscalls all
89 echo ' name of a dts file from the arch/microblaze/boot/dts/ directory'
DKconfig.platform5 # Platform selection Kconfig menu for MicroBlaze targets
19 on MicroBlaze systems without a barrel shifter.
/linux-6.12.1/arch/microblaze/include/uapi/asm/
Delf.h18 * Note there is no "official" ELF designation for Microblaze.
19 * I've snaffled the value from the microblaze binutils source code
20 * /binutils/microblaze/include/elf/microblaze.h
/linux-6.12.1/Documentation/dev-tools/kunit/
Drun_wrapper.rst193 - ``$HOME/toolchains/microblaze/gcc-9.2.0-nolibc/microblaze-linux/bin/microblaze-linux``
194 if we have downloaded the microblaze toolchain from the 0-day
294 - ``$HOME/toolchains/microblaze/gcc-9.2.0-nolibc/microblaze-linux/bin/microblaze-linux``
295 if we have downloaded the microblaze toolchain from the 0-day
/linux-6.12.1/arch/microblaze/include/asm/
Dpage.h37 * CONFIG_KERNEL_START is defined in arch/microblaze/config.in and used
38 * in arch/microblaze/Makefile.
78 * | asm-microblaze/page.h
110 /* Handle MicroBlaze processor with virtual memory. */
Dcacheflush.h22 * Microblaze has a write-through data cache, meaning that the data cache
48 /* microblaze cache */
Dunwind.h3 * Backtrace support for Microblaze
Dmodule.h11 /* Microblaze Relocations */
Dcache.h16 /* word-granular cache in microblaze */
Dcurrent.h14 * but check asm/microblaze/kernel/entry.S to be sure.
/linux-6.12.1/arch/microblaze/kernel/
Dunwind.c2 * Backtrace support for Microblaze
33 * On Microblaze, finding the previous stack frame is a little tricky.
34 * At this writing (3/2010), Microblaze does not support CONFIG_FRAME_POINTERS,
40 * Microblaze stores the stack pointer in r1, and creates a frame via
59 * @instr : Microblaze instruction
267 * microblaze_unwind - Stack unwinder for Microblaze (external entry point)
Dvmlinux.lds.S11 OUTPUT_ARCH(microblaze)
76 /* Under the microblaze ABI, .sdata and .sbss must be contiguous */
Dstacktrace.c2 * Stack trace support for Microblaze.
Dentry.S15 * Heavily modified by John Williams for Microblaze
51 * This is mucky, but necessary using microblaze version that
405 /* Note Microblaze barrel shift is optional, so don't rely on it */
553 * The assembler routine is in "arch/microblaze/kernel/hw_exception_handler.S"
590 * The C function called is in "arch/microblaze/mm/fault.c", declared as:
864 * injecting fault in one of the TMR Microblaze core.
935 * To make sure microblaze i-cache is in a proper state
1256 brai TOPHYS(_xmb_manager_break); /* microblaze manager break handler */
/linux-6.12.1/arch/microblaze/kernel/cpu/
Dcpuinfo-pvr-full.c2 * Support for MicroBlaze PVR (processor version register)
26 pr_err("ERROR: Microblaze " x "-different for PVR and DTS\n");
/linux-6.12.1/arch/microblaze/boot/dts/
Dlinked_dtb.S2 .incbin "arch/microblaze/boot/dts/system.dtb"
/linux-6.12.1/tools/arch/microblaze/include/uapi/asm/
Dmman.h5 /* MAP_32BIT is undefined on microblaze, fix it for perf */
/linux-6.12.1/arch/microblaze/lib/
Dmemcpy.c6 * Reasonably optimised generic C-code for memcpy on Microblaze
44 * bad performance on MicroBlaze systems without a barrel shifter. in memcpy()
Dmemmove.c6 * Reasonably optimised generic C-code for memcpy on Microblaze
52 * bad performance on MicroBlaze systems without a barrel shifter. in memmove()
/linux-6.12.1/arch/microblaze/mm/
Dconsistent.c3 * Microblaze support for cache consistent memory.
/linux-6.12.1/fs/minix/
DKconfig23 depends on MICROBLAZE || MIPS || S390 || SUPERH || SPARC || XTENSA || (M68K && !MMU)
/linux-6.12.1/Documentation/features/debug/optprobes/
Darch-support.txt17 | microblaze: | TODO |
/linux-6.12.1/Documentation/features/vm/ioremap_prot/
Darch-support.txt17 | microblaze: | TODO |
/linux-6.12.1/Documentation/features/debug/kcov/
Darch-support.txt17 | microblaze: | TODO |

12345