1# 2# Checker for paravirtualizations of privileged operations. 3# 4s/ssm.*psr\.ic.*/.warning \"ssm psr.ic should not be used directly\"/g 5s/rsm.*psr\.ic.*/.warning \"rsm psr.ic should not be used directly\"/g 6s/ssm.*psr\.i.*/.warning \"ssm psr.i should not be used directly\"/g 7s/rsm.*psr\.i.*/.warning \"rsm psr.i should not be used directly\"/g 8s/ssm.*psr\.dt.*/.warning \"ssm psr.dt should not be used directly\"/g 9s/rsm.*psr\.dt.*/.warning \"rsm psr.dt should not be used directly\"/g 10s/mov.*=.*cr\.ifa/.warning \"cr.ifa should not used directly\"/g 11s/mov.*=.*cr\.itir/.warning \"cr.itir should not used directly\"/g 12s/mov.*=.*cr\.isr/.warning \"cr.isr should not used directly\"/g 13s/mov.*=.*cr\.iha/.warning \"cr.iha should not used directly\"/g 14s/mov.*=.*cr\.ipsr/.warning \"cr.ipsr should not used directly\"/g 15s/mov.*=.*cr\.iim/.warning \"cr.iim should not used directly\"/g 16s/mov.*=.*cr\.iip/.warning \"cr.iip should not used directly\"/g 17s/mov.*=.*cr\.ivr/.warning \"cr.ivr should not used directly\"/g 18s/mov.*=[^\.]*psr/.warning \"psr should not used directly\"/g # avoid ar.fpsr 19s/mov.*=.*ar\.eflags/.warning \"ar.eflags should not used directly\"/g 20s/mov.*=.*ar\.itc.*/.warning \"ar.itc should not used directly\"/g 21s/mov.*cr\.ifa.*=.*/.warning \"cr.ifa should not used directly\"/g 22s/mov.*cr\.itir.*=.*/.warning \"cr.itir should not used directly\"/g 23s/mov.*cr\.iha.*=.*/.warning \"cr.iha should not used directly\"/g 24s/mov.*cr\.ipsr.*=.*/.warning \"cr.ipsr should not used directly\"/g 25s/mov.*cr\.ifs.*=.*/.warning \"cr.ifs should not used directly\"/g 26s/mov.*cr\.iip.*=.*/.warning \"cr.iip should not used directly\"/g 27s/mov.*cr\.kr.*=.*/.warning \"cr.kr should not used directly\"/g 28s/mov.*ar\.eflags.*=.*/.warning \"ar.eflags should not used directly\"/g 29s/itc\.i.*/.warning \"itc.i should not be used directly.\"/g 30s/itc\.d.*/.warning \"itc.d should not be used directly.\"/g 31s/bsw\.0/.warning \"bsw.0 should not be used directly.\"/g 32s/bsw\.1/.warning \"bsw.1 should not be used directly.\"/g 33s/ptc\.ga.*/.warning \"ptc.ga should not be used directly.\"/g 34