#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/hyperv.h>
#include <linux/version.h>
#include <asm/hyperv.h>
#include "hyperv_vmbus.h"
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
Definition at line 22 of file hv.c.
Definition at line 209 of file hv.c.
Definition at line 131 of file hv.c.
Definition at line 233 of file hv.c.
Definition at line 276 of file hv.c.
Definition at line 373 of file hv.c.
Definition at line 293 of file hv.c.
Initial value:= {
.synic_initialized = false,
.signal_event_param =
NULL,
.signal_event_buffer =
NULL,
}
Definition at line 34 of file hv.c.