Home
last modified time | relevance | path

Searched defs:UIMAGE_ENTRYADDR (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/arch/arc/boot/
H A DMakefile13 UIMAGE_ENTRYADDR = $(LINUX_START_TEXT) macro
/kernel/linux/linux-5.10/arch/arc/boot/
H A DMakefile14 UIMAGE_ENTRYADDR = $(LINUX_START_TEXT) macro
/kernel/linux/linux-5.10/arch/nios2/boot/
H A DMakefile10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/kernel/linux/linux-6.6/arch/nios2/boot/
H A DMakefile10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}') macro
/kernel/linux/linux-5.10/arch/h8300/boot/
H A DMakefile12 UIMAGE_ENTRYADDR = $(shell /bin/bash -c 'printf "0x%08x" \ macro
/kernel/linux/linux-5.10/arch/sh/boot/
H A DMakefile63 UIMAGE_ENTRYADDR = $(KERNEL_ENTRY) macro
/kernel/linux/linux-5.10/arch/sparc/boot/
H A DMakefile51 UIMAGE_ENTRYADDR = $(CONFIG_UBOOT_ENTRY_ADDR) macro
/kernel/linux/linux-6.6/arch/sh/boot/
H A DMakefile63 UIMAGE_ENTRYADDR = $(KERNEL_ENTRY) macro
/kernel/linux/linux-6.6/arch/sparc/boot/
H A DMakefile51 UIMAGE_ENTRYADDR = $(CONFIG_UBOOT_ENTRY_ADDR) macro
/kernel/linux/linux-5.10/arch/mips/boot/
H A DMakefile51 UIMAGE_ENTRYADDR = $(VMLINUX_ENTRY_ADDRESS) macro
/kernel/linux/linux-6.6/arch/mips/boot/
H A DMakefile51 UIMAGE_ENTRYADDR = $(VMLINUX_ENTRY_ADDRESS) macro

Completed in 3 milliseconds