Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcrash_core.h23 #define VMCOREINFO_BYTES PAGE_SIZE macro
28 VMCOREINFO_BYTES)
/openbmc/linux/kernel/
H A Dcrash_core.c569 r = min(r, (size_t)VMCOREINFO_BYTES - vmcoreinfo_size); in vmcoreinfo_append_str()
575 WARN_ONCE(vmcoreinfo_size == VMCOREINFO_BYTES, in vmcoreinfo_append_str()