| /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/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/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/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/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/linux/ |
| H A D | topology.h | 308 for (int __start = (node), \ 309 (node) = nearest_node_nodemask((__start), &(unvisited)); \ 312 (node) = nearest_node_nodemask((__start), &(unvisited)))
|
| /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/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 1072 __start= 1079 __start="$(eval format_"${f}" "${start}")" 1083 __expr="${__expr}${__start}" 1085 __expr="${__expr}${__start}-${__end}" 1091 __start="$(eval format_"${f}" "${srcstart}")" 1095 __expr="${__expr}${__start}" 1097 __expr="${__expr}${__start}-${__end}" 1127 __start="$(eval format_"${f}" "${start}")" 1131 echo "{ ${__start} }" 1133 echo "{ ${__start}-${__end} }"
|
| /linux/tools/include/nolibc/ |
| H A D | arch-mips.h | 250 void __start(void); 251 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector __start(void) in __start() function
|
| /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/arm64/kvm/ |
| H A D | pkvm.c | 306 #define for_each_mapping_in_range_safe(__pgt, __start, __end, __map) \ argument 308 __start, __end - 1); \ 311 __tmp = pkvm_mapping_iter_next(__map, __start, __end - 1); \
|
| /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/drivers/gpu/drm/display/ |
| H A D | drm_dp_tunnel.c | 90 #define __DPTUN_REG_RANGE(__start, __size) \ argument 91 GENMASK_ULL((__start) + (__size) - 1, (__start))
|
| /linux/arch/m68k/kernel/ |
| H A D | head.S | 581 1: jra __start 588 jra __start 590 ENTRY(__start)
|