Searched refs:text_size (Results 1 – 2 of 2) sorted by relevance
918 size_t text_size = msg->text_len; in msg_print_text() local935 const char *next = memchr(text, '\n', text_size); in msg_print_text()941 text_size -= next - text; in msg_print_text()943 text_len = text_size; in msg_print_text()
1751 unsigned long text_size, in set_section_ro_nx() argument1772 if (total_size > text_size) { in set_section_ro_nx()1773 begin_pfn = PFN_UP((unsigned long)base + text_size); in set_section_ro_nx()1846 static inline void set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, un… in set_section_ro_nx() argument