Home
last modified time | relevance | path

Searched refs:__start (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfind.c15 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 Dbootstrap.S37 .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 Dcrt0.S45 .globl __start
46 .ent __start
47 __start: label
50 .end __start
/openbmc/linux/tools/lib/
H A Dfind_bit.c51 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 Dhead.S11 .globl __start
12 .ent __start
13 __start: label
18 .end __start
H A Dbootloader.lds3 ENTRY(__start)
/openbmc/linux/arch/powerpc/include/asm/
H A Ddelay.h57 unsigned long __start = mftb(); \
61 (tb_ticks_since(__start) <= __loops)) \
66 (tb_ticks_since(__start) <= __loops)) \
/openbmc/linux/arch/alpha/kernel/
H A Dhead.S19 .globl __start
20 .ent __start
22 __start: label
33 .end __start
/openbmc/linux/include/asm-generic/
H A Dvmlinux.lds.h198 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 Dfind_bit.c52 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 Dgeneric.h17 #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.hpp34 namespace __start namespace
61 using __start::start_t;
H A D__execution_fwd.hpp183 namespace __start namespace
188 using __start::start_t;
/openbmc/linux/fs/hfs/
H A Dhfs_fs.h292 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 Dgeneric.h18 #define SET_BANK(__nr,__start,__size) \ argument
19 mi->bank[__nr].start = (__start), \
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Du-boot-spl.lds19 __start = .;
53 ASSERT(__image_copy_end - __start < (IMAGE_MAX_SIZE), \
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_compat.h48 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \
50 __start; })
/openbmc/linux/fs/proc/
H A Dkcore.c489 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 Dregmap.h268 unsigned long __start = get_timer(0); \
278 if ((timeout_ms) && get_timer(__start) > (timeout_ms)) { \
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_concat_range.sh1045 __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 Dboot.S87 .global __start
88 __start: label
/openbmc/qemu/tests/tcg/arm/system/
H A Dkernel.ld1 ENTRY(__start)
H A Dboot.S45 __start: label
53 endf __start
/openbmc/qemu/tests/tcg/mips/
H A Dhello-mips.c60 void __start(void) in __start() function
/openbmc/qemu/pc-bios/vof/
H A Dvof.lds5 ENTRY ( __start )

123