/linux-4.4.14/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 35 .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/metag/kernel/ |
D | head.S | 10 .global __start 11 .type __start,function 12 __start: label 39 .size __start,.-__start
|
D | vmlinux.lds.S | 11 ENTRY(__start)
|
/linux-4.4.14/arch/alpha/boot/ |
D | head.S | 10 .globl __start 11 .ent __start 12 __start: label 17 .end __start
|
D | bootloader.lds | 2 ENTRY(__start)
|
/linux-4.4.14/arch/alpha/kernel/ |
D | head.S | 18 .globl __start 19 .ent __start 21 __start: label 32 .end __start
|
D | vmlinux.lds.S | 9 ENTRY(__start)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | delay.h | 60 unsigned long __start = get_tbl(); \ 61 while (!(__ret = (condition)) && (tb_ticks_since(__start) <= __loops)) \
|
/linux-4.4.14/arch/arm/mach-sa1100/ |
D | generic.h | 16 #define SET_BANK(__nr,__start,__size) \ argument 17 mi->bank[__nr].start = (__start), \
|
/linux-4.4.14/fs/hfs/ |
D | hfs_fs.h | 276 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/arm/mach-pxa/ |
D | generic.h | 22 #define SET_BANK(__nr,__start,__size) \ argument 23 mi->bank[__nr].start = (__start), \
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | nfnetlink_compat.h | 47 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 49 __start; })
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | head.S | 31 ENTRY(__start) 203 ENDPROC(__start)
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.h | 533 #define queue_loop(__entry, __start, __end) \ argument 534 for ((__entry) = (__start); \
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | malta-amon.c | 80 if (amon_cpu_start(aprp_cpu_index(), v->__start, 0, 0, 0) < 0) in vpe_run()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | vpe.h | 67 unsigned long __start; member
|
/linux-4.4.14/arch/mips/kernel/ |
D | vpe.c | 559 v->__start = sym[i].st_value; in find_vpe_symbols() 565 if ((v->__start == 0) || (v->shared_ptr == NULL)) in find_vpe_symbols() 735 if (v->__start == 0) { in vpe_elfload() 813 v->__start = 0; in vpe_open()
|
D | vpe-mt.c | 81 write_tc_c0_tcrestart((unsigned long)v->__start); in vpe_run() 200 v->__start = start; in vpe_start()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | vmlinux.lds.S | 13 ENTRY(__start)
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 33 extern void __start(unsigned long r3, unsigned long r4, unsigned long r5); 594 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa.h | 293 #define bfa_msix_get_rme_range(__bfa, __start, __end) \ argument 294 ((__bfa)->iocfc.hwif.hw_msix_get_rme_range(__bfa, __start, __end))
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | head_8xx.S | 101 .globl __start 102 __start: label
|
D | head_32.S | 106 .globl __start 107 __start: label
|
D | head_64.S | 69 _GLOBAL(__start)
|
D | prom_init.c | 131 extern void __start(unsigned long r3, unsigned long r4, unsigned long r5, 2954 __start(hdr, kbase, 0, 0, 0, in prom_init() 2957 __start(hdr, kbase, 0, 0, 0, 0, 0); in prom_init()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | head.S | 583 1: jra __start 590 jra __start 592 ENTRY(__start)
|