/openbmc/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; \
|
/openbmc/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
|
/openbmc/u-boot/examples/api/ |
H A D | crt0.S | 45 .globl __start 46 .ent __start 47 __start: label 50 .end __start
|
/openbmc/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; \
|
/openbmc/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)
|
/openbmc/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)) \
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | head.S | 19 .globl __start 20 .ent __start 22 __start: label 33 .end __start
|
/openbmc/linux/include/asm-generic/ |
H A D | vmlinux.lds.h | 198 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop) 213 HEADERED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop) 290 BOUNDED_SECTION_PRE_LABEL(.lsm_info.init, _lsm_info, __start, __end) 294 BOUNDED_SECTION_PRE_LABEL(.early_lsm_info.init, _early_lsm_info, __start, __end) 462 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_early, _pci_fixups_early, __start, __end) \ 463 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_header, _pci_fixups_header, __start, __end) \ 464 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_final, _pci_fixups_final, __start, __end) \ 465 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_enable, _pci_fixups_enable, __start, __end) \ 466 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_resume, _pci_fixups_resume, __start, __end) \ 467 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_suspend, _pci_fixups_suspend, __start, __end) \ [all …]
|
/openbmc/linux/lib/ |
H A D | find_bit.c | 52 unsigned long mask, idx, tmp, sz = (size), __start = (start); \ 54 if (unlikely(__start >= sz)) \ 57 mask = MUNGE(BITMAP_FIRST_WORD_MASK(__start)); \ 58 idx = __start / BITS_PER_LONG; \
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | generic.h | 17 #define SET_BANK(__nr,__start,__size) \ argument 18 mi->bank[__nr].start = (__start), \
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __operation_states.hpp | 34 namespace __start namespace 61 using __start::start_t;
|
H A D | __execution_fwd.hpp | 183 namespace __start namespace 188 using __start::start_t;
|
/openbmc/linux/fs/hfs/ |
H A D | hfs_fs.h | 292 loff_t __start; \ 295 __start = (loff_t)(sec) << HFS_SECTOR_SIZE_BITS;\ 296 __block = __start >> (sb)->s_blocksize_bits; \ 297 __offset = __start & ((sb)->s_blocksize - 1); \
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | generic.h | 18 #define SET_BANK(__nr,__start,__size) \ argument 19 mi->bank[__nr].start = (__start), \
|
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
H A D | u-boot-spl.lds | 19 __start = .; 53 ASSERT(__image_copy_end - __start < (IMAGE_MAX_SIZE), \
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | nfnetlink_compat.h | 48 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 50 __start; })
|
/openbmc/linux/fs/proc/ |
H A D | kcore.c | 489 void *__start; in read_kcore_iter() local 577 __start = kc_xlate_dev_mem_ptr(phys); in read_kcore_iter() 578 if (!__start) { in read_kcore_iter() 585 __start = (void *)start; in read_kcore_iter() 594 ret = copy_from_kernel_nofault(buf, __start, tsz); in read_kcore_iter() 596 kc_unxlate_dev_mem_ptr(phys, __start); in read_kcore_iter()
|
/openbmc/u-boot/include/ |
H A D | regmap.h | 268 unsigned long __start = get_timer(0); \ 278 if ((timeout_ms) && get_timer(__start) > (timeout_ms)) { \
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_concat_range.sh | 1045 __start= 1052 __start="$(eval format_"${f}" "${start}")" 1056 __expr="${__expr}${__start}" 1058 __expr="${__expr}${__start}-${__end}" 1064 __start="$(eval format_"${f}" "${srcstart}")" 1068 __expr="${__expr}${__start}" 1070 __expr="${__expr}${__start}-${__end}" 1100 __start="$(eval format_"${f}" "${start}")" 1104 echo "{ ${__start} }" 1106 echo "{ ${__start}-${__end} }"
|
/openbmc/qemu/tests/tcg/aarch64/system/ |
H A D | boot.S | 87 .global __start 88 __start: label
|
/openbmc/qemu/tests/tcg/arm/system/ |
H A D | kernel.ld | 1 ENTRY(__start)
|
H A D | boot.S | 45 __start: label 53 endf __start
|
/openbmc/qemu/tests/tcg/mips/ |
H A D | hello-mips.c | 60 void __start(void) in __start() function
|
/openbmc/qemu/pc-bios/vof/ |
H A D | vof.lds | 5 ENTRY ( __start )
|