Searched full:microblaze (Results 1 – 25 of 241) sorted by relevance
12345678910
| /kernel/linux/linux-5.10/arch/microblaze/ |
| D | Makefile | 25 # 2. MicroBlaze v3.x always uses them, except in Spartan 2 55 head-y := arch/microblaze/kernel/head.o 56 libs-y += arch/microblaze/lib/ 57 core-y += arch/microblaze/kernel/ 58 core-y += arch/microblaze/mm/ 59 core-$(CONFIG_PCI) += arch/microblaze/pci/ 61 drivers-$(CONFIG_OPROFILE) += arch/microblaze/oprofile/ 63 boot := arch/microblaze/boot 83 $(Q)$(MAKE) $(build)=arch/microblaze/kernel/syscalls all 109 echo ' name of a dts file from the arch/microblaze/boot/dts/ directory'
|
| D | Kconfig | 2 config MICROBLAZE config 57 microblaze architectures can be configured for either little or 92 source "arch/microblaze/Kconfig.platform" 159 The address space of Microblaze processors is only 4 Gigabytes large 185 hex "Microblaze reset vector address setup" 189 If zero, no change will be made to the MicroBlaze reset vector at
|
| D | Kconfig.platform | 5 # Platform selection Kconfig menu for MicroBlaze targets 19 on MicroBlaze systems without a barrel shifter.
|
| /kernel/linux/linux-6.6/arch/microblaze/ |
| D | Kconfig | 2 config MICROBLAZE config 54 microblaze architectures can be configured for either little or 86 source "arch/microblaze/Kconfig.platform" 143 The address space of Microblaze processors is only 4 Gigabytes large 169 hex "Microblaze reset vector address setup" 173 If zero, no change will be made to the MicroBlaze reset vector at 209 bool "Support for Microblaze Manager" 212 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.
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/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 286 * microblaze_unwind - Stack unwinder for Microblaze (external entry point)
|
| D | vmlinux.lds.S | 11 OUTPUT_ARCH(microblaze) 77 /* Under the microblaze ABI, .sdata and .sbss must be contiguous */
|
| /kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
| D | page.h | 62 * CONFIG_KERNEL_START is defined in arch/microblaze/config.in and used 63 * in arch/microblaze/Makefile. 118 * | asm-microblaze/page.h 176 /* 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 */
|
| /kernel/linux/linux-5.10/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");
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
| D | xilinx-pcie.txt | 20 Optional properties for Zynq/Microblaze: 65 Microblaze:
|
| /kernel/linux/linux-6.6/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");
|
| /kernel/linux/linux-6.6/arch/microblaze/boot/dts/ |
| D | linked_dtb.S | 2 .incbin "arch/microblaze/boot/dts/system.dtb"
|
| /kernel/linux/linux-5.10/arch/microblaze/boot/dts/ |
| D | linked_dtb.S | 2 .incbin "arch/microblaze/boot/dts/system.dtb"
|
| /kernel/linux/linux-6.6/tools/arch/microblaze/include/uapi/asm/ |
| D | mman.h | 5 /* MAP_32BIT is undefined on microblaze, fix it for perf */
|
| /kernel/linux/linux-5.10/tools/arch/microblaze/include/uapi/asm/ |
| D | mman.h | 5 /* MAP_32BIT is undefined on microblaze, fix it for perf */
|
| /kernel/linux/linux-5.10/arch/microblaze/oprofile/ |
| D | Makefile | 3 # arch/microblaze/oprofile/Makefile
|
12345678910