/linux/arch/riscv/kernel/ |
A D | efi-header.S | 38 .long __efistub_efi_pe_entry - _start // AddressOfEntryPoint 39 .long efi_header_end - _start // BaseOfCode 41 .long __pecoff_text_end - _start // BaseOfData 56 .long _end - _start // SizeOfImage 59 .long efi_header_end - _start // SizeOfHeaders 81 .long efi_header_end - _start // VirtualAddress 83 .long efi_header_end - _start // PointerToRawData 95 .long __pecoff_text_end - _start // VirtualAddress 97 .long __pecoff_text_end - _start // PointerToRawData
|
A D | head.S | 40 ENTRY(_start) 73 .dword _end - _start 82 .word pe_head_start - _start 97 la a2, _start 212 END(_start)
|
A D | vmlinux.lds.S | 25 ENTRY(_start) 36 _start = .; symbol
|
/linux/arch/powerpc/include/asm/ |
A D | head-64.h | 61 sname##_start = (start); \ 93 sname##_start = (start); \ 102 fs_start = sname##_start; \ 127 name##_start = (start); \ 134 .if (start) < sname##_start; \ 138 . = (start) - sname##_start; \ 147 .if (. - name > (start) + (size) - name##_start); \ 151 . = ((start) + (size) - sname##_start); \
|
/linux/arch/arm/mach-mmp/ |
A D | devices.h | 20 #define PXA168_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 26 .start = _start, \ 31 #define PXA910_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 37 .start = _start, \ 42 #define MMP2_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 48 .start = _start, \
|
/linux/drivers/net/wireless/quantenna/qtnfmac/ |
A D | qlink_util.h | 60 #define qlink_for_each_tlv(_tlv, _start, _datalen) \ argument 61 for (_tlv = (const struct qlink_tlv_hdr *)(_start); \ 62 (const u8 *)(_start) + (_datalen) - (const u8 *)_tlv >= \ 64 (const u8 *)(_start) + (_datalen) - (const u8 *)_tlv >= \ 69 #define qlink_tlv_parsing_ok(_tlv_last, _start, _datalen) \ argument 71 (const u8 *)(_start) + round_up(_datalen, QLINK_ALIGN))
|
/linux/include/linux/ |
A D | ioport.h | 155 #define DEFINE_RES_NAMED(_start, _size, _name, _flags) \ argument 157 .start = (_start), \ 158 .end = (_start) + (_size) - 1, \ 164 #define DEFINE_RES_IO_NAMED(_start, _size, _name) \ argument 165 DEFINE_RES_NAMED((_start), (_size), (_name), IORESOURCE_IO) 166 #define DEFINE_RES_IO(_start, _size) \ argument 167 DEFINE_RES_IO_NAMED((_start), (_size), NULL) 169 #define DEFINE_RES_MEM_NAMED(_start, _size, _name) \ argument 170 DEFINE_RES_NAMED((_start), (_size), (_name), IORESOURCE_MEM) 171 #define DEFINE_RES_MEM(_start, _size) \ argument [all …]
|
/linux/arch/arm/boot/compressed/ |
A D | vmlinux.lds.S | 17 ENTRY(_start) 39 _start = .; symbol 49 LONG(ZIMAGE_MAGIC(__piggy_size_addr - _start)) 120 _magic_start = ZIMAGE_MAGIC(_start); 122 _magic_table = ZIMAGE_MAGIC(_table_start - _start);
|
/linux/arch/arm/boot/bootp/ |
A D | init.S | 17 .type _start, #function 18 .globl _start 20 _start: add lr, pc, #-0x8 @ lr = current load addr label 71 .size _start, . - _start
|
/linux/arch/riscv/include/asm/ |
A D | sections.h | 11 extern char _start[]; 19 uintptr_t start = (uintptr_t)_start; in is_va_kernel_text() 27 uintptr_t start = (uintptr_t)lm_alias(_start); in is_va_kernel_lm_alias_text()
|
/linux/arch/h8300/kernel/ |
A D | head_rom.S | 19 .global _start 20 _start: label 103 .long _start 104 .long _start
|
A D | head_ram.S | 25 .global _start 26 _start: label
|
/linux/drivers/firmware/efi/libstub/ |
A D | riscv-stub.c | 62 unsigned long stext_offset = _start_kernel - _start; in efi_enter_kernel() 86 kernel_size = _edata - _start; in handle_kernel_image() 87 *image_addr = (unsigned long)_start; in handle_kernel_image()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
A D | mcu.c | 240 #define WORD(_start) \ in mt7603_mcu_set_eeprom() argument 241 _start, \ in mt7603_mcu_set_eeprom() 242 _start + 1 in mt7603_mcu_set_eeprom() 243 #define GROUP_2G(_start) \ in mt7603_mcu_set_eeprom() argument 244 WORD(_start), \ in mt7603_mcu_set_eeprom() 245 WORD(_start + 2), \ in mt7603_mcu_set_eeprom() 246 WORD(_start + 4) in mt7603_mcu_set_eeprom()
|
/linux/arch/riscv/boot/ |
A D | loader.S | 5 .globl _start 6 _start: label
|
/linux/arch/nios2/boot/compressed/ |
A D | head.S | 22 ENTRY(_start) 43 addi r1, r1, (_start - chkadr) /* Source */ 44 movia r2, _start /* Destination */
|
/linux/arch/h8300/include/asm/ |
A D | traps.h | 36 extern char _start[], _etext[]; 38 ((addr >= (unsigned long)(_start)) && \
|
/linux/arch/m68k/68000/ |
A D | head.S | 30 .global _start 65 _start: label 146 movel #_start, 0xfffffA00 /* LSSA */
|
A D | romvec.S | 13 .global _start 21 .long CONFIG_RAMBASE+CONFIG_RAMSIZE-4, _start, buserr, trap
|
/linux/arch/nios2/kernel/ |
A D | head.S | 64 ENTRY(_start) 130 addi r1, r1,(_start - chkadr) /* Source */ 131 movia r2, _start /* Destination */
|
/linux/arch/csky/kernel/ |
A D | head.S | 9 ENTRY(_start) 17 END(_start)
|
/linux/tools/objtool/include/objtool/ |
A D | elf.h | 109 #define for_offset_range(_offset, _start, _end) \ argument 110 for (_offset = ((_start) & OFFSET_STRIDE_MASK); \ 111 _offset >= ((_start) & OFFSET_STRIDE_MASK) && \
|
/linux/arch/powerpc/platforms/cell/spufs/ |
A D | spu_save_crt0.S | 21 .global _start 22 _start: label
|
A D | spu_restore_crt0.S | 22 .global _start 23 _start: label
|
/linux/arch/m68k/coldfire/ |
A D | head.S | 105 .global _start 142 jmp _start 153 _start: label
|