Searched refs:_end (Results 126 - 150 of 206) sorted by relevance

123456789

/linux-master/arch/arm64/kernel/
H A Dsetup.c215 kernel_data.end = __pa_symbol(_end - 1);
280 setup_initial_init_mm(_stext, _etext, _edata, _end);
H A Dvmlinux.lds.S328 _end = .; define
/linux-master/tools/objtool/include/objtool/
H A Delf.h326 #define for_offset_range(_offset, _start, _end) \
329 _offset <= ((_end) & OFFSET_STRIDE_MASK); \
/linux-master/arch/parisc/kernel/
H A Dcache.c532 size = (unsigned long)(_end - _text);
564 size = (unsigned long)_end - (unsigned long)_text;
566 flush_tlb_kernel_range((unsigned long)_text, (unsigned long)_end);
H A Dpdt.c194 pdt_status.first_dbe_loc <= __pa((unsigned long)&_end))
H A Dsetup.c128 if (__pa((unsigned long) &_end) >= KERNEL_INITIAL_SIZE)
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c654 #define tdp_root_for_each_pte(_iter, _root, _start, _end) \
655 for_each_tdp_pte(_iter, _root, _start, _end)
657 #define tdp_root_for_each_leaf_pte(_iter, _root, _start, _end) \
658 tdp_root_for_each_pte(_iter, _root, _start, _end) \
664 #define tdp_mmu_for_each_pte(_iter, _mmu, _start, _end) \
665 for_each_tdp_pte(_iter, root_to_sp(_mmu->root.hpa), _start, _end)
/linux-master/arch/m68k/kernel/
H A Dsetup_mm.c211 m68k_parse_bootinfo((const struct bi_record *)_end);
243 setup_initial_init_mm((void *)PAGE_OFFSET, _etext, _edata, _end);
/linux-master/arch/riscv/kernel/
H A Dhead.S54 .dword _end - _start
265 la sp, _end + THREAD_SIZE
H A Dsetup.c252 setup_initial_init_mm(_stext, _etext, _edata, _end);
/linux-master/arch/x86/kernel/
H A Dhead64.c233 for (i = 0; i < DIV_ROUND_UP(_end - _text, PMD_SIZE); i++) {
243 * beyond _end.
262 for (; i <= pmd_index((unsigned long)_end); i++)
/linux-master/arch/powerpc/boot/
H A Dmain.c61 * to an area allocated with malloc() (somewhere past _end).
68 if ((unsigned long)_end < ei.memsize)
H A Dops.h238 extern char _end[];
/linux-master/arch/um/kernel/
H A Ddyn.lds.S166 _end. Align after .bss to ensure correct alignment even if the
172 _end = .; define
/linux-master/arch/sh/kernel/
H A Dhead_32.S345 4: .long _end
H A Dsetup.c293 setup_initial_init_mm(_text, _etext, _edata, _end);
/linux-master/arch/arm/include/asm/
H A Dmemory.h139 #define KERNEL_END _end
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c30 extern char _text, _end;
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c28 #include <asm/sections.h> /* _end */
49 if (image->segment[i].mem < __pa(_end))
H A Dranges.c325 return add_mem_range(mem_ranges, 0, __pa(_end));
/linux-master/arch/s390/kernel/
H A Dearly.c86 end_pfn = PFN_UP(__pa(_end));
/linux-master/arch/x86/boot/compressed/
H A Dident_map_64.c161 kernel_add_identity_map((unsigned long)_head, (unsigned long)_end);
/linux-master/arch/arm64/kernel/pi/
H A Dmap_kernel.c89 map_segment(init_pg_dir, &pgdp, va_offset, _data, _end, data_prot,
/linux-master/arch/arm64/include/asm/
H A Dmemory.h69 #define KERNEL_END _end
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h873 #define SOFT_MASK_TABLE(_start, _end) \
877 stringify_in_c(.llong (_end);) \
880 #define RESTART_TABLE(_start, _end, _target) \
884 stringify_in_c(.llong (_end);) \

Completed in 259 milliseconds

123456789