| /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/include/asm-generic/ |
| H A D | vmlinux.lds.h | 225 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop) 240 HEADERED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop) 317 BOUNDED_SECTION_PRE_LABEL(.lsm_info.init, _lsm_info, __start, __end) 321 BOUNDED_SECTION_PRE_LABEL(.early_lsm_info.init, _early_lsm_info, __start, __end) 496 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_early, _pci_fixups_early, __start, __end) \ 497 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_header, _pci_fixups_header, __start, __end) \ 498 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_final, _pci_fixups_final, __start, __end) \ 499 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_enable, _pci_fixups_enable, __start, __end) \ 500 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_resume, _pci_fixups_resume, __start, __end) \ 501 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_suspend, _pci_fixups_suspend, __start, __end) \ [all …]
|
| /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/tools/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 1060 __start= 1067 __start="$(eval format_"${f}" "${start}")" 1071 __expr="${__expr}${__start}" 1073 __expr="${__expr}${__start}-${__end}" 1079 __start="$(eval format_"${f}" "${srcstart}")" 1083 __expr="${__expr}${__start}" 1085 __expr="${__expr}${__start}-${__end}" 1115 __start="$(eval format_"${f}" "${start}")" 1119 echo "{ ${__start} }" 1121 echo "{ ${__start} [all...] |
| /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_book3s_32.S | 101 .globl __start symbol 102 __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/arch/m68k/kernel/ |
| H A D | head.S | 581 1: jra __start 588 jra __start 590 ENTRY(__start)
|