Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dnvram_64.c353 static int zip_oops(size_t text_len) in zip_oops() argument
356 int zipped_len = nvram_compress(big_oops_buf, oops_data, text_len, in zip_oops()
653 size_t text_len; in oops_to_nvram() local
687 big_oops_buf, big_oops_buf_sz, &text_len); in oops_to_nvram()
688 rc = zip_oops(text_len); in oops_to_nvram()
693 oops_data, oops_data_sz, &text_len); in oops_to_nvram()
696 oops_hdr->report_length = cpu_to_be16(text_len); in oops_to_nvram()
701 (int) (sizeof(*oops_hdr) + text_len), err_type, in oops_to_nvram()
/arch/alpha/kernel/
Dosf_sys.c70 unsigned long, text_len, unsigned long, bss_start, in SYSCALL_DEFINE4() argument
81 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()