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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddelay.h60 unsigned long __start = get_tbl(); \
61 while (!(__ret = (condition)) && (tb_ticks_since(__start) <= __loops)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dgeneric.h14 #define SET_BANK(__nr,__start,__size) \
15 mi->bank[__nr].start = (__start), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/
H A Dhead.S10 .globl __start
11 .ent __start
12 __start: label
17 .end __start
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dhead.S20 .globl __start
21 .ent __start
23 __start: label
34 .end __start
H A Dvmlinux.lds.S7 ENTRY(__start)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
148 # a4: __start
212 movi a5, __start
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnfnetlink_compat.h45 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
47 __start; })
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dgeneric.h27 #define SET_BANK(__nr,__start,__size) \
28 mi->bank[__nr].start = (__start), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dinit.c325 void *__start = start; local
326 for (; __start < end; __start += PAGE_SIZE) {
327 ClearPageReserved(virt_to_page(__start));
328 init_page_count(virt_to_page(__start));
329 free_page((long)__start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8s/generic/
H A Dcrt0_rom.S122 .long __start
123 .long __start
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dhfs_fs.h271 loff_t __start; \
274 __start = (loff_t)(sec) << HFS_SECTOR_SIZE_BITS;\
275 __block = __start >> (sb)->s_blocksize_bits; \
276 __offset = __start & ((sb)->s_blocksize - 1); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dhfsplus_fs.h394 loff_t __start; \
397 __start = (loff_t)(sec) << HFSPLUS_SECTOR_SHIFT;\
398 __block = __start >> (sb)->s_blocksize_bits; \
399 __offset = __start & ((sb)->s_blocksize - 1); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dvmlinux.lds.S53 ENTRY(__start)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dhfsplus_fs.h499 loff_t __start; \
502 __start = (loff_t)(sec) << HFSPLUS_SECTOR_SHIFT;\
503 __block = __start >> (sb)->s_blocksize_bits; \
504 __offset = __start & ((sb)->s_blocksize - 1); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8300h/generic/
H A Dcrt0_rom.S117 .long __start
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h525 * @__start: Start queue pointer.
528 * This macro will loop through all queues between &__start and &__end.
530 #define queue_loop(__entry, __start, __end) \
531 for ((__entry) = (__start); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_iocfc.h125 #define bfa_msix_get_rme_range(__bfa, __start, __end) \
126 ((__bfa)->iocfc.hwif.hw_msix_get_rme_range(__bfa, __start, __end))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8s/edosk2674/
H A Dcrt0_rom.S180 .long __start
181 .long __start
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dhead.S31 ENTRY(__start)
243 ENDPROC(__start)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drtnetlink.h671 ({ struct rtattr *__start = (struct rtattr *)skb_tail_pointer(skb); \
673 __start; })
680 ({ struct rtattr *__start = (struct rtattr *)skb_tail_pointer(skb); \
683 __start; })
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dvmlinux.lds.S13 ENTRY(__start)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvpe.c24 * code. This loader looks for the symbol __start and sets up
141 unsigned long __start; member in struct:vpe
895 write_tc_c0_tcrestart((unsigned long)v->__start);
909 * The sde-kit passes 'memsize' to __start in $a3, so set something
970 if (strcmp(strtab + sym[i].st_name, "__start") == 0)
971 v->__start = sym[i].st_value;
1004 if ( (v->__start == 0) || (v->shared_ptr == NULL))
1160 if (v->__start == 0) {
1162 "a __start symbol\n");
1290 v->__start
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbootx_init.c32 extern void __start(unsigned long r3, unsigned long r4, unsigned long r5);
590 __start(hdr, KERNELBASE + offset, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_8xx.S76 .globl __start
77 __start: label
H A Dhead_64.S52 * 2. The kernel is entered at __start
60 * 2. The kernel is entered at __start
66 _GLOBAL(__start)

Completed in 227 milliseconds

12