Home
last modified time | relevance | path

Searched refs:text_len (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/pseries/
Dnvram.c601 static int zip_oops(size_t text_len) in zip_oops() argument
603 int zipped_len = nvram_compress(big_oops_buf, oops_data, text_len, in zip_oops()
630 size_t text_len; in oops_to_nvram() local
663 text_len = capture_last_msgs(old_msgs, old_len, in oops_to_nvram()
665 text_len = elide_severities(big_oops_buf, text_len); in oops_to_nvram()
666 rc = zip_oops(text_len); in oops_to_nvram()
669 text_len = capture_last_msgs(old_msgs, old_len, in oops_to_nvram()
672 *oops_len = (u16) text_len; in oops_to_nvram()
/arch/m32r/include/asm/
Dflat.h21 m32r_flat_get_addr_from_rp(rp, relval, (text_len) )
/arch/alpha/kernel/
Dosf_sys.c66 unsigned long, text_len, unsigned long, bss_start, in SYSCALL_DEFINE4() argument
77 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()