util/bufferiszero.c | 191 +----------------- host/include/aarch64/host/bufferiszero.c.inc | 76 +++++++ host/include/generic/host/bufferiszero.c.inc | 10 + host/include/i386/host/bufferiszero.c.inc | 124 ++++++++++++ .../loongarch64/host/bufferiszero.c.inc | 143 +++++++++++++ host/include/x86_64/host/bufferiszero.c.inc | 1 + 6 files changed, 355 insertions(+), 190 deletions(-) create mode 100644 host/include/aarch64/host/bufferiszero.c.inc create mode 100644 host/include/generic/host/bufferiszero.c.inc create mode 100644 host/include/i386/host/bufferiszero.c.inc create mode 100644 host/include/loongarch64/host/bufferiszero.c.inc create mode 100644 host/include/x86_64/host/bufferiszero.c.inc