Home
last modified time | relevance | path

Searched refs:text_size (Results 1 – 4 of 4) sorted by relevance

/kernel/
Dmodule.c1970 BUG_ON((unsigned long)layout->text_size & (PAGE_SIZE-1)); in frob_text()
1972 layout->text_size >> PAGE_SHIFT); in frob_text()
1989 BUG_ON((unsigned long)layout->text_size & (PAGE_SIZE-1)); in frob_rodata()
1991 set_memory((unsigned long)layout->base + layout->text_size, in frob_rodata()
1992 (layout->ro_size - layout->text_size) >> PAGE_SHIFT); in frob_rodata()
2498 mod->core_layout.text_size = mod->core_layout.size; in layout_sections()
2532 mod->init_layout.text_size = mod->init_layout.size; in layout_sections()
3835 mod->init_layout.text_size = 0; in do_init_module()
4327 nextval = (unsigned long)mod->init_layout.base+mod->init_layout.text_size; in find_kallsyms_symbol()
4329 nextval = (unsigned long)mod->core_layout.base+mod->core_layout.text_size; in find_kallsyms_symbol()
[all …]
Dcfi.c215 max_addr = min_addr + mod->core_layout.text_size; in update_shadow()
/kernel/printk/
Dprintk.c1087 unsigned int text_size; in setup_log_buf() local
1156 text_size = add_to_rb(&printk_rb_dynamic, &r); in setup_log_buf()
1157 if (text_size > free) in setup_log_buf()
1160 free -= text_size; in setup_log_buf()
1173 text_size = add_to_rb(&printk_rb_dynamic, &r); in setup_log_buf()
1174 if (text_size > free) in setup_log_buf()
1177 free -= text_size; in setup_log_buf()
Dprintk_ringbuffer.c1679 static unsigned int count_lines(const char *text, unsigned int text_size) in count_lines() argument
1681 unsigned int next_size = text_size; in count_lines()
1691 next_size = text_size - (next - text); in count_lines()