/Linux-v5.15/scripts/kconfig/ |
D | lexer.l | 31 static int text_size, text_asize; variable 51 text_size = 0; in new_string() 57 int new_size = text_size + size + 1; in append_string() 64 memcpy(text + text_size, str, size); in append_string() 65 text_size += size; in append_string() 66 text[text_size] = 0; in append_string()
|
/Linux-v5.15/tools/perf/util/ |
D | svghelper.c | 236 double text_size; in svg_running() local 256 text_size = (time2pixels(end)-time2pixels(start)); in svg_running() 258 text_size = text_size/2; in svg_running() 259 if (text_size > 1.25) in svg_running() 260 text_size = 1.25; in svg_running() 261 text_size = round_text_size(text_size); in svg_running() 263 if (text_size > MIN_TEXT_SIZE) in svg_running() 265 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1); in svg_running()
|
/Linux-v5.15/arch/x86/realmode/ |
D | init.c | 155 size_t text_size = in set_real_mode_permissions() local 164 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
/Linux-v5.15/arch/arm/include/asm/ |
D | unwind.h | 37 unsigned long text_size);
|
/Linux-v5.15/arch/arm/kernel/ |
D | unwind.c | 504 unsigned long text_size) in unwind_table_add() argument 510 text_addr, text_size); in unwind_table_add() 519 tab->end_addr = text_addr + text_size; in unwind_table_add()
|
/Linux-v5.15/include/linux/ |
D | pe.h | 208 uint32_t text_size; /* size of text section(s) */ member 243 uint32_t text_size; /* size of text section(s) */ member
|
D | module.h | 330 unsigned int text_size; member
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | vdso.c | 61 unsigned long text_size) in vdso_mremap() argument 65 if (new_size != text_size) in vdso_mremap()
|
/Linux-v5.15/tools/objtool/include/objtool/ |
D | elf.h | 85 unsigned int text_size; member
|
/Linux-v5.15/kernel/printk/ |
D | printk.c | 1065 unsigned int text_size; in setup_log_buf() local 1134 text_size = add_to_rb(&printk_rb_dynamic, &r); in setup_log_buf() 1135 if (text_size > free) in setup_log_buf() 1138 free -= text_size; in setup_log_buf() 1151 text_size = add_to_rb(&printk_rb_dynamic, &r); in setup_log_buf() 1152 if (text_size > free) in setup_log_buf() 1155 free -= text_size; in setup_log_buf()
|
D | printk_ringbuffer.c | 1668 static unsigned int count_lines(const char *text, unsigned int text_size) in count_lines() argument 1670 unsigned int next_size = text_size; in count_lines() 1680 next_size = text_size - (next - text); in count_lines()
|
/Linux-v5.15/kernel/ |
D | module.c | 1964 BUG_ON((unsigned long)layout->text_size & (PAGE_SIZE-1)); in frob_text() 1966 layout->text_size >> PAGE_SHIFT); in frob_text() 1983 BUG_ON((unsigned long)layout->text_size & (PAGE_SIZE-1)); in frob_rodata() 1985 set_memory((unsigned long)layout->base + layout->text_size, in frob_rodata() 1986 (layout->ro_size - layout->text_size) >> PAGE_SHIFT); in frob_rodata() 2461 mod->core_layout.text_size = mod->core_layout.size; in layout_sections() 2495 mod->init_layout.text_size = mod->init_layout.size; in layout_sections() 3752 mod->init_layout.text_size = 0; in do_init_module() 4228 nextval = (unsigned long)mod->init_layout.base+mod->init_layout.text_size; in find_kallsyms_symbol() 4230 nextval = (unsigned long)mod->core_layout.base+mod->core_layout.text_size; in find_kallsyms_symbol() [all …]
|
D | cfi.c | 206 max_addr = min_addr + mod->core_layout.text_size; in update_shadow()
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/ |
D | ia_css_acc_types.h | 91 u32 text_size; /** Size of text section */ member
|
D | sh_css_firmware.c | 125 bi->blob.text_size + bi->blob.icache_size + in sh_css_load_blob_info()
|
/Linux-v5.15/drivers/staging/media/ipu3/ |
D | ipu3-css-fw.c | 159 if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size in imgu_css_fw_init()
|
D | ipu3-abi.h | 1520 u32 text_size; /* Size of text section */ member
|
D | ipu3-css.c | 549 .size = sp->blob.text_size, in imgu_css_hw_start()
|
/Linux-v5.15/tools/objtool/ |
D | elf.c | 291 elf->text_size += sec->sh.sh_size; in read_sections() 587 if (!elf_alloc_hash(reloc, elf->text_size / 16)) in read_relocs()
|
/Linux-v5.15/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 2243 int n, ret, text_size = 500; in wil_read_suspend_stats() local 2245 text = kmalloc(text_size, GFP_KERNEL); in wil_read_suspend_stats() 2249 n = snprintf(text, text_size, in wil_read_suspend_stats() 2270 n = min_t(int, n, text_size); in wil_read_suspend_stats()
|
/Linux-v5.15/arch/mips/kernel/ |
D | vpe.c | 212 mod->core_layout.text_size = mod->core_layout.size; in layout_sections()
|
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 7449 static void qed_dbg_print_feature(u8 *p_text_buf, u32 text_size) in qed_dbg_print_feature() argument 7457 for (i = precision; i < text_size; i += precision) in qed_dbg_print_feature()
|