event/dlb2: add inline functions
authorTimothy McDaniel <timothy.mcdaniel@intel.com>
Sun, 1 Nov 2020 23:37:45 +0000 (17:37 -0600)
committerJerin Jacob <jerinj@marvell.com>
Mon, 2 Nov 2020 06:12:40 +0000 (07:12 +0100)
commit7161ea01b16b2aa4fc2710df0b7f6209d2b9d54b
treeb7c6754c32c8f5313d7a30d7fe9904cbe25dd509
parent355e5ab072df004f96f88854e25c07ab4de56cbd
event/dlb2: add inline functions

Add miscellaneous inline functions that may be called
from multiple files.  These functions include inline
assembly of new x86 instructions, such as movdir64b,
since they are not available as builtin functions in
the minimum supported GCC version.

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
Reviewed-by: Gage Eads <gage.eads@intel.com>
drivers/event/dlb2/dlb2_inline_fns.h [new file with mode: 0644]