Searched refs:__start (Results 1 - 28 of 28) sorted by relevance

/linux-4.4.14/arch/alpha/boot/
H A Dhead.S10 .globl __start
11 .ent __start
12 __start: label
17 .end __start
/linux-4.4.14/arch/metag/kernel/
H A Dhead.S10 .global __start
11 .type __start,function
12 __start: label
39 .size __start,.-__start
H A Dvmlinux.lds.S11 ENTRY(__start)
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S35 .globl __start
37 __start: label
78 # addi a4, a0, __start - __start_a0
81 movi a4, __start
86 movi a4, __start
90 # a4: compiled address of __start
134 # a4: __start
165 # a4: __start
/linux-4.4.14/arch/arm/mach-sa1100/
H A Dgeneric.h16 #define SET_BANK(__nr,__start,__size) \
17 mi->bank[__nr].start = (__start), \
/linux-4.4.14/arch/alpha/kernel/
H A Dhead.S18 .globl __start
19 .ent __start
21 __start: label
32 .end __start
H A Dvmlinux.lds.S9 ENTRY(__start)
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dnfnetlink_compat.h47 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
49 __start; })
/linux-4.4.14/arch/powerpc/include/asm/
H A Ddelay.h60 unsigned long __start = get_tbl(); \
61 while (!(__ret = (condition)) && (tb_ticks_since(__start) <= __loops)) \
/linux-4.4.14/arch/arm/mach-pxa/
H A Dgeneric.h22 #define SET_BANK(__nr,__start,__size) \
23 mi->bank[__nr].start = (__start), \
/linux-4.4.14/fs/hfs/
H A Dhfs_fs.h276 loff_t __start; \
279 __start = (loff_t)(sec) << HFS_SECTOR_SIZE_BITS;\
280 __block = __start >> (sb)->s_blocksize_bits; \
281 __offset = __start & ((sb)->s_blocksize - 1); \
/linux-4.4.14/arch/mips/mti-malta/
H A Dmalta-amon.c80 if (amon_cpu_start(aprp_cpu_index(), v->__start, 0, 0, 0) < 0) vpe_run()
/linux-4.4.14/arch/blackfin/mach-common/
H A Dhead.S31 ENTRY(__start)
203 ENDPROC(__start)
/linux-4.4.14/arch/mips/include/asm/
H A Dvpe.h67 unsigned long __start; member in struct:vpe
/linux-4.4.14/arch/blackfin/boot/
H A DMakefile17 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}')
/linux-4.4.14/arch/mips/kernel/
H A Dvpe.c12 * the startup-code. The loader looks for the symbol __start and sets
558 if (strcmp(strtab + sym[i].st_name, "__start") == 0) find_vpe_symbols()
559 v->__start = sym[i].st_value; find_vpe_symbols()
565 if ((v->__start == 0) || (v->shared_ptr == NULL)) find_vpe_symbols()
735 if (v->__start == 0) { vpe_elfload()
736 pr_warn("VPE loader: program does not contain a __start symbol\n"); vpe_elfload()
813 v->__start = 0; vpe_open()
H A Dvpe-mt.c81 write_tc_c0_tcrestart((unsigned long)v->__start); vpe_run()
95 * The sde-kit passes 'memsize' to __start in $a3, so set something vpe_run()
200 v->__start = start; vpe_start()
/linux-4.4.14/arch/blackfin/kernel/
H A Dvmlinux.lds.S13 ENTRY(__start)
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa.h293 #define bfa_msix_get_rme_range(__bfa, __start, __end) \
294 ((__bfa)->iocfc.hwif.hw_msix_get_rme_range(__bfa, __start, __end))
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dbootx_init.c33 extern void __start(unsigned long r3, unsigned long r4, unsigned long r5);
594 __start(hdr, KERNELBASE + offset, 0); bootx_init()
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h528 * @__start: Start queue pointer.
531 * This macro will loop through all queues between &__start and &__end.
533 #define queue_loop(__entry, __start, __end) \
534 for ((__entry) = (__start); \
/linux-4.4.14/arch/powerpc/kernel/
H A Dhead_64.S54 * 2. The kernel is entered at __start
63 * 2. The kernel is entered at __start
69 _GLOBAL(__start)
H A Dhead_8xx.S101 .globl __start
102 __start: label
H A Dprom_init.c131 extern void __start(unsigned long r3, unsigned long r4, unsigned long r5,
2942 prom_printf("Booting Linux via __start() ...\n"); prom_init()
2954 __start(hdr, kbase, 0, 0, 0, prom_init()
2957 __start(hdr, kbase, 0, 0, 0, 0, 0); prom_init()
H A Dhead_32.S106 .globl __start
107 __start: label
/linux-4.4.14/fs/
H A Dbinfmt_flat.c738 * based from address zero). This causes an endless loop as __start load_flat_file()
742 * __start to address 4 so that is okay). load_flat_file()
/linux-4.4.14/arch/ia64/kernel/
H A Defi.c372 * installed by __start(). That entry covers a 64MB range. efi_get_pal_addr()
/linux-4.4.14/arch/m68k/kernel/
H A Dhead.S583 1: jra __start
590 jra __start
592 ENTRY(__start)

Completed in 740 milliseconds