Home
last modified time | relevance | path

Searched defs:vmcore_cb (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcrash_dump.h120 struct vmcore_cb { struct
121 bool (*pfn_is_ram)(struct vmcore_cb *cb, unsigned long pfn); argument
122 int (*get_device_ram)(struct vmcore_cb *cb, struct list_head *list); argument
125 extern void register_vmcore_cb(struct vmcore_cb *cb); argument
/linux/drivers/firmware/efi/
H A Dunaccepted_memory.c219 static struct vmcore_cb vmcore_cb = { variable