Searched full:microblaze (Results 1 – 25 of 122) sorted by relevance
12345
/linux-6.12.1/arch/microblaze/ |
D | Kconfig | 2 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
|
D | Makefile | 21 # 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'
|
D | Kconfig.platform | 5 # Platform selection Kconfig menu for MicroBlaze targets 19 on MicroBlaze systems without a barrel shifter.
|
/linux-6.12.1/arch/microblaze/include/uapi/asm/ |
D | elf.h | 18 * 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/ |
D | run_wrapper.rst | 193 - ``$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/ |
D | page.h | 37 * 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. */
|
D | cacheflush.h | 22 * Microblaze has a write-through data cache, meaning that the data cache 48 /* microblaze cache */
|
D | unwind.h | 3 * Backtrace support for Microblaze
|
D | module.h | 11 /* Microblaze Relocations */
|
D | cache.h | 16 /* word-granular cache in microblaze */
|
D | current.h | 14 * but check asm/microblaze/kernel/entry.S to be sure.
|
/linux-6.12.1/arch/microblaze/kernel/ |
D | unwind.c | 2 * 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)
|
D | vmlinux.lds.S | 11 OUTPUT_ARCH(microblaze) 76 /* Under the microblaze ABI, .sdata and .sbss must be contiguous */
|
D | stacktrace.c | 2 * Stack trace support for Microblaze.
|
D | entry.S | 15 * 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/ |
D | cpuinfo-pvr-full.c | 2 * 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/ |
D | linked_dtb.S | 2 .incbin "arch/microblaze/boot/dts/system.dtb"
|
/linux-6.12.1/tools/arch/microblaze/include/uapi/asm/ |
D | mman.h | 5 /* MAP_32BIT is undefined on microblaze, fix it for perf */
|
/linux-6.12.1/arch/microblaze/lib/ |
D | memcpy.c | 6 * Reasonably optimised generic C-code for memcpy on Microblaze 44 * bad performance on MicroBlaze systems without a barrel shifter. in memcpy()
|
D | memmove.c | 6 * 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/ |
D | consistent.c | 3 * Microblaze support for cache consistent memory.
|
/linux-6.12.1/fs/minix/ |
D | Kconfig | 23 depends on MICROBLAZE || MIPS || S390 || SUPERH || SPARC || XTENSA || (M68K && !MMU)
|
/linux-6.12.1/Documentation/features/debug/optprobes/ |
D | arch-support.txt | 17 | microblaze: | TODO |
|
/linux-6.12.1/Documentation/features/vm/ioremap_prot/ |
D | arch-support.txt | 17 | microblaze: | TODO |
|
/linux-6.12.1/Documentation/features/debug/kcov/ |
D | arch-support.txt | 17 | microblaze: | TODO |
|
12345