On 03/07/21 00:04, isaku.yamahata@xxxxxxxxx wrote:
+static inline u64 tdh_mng_addcx(hpa_t tdr, hpa_t addr) +{ + return seamcall(TDH_MNG_ADDCX, addr, tdr, 0, 0, 0, NULL); +} +
Since you have wrappers anyway, I don't like having an extra macro level just to remove the SEAMCALL_ prefix. It messes up editors that look up the symbols.
Paolo