Home
last modified time | relevance | path

Searched refs:MSAIR_ProcID (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc503 .MSAIR = 0x03 << MSAIR_ProcID,
777 .MSAIR = 0x03 << MSAIR_ProcID,
817 .MSAIR = 0x03 << MSAIR_ProcID,
945 .MSAIR = (0x01 << MSAIR_ProcID) | (0x40 << MSAIR_Rev),
H A Dcpu.h546 #define MSAIR_ProcID 8 macro