/linux/arch/xtensa/boot/boot-redboot/ |
A D | bootstrap.S | 37 .globl __start 39 __start: label 83 # addi a4, a0, __start - __start_a0 86 movi a4, __start 91 movi a4, __start 95 # a4: compiled address of __start 139 # a4: __start 170 # a4: __start
|
/linux/arch/alpha/boot/ |
A D | head.S | 11 .globl __start 12 .ent __start 13 __start: label 18 .end __start
|
A D | bootloader.lds | 3 ENTRY(__start)
|
/linux/arch/alpha/kernel/ |
A D | head.S | 19 .globl __start 20 .ent __start 22 __start: label 33 .end __start
|
A D | vmlinux.lds.S | 14 ENTRY(__start)
|
/linux/arch/powerpc/include/asm/ |
A D | delay.h | 57 unsigned long __start = mftb(); \ 61 (tb_ticks_since(__start) <= __loops)) \ 66 (tb_ticks_since(__start) <= __loops)) \
|
/linux/fs/hfs/ |
A D | hfs_fs.h | 290 loff_t __start; \ 293 __start = (loff_t)(sec) << HFS_SECTOR_SIZE_BITS;\ 294 __block = __start >> (sb)->s_blocksize_bits; \ 295 __offset = __start & ((sb)->s_blocksize - 1); \
|
/linux/arch/arm/mach-sa1100/ |
A D | generic.h | 17 #define SET_BANK(__nr,__start,__size) \ argument 18 mi->bank[__nr].start = (__start), \
|
/linux/arch/arm/mach-pxa/ |
A D | generic.h | 19 #define SET_BANK(__nr,__start,__size) \ argument 20 mi->bank[__nr].start = (__start), \
|
/linux/include/uapi/linux/netfilter/ |
A D | nfnetlink_compat.h | 48 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 50 __start; })
|
/linux/tools/testing/selftests/netfilter/ |
A D | nft_concat_range.sh | 987 __start= 994 __start="$(eval format_"${f}" "${start}")" 998 __expr="${__expr}${__start}" 1000 __expr="${__expr}${__start}-${__end}" 1006 __start="$(eval format_"${f}" "${srcstart}")" 1010 __expr="${__expr}${__start}" 1012 __expr="${__expr}${__start}-${__end}" 1042 __start="$(eval format_"${f}" "${start}")" 1046 echo "{ ${__start} }" 1048 echo "{ ${__start}-${__end} }"
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
A D | rt2x00queue.h | 528 #define queue_loop(__entry, __start, __end) \ argument 529 for ((__entry) = (__start); \
|
/linux/arch/mips/kernel/ |
A 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() 791 v->__start = 0; in vpe_open()
|
A D | vpe-mt.c | 81 write_tc_c0_tcrestart((unsigned long)v->__start); in vpe_run() 200 v->__start = start; in vpe_start()
|
/linux/arch/mips/mti-malta/ |
A D | malta-amon.c | 80 if (amon_cpu_start(aprp_cpu_index(), v->__start, 0, 0, 0) < 0) in vpe_run()
|
/linux/arch/mips/include/asm/ |
A D | vpe.h | 65 unsigned long __start; member
|
/linux/arch/powerpc/kernel/ |
A D | vdso.c | 283 void *__start = (void *)VDSO##bits##_SYMBOL(&vdso##bits##_start, sec##_start); \ 286 do_##type##_fixups((value), __start, __end); \
|
A D | head_8xx.S | 82 .globl __start 83 __start: label
|
A D | head_book3s_32.S | 103 .globl __start 104 __start: label
|
A D | head_64.S | 86 _GLOBAL(__start)
|
A D | prom_init.c | 135 extern void __start(unsigned long r3, unsigned long r4, unsigned long r5, 3494 __start(hdr, kbase, 0, 0, 0, 0, 0); in prom_init()
|
/linux/arch/powerpc/platforms/powermac/ |
A D | bootx_init.c | 29 extern void __start(unsigned long r3, unsigned long r4, unsigned long r5); 593 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
/linux/drivers/scsi/bfa/ |
A D | bfa.h | 285 #define bfa_msix_get_rme_range(__bfa, __start, __end) \ argument 286 ((__bfa)->iocfc.hwif.hw_msix_get_rme_range(__bfa, __start, __end))
|
/linux/arch/m68k/kernel/ |
A D | head.S | 583 1: jra __start 590 jra __start 592 ENTRY(__start)
|
/linux/kernel/trace/ |
A D | trace_events.c | 1295 static void *__start(struct seq_file *m, loff_t *pos, int type) in __start() function 1324 return __start(m, pos, TRACE_PIDS); in p_start() 1330 return __start(m, pos, TRACE_NO_PIDS); in np_start()
|