Searched refs:dump (Results 1 – 4 of 4) sorted by relevance
891 kfree(ee->dump.data); in tomoyo_find_next_domain()906 struct tomoyo_page_dump *dump) in tomoyo_dump_page() argument914 if (!dump->data) { in tomoyo_dump_page()915 dump->data = kzalloc(PAGE_SIZE, GFP_NOFS); in tomoyo_dump_page()916 if (!dump->data) in tomoyo_dump_page()935 if (page != dump->page) { in tomoyo_dump_page()944 dump->page = page; in tomoyo_dump_page()945 memcpy(dump->data + offset, kaddr + offset, in tomoyo_dump_page()
23 struct tomoyo_page_dump *dump) in tomoyo_print_bprm() argument46 if (!tomoyo_dump_page(bprm, pos, dump)) in tomoyo_print_bprm()51 const char *kaddr = dump->data; in tomoyo_print_bprm()264 bprm_info = tomoyo_print_bprm(r->ee->bprm, &r->ee->dump); in tomoyo_init_log()
110 struct tomoyo_page_dump *dump = &ee->dump; in tomoyo_scan_bprm() local130 if (!tomoyo_dump_page(bprm, pos, dump)) { in tomoyo_scan_bprm()137 const char *kaddr = dump->data; in tomoyo_scan_bprm()
627 struct tomoyo_page_dump dump; member939 struct tomoyo_page_dump *dump);
Completed in 19 milliseconds