/linux-3.4.99/arch/x86/kernel/ |
D | head32.c | 34 memblock_reserve(__pa_symbol(&_text), in i386_start_kernel() 35 __pa_symbol(&__bss_stop) - __pa_symbol(&_text)); in i386_start_kernel()
|
D | head64.c | 101 memblock_reserve(__pa_symbol(&_text), in x86_64_start_reservations() 102 __pa_symbol(&__bss_stop) - __pa_symbol(&_text)); in x86_64_start_reservations()
|
D | head_64.S | 69 leaq _text(%rip), %rbp 70 subq $_text - __START_KERNEL_map, %rbp 79 leaq _text(%rip), %rdx 98 leaq _text(%rip), %rdi
|
D | vmlinux.lds.S | 94 _text = .; symbol 360 . = ASSERT((_end - _text <= KERNEL_IMAGE_SIZE),
|
/linux-3.4.99/arch/mips/dec/prom/ |
D | memory.c | 112 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/ |
D | msp_prom.c | 448 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/ |
D | misc.c | 41 extern int _text; /* Defined in vmlinux.lds.S */ 123 output_addr = __pa((unsigned long)&_text+PAGE_SIZE); in decompress_kernel()
|
D | head_32.S | 103 .long ___pa(_text+PAGE_SIZE) 105 .long _text+PAGE_SIZE
|
/linux-3.4.99/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 27 _text = .; symbol 45 _image_size = (_etext - _text) * 4;
|
/linux-3.4.99/arch/mn10300/kernel/ |
D | setup.c | 130 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/ |
D | init_32.c | 229 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/ |
D | kallsyms.c | 44 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/ |
D | init.c | 318 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/ |
D | init.c | 33 extern char _text, _etext, _edata; 167 codesize = (unsigned long) &_etext - (unsigned long)&_text; in mem_init()
|
/linux-3.4.99/arch/m32r/boot/compressed/ |
D | vmlinux.lds.S | 8 _text = .; symbol
|
/linux-3.4.99/include/asm-generic/ |
D | sections.h | 6 extern char _text[], _stext[], _etext[];
|
/linux-3.4.99/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 28 _text = .; symbol
|
/linux-3.4.99/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 28 _text = .; /* Text */ symbol
|
/linux-3.4.99/arch/score/kernel/ |
D | vmlinux.lds.S | 40 _text = .; /* Text and read-only data */ symbol
|
/linux-3.4.99/arch/microblaze/mm/ |
D | init.c | 141 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/ |
D | vmlinux.lds.S | 56 _text = .; symbol
|
/linux-3.4.99/arch/sh/kernel/ |
D | setup.c | 266 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/ |
D | vmlinux.lds.S | 33 _text = .; /* Text */ symbol
|
/linux-3.4.99/arch/alpha/kernel/ |
D | vmlinux.lds.S | 20 _text = .; /* Text and read-only data */ symbol
|
/linux-3.4.99/arch/avr32/kernel/ |
D | vmlinux.lds.S | 49 _text = .; symbol
|