Home
last modified time | relevance | path

Searched refs:_text (Results 1 – 25 of 83) sorted by relevance

1234

/linux-3.4.99/arch/x86/kernel/
Dhead32.c34 memblock_reserve(__pa_symbol(&_text), in i386_start_kernel()
35 __pa_symbol(&__bss_stop) - __pa_symbol(&_text)); in i386_start_kernel()
Dhead64.c101 memblock_reserve(__pa_symbol(&_text), in x86_64_start_reservations()
102 __pa_symbol(&__bss_stop) - __pa_symbol(&_text)); in x86_64_start_reservations()
Dhead_64.S69 leaq _text(%rip), %rbp
70 subq $_text - __START_KERNEL_map, %rbp
79 leaq _text(%rip), %rdx
98 leaq _text(%rip), %rdi
Dvmlinux.lds.S94 _text = .; symbol
360 . = ASSERT((_end - _text <= KERNEL_IMAGE_SIZE),
/linux-3.4.99/arch/mips/dec/prom/
Dmemory.c112 end = __pa(&_text) - 0x00020000; in prom_free_prom_memory()
115 end = __pa(&_text); in prom_free_prom_memory()
/linux-3.4.99/arch/mips/pmc-sierra/msp71xx/
Dmsp_prom.c448 heaptop = CPHYSADDR((u32)&_text); in prom_getmdesc()
459 heaptop = CPHYSADDR((u32)&_text); in prom_getmdesc()
483 if (heaptop != CPHYSADDR((u32)_text)) { in prom_getmdesc()
487 mdesc[i].size = CPHYSADDR((u32)_text) - mdesc[i].base; in prom_getmdesc()
493 mdesc[i].base = CPHYSADDR((u32)_text); in prom_getmdesc()
/linux-3.4.99/arch/sh/boot/compressed/
Dmisc.c41 extern int _text; /* Defined in vmlinux.lds.S */
123 output_addr = __pa((unsigned long)&_text+PAGE_SIZE); in decompress_kernel()
Dhead_32.S103 .long ___pa(_text+PAGE_SIZE)
105 .long _text+PAGE_SIZE
/linux-3.4.99/arch/unicore32/boot/compressed/
Dvmlinux.lds.in27 _text = .; symbol
45 _image_size = (_etext - _text) * 4;
/linux-3.4.99/arch/mn10300/kernel/
Dsetup.c130 init_mm.start_code = (unsigned long)&_text; in setup_arch()
135 code_resource.start = virt_to_bus(&_text); in setup_arch()
141 kstart_pfn = PFN_UP(__pa(&_text)); in setup_arch()
/linux-3.4.99/arch/x86/mm/
Dinit_32.c229 if (addr >= (unsigned long)_text && addr <= (unsigned long)__init_end) in is_kernel_text()
762 codesize = (unsigned long) &_etext - (unsigned long) &_text; in mem_init()
807 (unsigned long)&_text, (unsigned long)&_etext, in mem_init()
808 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init()
879 unsigned long start = PFN_ALIGN(_text); in set_kernel_text_rw()
893 unsigned long start = PFN_ALIGN(_text); in set_kernel_text_ro()
924 unsigned long start = PFN_ALIGN(_text); in mark_rodata_ro()
/linux-3.4.99/scripts/
Dkallsyms.c44 static unsigned long long _text; variable
122 _text = s->addr; in read_symbol()
316 if (_text <= table[i].addr) in write_src()
318 table[i].addr - _text); in write_src()
321 _text - table[i].addr); in write_src()
/linux-3.4.99/arch/parisc/mm/
Dinit.c318 reserve_bootmem_node(NODE_DATA(0), __pa((unsigned long)_text), in setup_bootmem()
319 (unsigned long)(_end - _text), BOOTMEM_DEFAULT); in setup_bootmem()
358 code_resource.start = virt_to_phys(_text); in setup_bootmem()
393 ro_start = __pa((unsigned long)_text); in map_pages()
604 codesize = (unsigned long)_etext - (unsigned long)_text; in mem_init()
673 _text, _etext, in mem_init()
674 ((unsigned long)_etext - (unsigned long)_text) >> 10); in mem_init()
/linux-3.4.99/arch/m32r/mm/
Dinit.c33 extern char _text, _etext, _edata;
167 codesize = (unsigned long) &_etext - (unsigned long)&_text; in mem_init()
/linux-3.4.99/arch/m32r/boot/compressed/
Dvmlinux.lds.S8 _text = .; symbol
/linux-3.4.99/include/asm-generic/
Dsections.h6 extern char _text[], _stext[], _etext[];
/linux-3.4.99/arch/unicore32/kernel/
Dvmlinux.lds.S28 _text = .; symbol
/linux-3.4.99/arch/s390/boot/compressed/
Dvmlinux.lds.S28 _text = .; /* Text */ symbol
/linux-3.4.99/arch/score/kernel/
Dvmlinux.lds.S40 _text = .; /* Text and read-only data */ symbol
/linux-3.4.99/arch/microblaze/mm/
Dinit.c141 if ((memory_start <= (u32)_text) && in setup_memory()
142 ((u32)_text <= (memory_start + lowmem_size - 1))) { in setup_memory()
158 kernel_align_start = PAGE_DOWN((u32)_text); in setup_memory()
/linux-3.4.99/arch/hexagon/kernel/
Dvmlinux.lds.S56 _text = .; symbol
/linux-3.4.99/arch/sh/kernel/
Dsetup.c266 init_mm.start_code = (unsigned long) _text; in setup_arch()
271 code_resource.start = virt_to_phys(_text); in setup_arch()
/linux-3.4.99/arch/x86/boot/compressed/
Dvmlinux.lds.S33 _text = .; /* Text */ symbol
/linux-3.4.99/arch/alpha/kernel/
Dvmlinux.lds.S20 _text = .; /* Text and read-only data */ symbol
/linux-3.4.99/arch/avr32/kernel/
Dvmlinux.lds.S49 _text = .; symbol

1234