Signed-off-by: Paul Durrant <pdurrant@amazon.com>
uint64_t flags;
uint64_t vcpu_mask;
} input_params;
+ static bool called;
+
+ if ( !called )
+ {
+ printk("%s: called\n", __func__);
+ called = true;
+ }
/* These hypercalls should never use the fast-call convention. */
if ( input->fast )
uint64_t flags;
struct hv_vpset set;
} input_params;
+ static bool called;
+
+ if ( !called )
+ {
+ printk("%s: called\n", __func__);
+ called = true;
+ }
/* These hypercalls should never use the fast-call convention. */
if ( input->fast )
uint32_t vector;
uint64_t vcpu_mask;
unsigned int vp;
+ static bool called;
+
+ if ( !called )
+ {
+ printk("%s: called\n", __func__);
+ called = true;
+ }
/* Get input parameters. */
if ( input->fast )
struct hv_vpset *set = &vpset->set;
size_t size;
int rc;
+ static bool called;
+
+ if ( !called )
+ {
+ printk("%s: called\n", __func__);
+ called = true;
+ }
/* These hypercalls should never use the fast-call convention. */
if ( input->fast )