Searched refs:text_size (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/x86/realmode/
H A Dinit.c109 size_t text_size = set_real_mode_permissions() local
118 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); set_real_mode_permissions()
/linux-4.4.14/arch/arm/include/asm/
H A Dunwind.h49 unsigned long text_size);
/linux-4.4.14/tools/perf/util/
H A Dsvghelper.c237 double text_size; svg_running() local
257 text_size = (time2pixels(end)-time2pixels(start)); svg_running()
259 text_size = text_size/2; svg_running()
260 if (text_size > 1.25) svg_running()
261 text_size = 1.25; svg_running()
262 text_size = round_text_size(text_size); svg_running()
264 if (text_size > MIN_TEXT_SIZE) svg_running()
266 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1); svg_running()
/linux-4.4.14/arch/arm/kernel/
H A Dunwind.c515 unsigned long text_size) unwind_table_add()
521 text_addr, text_size); unwind_table_add()
530 tab->end_addr = text_addr + text_size; unwind_table_add()
513 unwind_table_add(unsigned long start, unsigned long size, unsigned long text_addr, unsigned long text_size) unwind_table_add() argument
/linux-4.4.14/include/linux/
H A Dpe.h144 uint32_t text_size; /* size of text section(s) */ member in struct:pe32_opt_hdr
179 uint32_t text_size; /* size of text section(s) */ member in struct:pe32plus_opt_hdr
/linux-4.4.14/kernel/printk/
H A Dprintk.c1083 size_t text_size = msg->text_len; msg_print_text() local
1100 const char *next = memchr(text, '\n', text_size); msg_print_text()
1106 text_size -= next - text; msg_print_text()
1108 text_len = text_size; msg_print_text()
/linux-4.4.14/arch/mips/kernel/
H A Dvpe.c187 * in this array; otherwise modify the text_size layout_sections()
/linux-4.4.14/kernel/
H A Dmodule.c1890 unsigned long text_size, set_section_ro_nx()
1911 if (total_size > text_size) { set_section_ro_nx()
1912 begin_pfn = PFN_UP((unsigned long)base + text_size); set_section_ro_nx()
1985 static inline void set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, unsigned long total_size) { } unset_module_core_ro_nx() argument
2231 * in this array; otherwise modify the text_size layout_sections()
1889 set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, unsigned long total_size) set_section_ro_nx() argument

Completed in 381 milliseconds