X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Farch%2Fsparc%2Finclude%2Fasm%2Farch-leon2%2Fasi.h;fp=qemu%2Froms%2Fu-boot%2Farch%2Fsparc%2Finclude%2Fasm%2Farch-leon2%2Fasi.h;h=045bd77014be4817ae675ec06c98da30793126fd;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/arch/sparc/include/asm/arch-leon2/asi.h b/qemu/roms/u-boot/arch/sparc/include/asm/arch-leon2/asi.h new file mode 100644 index 000000000..045bd7701 --- /dev/null +++ b/qemu/roms/u-boot/arch/sparc/include/asm/arch-leon2/asi.h @@ -0,0 +1,19 @@ +/* asi.h: Address Space Identifier values for the LEON2 sparc. + * + * Copyright (C) 2008 Daniel Hellstrom (daniel@gaisler.com) + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _LEON2_ASI_H +#define _LEON2_ASI_H + +#define ASI_CACHEMISS 0x01 /* Force D-Cache miss on load (lda) */ +#define ASI_M_FLUSH_PROBE 0x03 /* MMU Flush/Probe */ +#define ASI_IFLUSH 0x05 /* Flush I-Cache */ +#define ASI_DFLUSH 0x06 /* Flush D-Cache */ +#define ASI_BYPASS 0x1c /* Bypass MMU (Physical address) */ +#define ASI_MMUFLUSH 0x18 /* FLUSH TLB */ +#define ASI_M_MMUREGS 0x19 /* READ/Write MMU Registers */ + +#endif /* _LEON2_ASI_H */