Searched refs:KERNEL_ENTRY (Results 1 – 4 of 4) sorted by relevance
17 KERNEL_ENTRY = $(shell $(NM) $(KERNEL_IMAGE) | grep kernel_entry | cut -f1 -d\ ) macro22 -D_kernel_entry=0x$(KERNEL_ENTRY) \
56 #define KERNEL_ENTRY __val(CONFIG_MEMORY_START + 0x1000) macro
58 KERNEL_ENTRY := $(shell /bin/bash -c 'printf "0x%08x" \ macro65 -C $(2) -a $(KERNEL_LOAD) -e $(KERNEL_ENTRY) \
47 PTR_LI k0, KERNEL_ENTRY