| /linux/drivers/firmware/efi/libstub/ |
| H A D | find.c | 15 unsigned long mask, idx, tmp, sz = (size), __start = (start); \ 17 if (unlikely(__start >= sz)) \ 20 mask = MUNGE(BITMAP_FIRST_WORD_MASK(__start)); \ 21 idx = __start / BITS_PER_LONG; \
|
| /linux/arch/xtensa/boot/boot-redboot/ |
| H 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/powerpc/include/asm/ |
| H A D | delay.h | 57 unsigned long __start = mftb(); \ 61 (tb_ticks_since(__start) <= __loops)) \ 66 (tb_ticks_since(__start) <= __loops)) \
|
| /linux/tools/lib/ |
| H A D | find_bit.c | 51 unsigned long mask, idx, tmp, sz = (size), __start = (start); \ 53 if (unlikely(__start >= sz)) \ 56 mask = MUNGE(BITMAP_FIRST_WORD_MASK(__start)); \ 57 idx = __start / BITS_PER_LONG; \
|
| /linux/arch/alpha/boot/ |
| H A D | head.S | 11 .globl __start 12 .ent __start 13 __start: label 18 .end __start
|
| H A D | bootloader.lds | 3 ENTRY(__start)
|
| /linux/arch/alpha/kernel/ |
| H A D | head.S | 19 .globl __start 20 .ent __start 22 __start: label 33 .end __start
|
| H A D | vmlinux.lds.S | 14 ENTRY(__start)
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | generic.h | 17 #define SET_BANK(__nr,__start,__size) \ argument 18 mi->bank[__nr].start = (__start), \
|
| /linux/arch/arm/mach-pxa/ |
| H A D | generic.h | 18 #define SET_BANK(__nr,__start,__size) \ argument 19 mi->bank[__nr].start = (__start), \
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | nfnetlink_compat.h | 48 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 50 __start; })
|
| /linux/fs/proc/ |
| H A D | kcore.c | 489 void *__start; in read_kcore_iter() local 578 __start = kc_xlate_dev_mem_ptr(phys); in read_kcore_iter() 579 if (!__start) { in read_kcore_iter() 586 __start = (void *)start; in read_kcore_iter() 595 ret = copy_from_kernel_nofault(buf, __start, tsz); in read_kcore_iter() 597 kc_unxlate_dev_mem_ptr(phys, __start); in read_kcore_iter()
|
| /linux/tools/include/nolibc/ |
| H A D | arch-mips.h | 265 /* startup code, note that it's called __start on MIPS */ in __start() 266 void __start(void); in __start() 267 void __attribute__((weak, noreturn)) __nolibc_entrypoint __nolibc_no_stack_protector __start(void) in __start() 251 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector __start(void) __start() function
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 1097 __start= 1104 __start="$(eval format_"${f}" "${start}")" 1108 __expr="${__expr}${__start}" 1110 __expr="${__expr}${__start}-${__end}" 1116 __start="$(eval format_"${f}" "${srcstart}")" 1120 __expr="${__expr}${__start}" 1122 __expr="${__expr}${__start}-${__end}" 1152 __start="$(eval format_"${f}" "${start}")" 1156 echo "{ ${__start} }" 1158 echo "{ ${__start}-${__end} }"
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00queue.h | 528 #define queue_loop(__entry, __start, __end) \ argument 529 for ((__entry) = (__start); \
|
| /linux/arch/powerpc/kernel/ |
| H A D | vdso.c | 173 void *__start = (void *)VDSO##bits##_SYMBOL(&vdso##bits##_start, sec##_start); \ 176 do_##type##_fixups((value), __start, __end); \
|
| H A D | head_8xx.S | 73 .globl __start symbol 74 __start: label
|
| H A D | head_64.S | 93 _GLOBAL(__start)
|
| /linux/arch/mips/kernel/ |
| H 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()
|
| H A D | vpe-mt.c | 81 write_tc_c0_tcrestart((unsigned long)v->__start); in vpe_run() 199 v->__start = start; in vpe_start()
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | bootx_init.c | 30 extern void __start(unsigned long r3, unsigned long r4, unsigned long r5); 594 __start(hdr, KERNELBASE + offset, 0); in bootx_init()
|
| /linux/kernel/trace/ |
| H A D | trace_events.c | 1830 static void *__start(struct seq_file *m, loff_t *pos, int type) in __start() function 1859 return __start(m, pos, TRACE_PIDS); in p_start() 1865 return __start(m, pos, TRACE_NO_PIDS); in np_start()
|