Thread (23 messages) 23 messages, 3 authors, 2021-08-05

Re: [PATCH V2 03/14] x86/set_memory: Add x86_set_memory_enc static call support

From: Peter Zijlstra <peterz@infradead.org>
Date: 2021-08-05 14:11:25
Also in: linux-arch, linux-iommu, linux-scsi, lkml, netdev, xen-devel

On Thu, Aug 05, 2021 at 10:05:17PM +0800, Tianyu Lan wrote:
+static int default_set_memory_enc(unsigned long addr, int numpages, bool
enc)
+{
+	return 0;
+}
+
+DEFINE_STATIC_CALL(x86_set_memory_enc, default_set_memory_enc);
That's spelled:

DEFINE_STATIC_CALL_RET0(x86_set_memory_enc, __set_memory_enc_dec);

And then you can remove the default_set_memory_enc() thing.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help