Home
last modified time | relevance | path

Searched refs:__start (Results 1 – 25 of 25) sorted by relevance

/linux/arch/xtensa/boot/boot-redboot/
A Dbootstrap.S37 .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 Dhead.S11 .globl __start
12 .ent __start
13 __start: label
18 .end __start
A Dbootloader.lds3 ENTRY(__start)
/linux/arch/alpha/kernel/
A Dhead.S19 .globl __start
20 .ent __start
22 __start: label
33 .end __start
A Dvmlinux.lds.S14 ENTRY(__start)
/linux/arch/powerpc/include/asm/
A Ddelay.h57 unsigned long __start = mftb(); \
61 (tb_ticks_since(__start) <= __loops)) \
66 (tb_ticks_since(__start) <= __loops)) \
/linux/fs/hfs/
A Dhfs_fs.h290 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 Dgeneric.h17 #define SET_BANK(__nr,__start,__size) \ argument
18 mi->bank[__nr].start = (__start), \
/linux/arch/arm/mach-pxa/
A Dgeneric.h19 #define SET_BANK(__nr,__start,__size) \ argument
20 mi->bank[__nr].start = (__start), \
/linux/include/uapi/linux/netfilter/
A Dnfnetlink_compat.h48 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
50 __start; })
/linux/tools/testing/selftests/netfilter/
A Dnft_concat_range.sh987 __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 Drt2x00queue.h528 #define queue_loop(__entry, __start, __end) \ argument
529 for ((__entry) = (__start); \
/linux/arch/mips/kernel/
A Dvpe.c559 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 Dvpe-mt.c81 write_tc_c0_tcrestart((unsigned long)v->__start); in vpe_run()
200 v->__start = start; in vpe_start()
/linux/arch/mips/mti-malta/
A Dmalta-amon.c80 if (amon_cpu_start(aprp_cpu_index(), v->__start, 0, 0, 0) < 0) in vpe_run()
/linux/arch/mips/include/asm/
A Dvpe.h65 unsigned long __start; member
/linux/arch/powerpc/kernel/
A Dvdso.c283 void *__start = (void *)VDSO##bits##_SYMBOL(&vdso##bits##_start, sec##_start); \
286 do_##type##_fixups((value), __start, __end); \
A Dhead_8xx.S82 .globl __start
83 __start: label
A Dhead_book3s_32.S103 .globl __start
104 __start: label
A Dhead_64.S86 _GLOBAL(__start)
A Dprom_init.c135 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 Dbootx_init.c29 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 Dbfa.h285 #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 Dhead.S583 1: jra __start
590 jra __start
592 ENTRY(__start)
/linux/kernel/trace/
A Dtrace_events.c1295 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()

Completed in 48 milliseconds