4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / ppc.h H
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright (C) 2018,2019 IBM Corp. */

#ifndef _PPC_H
#define _PPC_H

static inline void eieio(void)
{
    asm volatile("eieio" : : : "memory");
}

#endif